Skip to content

Commit

Permalink
chore: Release v1.2.0 - See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 7, 2023
1 parent 0d0f50a commit 68771ce
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 585 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '18.2.0'
node-version: '20.8.0'

- name: Install Dependencies
run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '18.2.0'
node-version: '20.8.0'

- name: Setup System
uses: restorecommerce/setup-system-action@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0 (October 7th, 2023)

- up node and deps

## 1.1.2 (September 5th, 2023)

- fix external jobs dir when no env var is provided
Expand Down
27 changes: 25 additions & 2 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
"prettyPrint": true
},
"fieldOptions": {
"omitFields": [
"custom_arguments"
"maskFields": [
"password",
"request.password",
"request.token",
"items.[0].password"
],
"bufferFields": [
{
Expand Down Expand Up @@ -53,6 +56,26 @@
{
"fieldPath": "result.value"
}
],
"omitFields": [
"context",
"custom_arguments",
"subject.token",
"token",
"tokens",
"items.[0].tokens",
"messages.[0].tokens",
"request.items.[0].tokens",
"response.payload.token",
"response.payload.tokens",
"request.subject.token",
"request.subject.tokens",
"users.items.[0].payload.tokens",
"response.items.[0].payload.tokens",
"messages.[0].subject.token",
"messages.[0].subject.tokens",
"items.[0].subject.token",
"decodedMsg.subject.token"
]
}
},
Expand Down
Loading

0 comments on commit 68771ce

Please sign in to comment.