Skip to content

Commit

Permalink
Updated Sailor (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
A3a3e1 authored Mar 22, 2024
1 parent 3a46376 commit 5515359
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 731 deletions.
16 changes: 9 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
node-version:
type: string
default: "16.13.2"
default: "18.13.0"
orbs:
node: circleci/[email protected]
slack: circleci/[email protected]
Expand Down Expand Up @@ -72,23 +72,23 @@ commands:
jobs:
test:
docker:
- image: circleci/node:14-stretch
- image: cimg/node:18.13.0
steps:
- checkout
- node/install:
node-version: << pipeline.parameters.node-version >>
- run:
name: Audit Dependencies
command: npm audit --audit-level=high
- node/install-packages:
cache-path: ./node_modules
override-ci-command: npm install
- run:
name: Audit Dependencies
command: npm run audit
- run:
name: Running Mocha Tests
command: npm test
build:
docker:
- image: circleci/node:14-stretch
- image: cimg/node:18.13.0
user: root
steps:
- checkout
Expand Down Expand Up @@ -118,8 +118,10 @@ workflows:
jobs:
- build:
name: "Build and publish docker image"
context:
- componentspusher
filters:
branches:
ignore: /.*/
tags:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.13 (March 22, 2024)

* Updated Sailor version to 2.7.2
* Updated @elastic.io/component-commons-library to 3.2.0

## 1.0.12 (October 28, 2022)

* Update Sailor version to 2.7.1
Expand Down
3 changes: 2 additions & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"title": "Transformation",
"version": "1.0.12",
"version": "1.0.13",
"description": "Generic Data Transformation Component",
"docsUrl": "https://docs.elastic.io/components/jsonata/index.html",
"actions": {
"transform": {
"title": "Transform",
Expand Down
Loading

0 comments on commit 5515359

Please sign in to comment.