-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
2,431 additions
and
1,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,5 @@ magda-tenant-api/lib/ | |
#typescript | ||
tsconfig.tsbuildinfo | ||
|
||
deploy/*/charts | ||
deploy/*/charts | ||
coverage/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
# 3.0.0 | ||
|
||
- Upgrade nodejs to version 18 | ||
- Upgrade to Magda minion SDK v3 | ||
|
||
# 2.0.0 | ||
|
||
- Upgrade nodejs to version 14 | ||
- Upgrade other dependencies | ||
- Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io) | ||
- Upgrade magda-common chart version | ||
- Upgrade api to batch/v1 to be compatible with k8s 1.25 (now requires >=1.21) | ||
- Upgrade nodejs to version 14 | ||
- Upgrade other dependencies | ||
- Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io) | ||
- Upgrade magda-common chart version | ||
- Upgrade api to batch/v1 to be compatible with k8s 1.25 (now requires >=1.21) | ||
|
||
# 1.0.0 | ||
|
||
- Upgrade dependencies | ||
- Upgrade CI scripts | ||
- Related to https://github.com/magda-io/magda/issues/3229, Use magda-common for docker image related logic | ||
- Upgrade dependencies | ||
- Upgrade CI scripts | ||
- Related to https://github.com/magda-io/magda/issues/3229, Use magda-common for docker image related logic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:14-alpine | ||
FROM node:18-alpine | ||
|
||
RUN mkdir -p /usr/src/app | ||
COPY . /usr/src/app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.