Releases: magda-io/magda-function-esri-url-processor
Releases · magda-io/magda-function-esri-url-processor
v2.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 to v2.1.1
- Build multi-arch docker images
Please note: from v2.0.0, we release Helm Charts to GitHub Container Registry (oci://ghcr.io/magda-io/charts
)
To add magda-function-esri-url-processor
as a dependency of your deployment chart, you can add the following to Chart.yaml
:
dependencies:
- name: magda-function-esri-url-processor
version: "2.0.0"
repository: "oci://ghcr.io/magda-io/charts"
v2.0.0-alpha.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 to v2.1.1
- Build multi-arch docker images
Please note: This version has been released to GitHub Container Registry (
oci://ghcr.io/magda-io/charts
)
v1.1.0
v1.1.0-alpha.0
- Remove label from metadata to avoid crd validation error (with openfaas helm chart 5.5.5-magda.1)
- Release multi-arch docker images (linux/amd64, linux/arm64) from CI pipeline
v1.0.0
- Upgrade dependencies
- Upgrade CI scripts
- Related to magda-io/magda#3229, Use magda-common for docker image related logic