Skip to content

Commit 57e471a

Browse files
authored
Merge pull request #45 from jujaga/release/0.2.0
Release COMS v0.2.0
2 parents bdc8ce3 + f5c3a78 commit 57e471a

File tree

6 files changed

+3170
-4217
lines changed

6 files changed

+3170
-4217
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ At this time, only the latest version of Common Object Management Service is sup
1414

1515
| Version | Supported |
1616
| ------- | ------------------ |
17-
| 0.1.0 | :white_check_mark: |
18-
| < 0.1.x | :x: |
17+
| 0.2.0 | :white_check_mark: |
18+
| < 0.2.x | :x: |
1919

2020
## Reporting a Bug
2121

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:16.13.2-alpine
1+
FROM docker.io/node:16.15.1-alpine
22

33
ARG APP_ROOT=/opt/app-root/src
44
ENV NO_UPDATE_NOTIFIER=true \

app/jest.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ module.exports = {
1010
'**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)'
1111
],
1212
testPathIgnorePatterns: [],
13-
testURL: 'http://localhost/',
13+
testEnvironmentOptions: {
14+
url: 'http://localhost/'
15+
}
1416
};

0 commit comments

Comments
 (0)