- Upgrade to node14
- Upgrade to typescript 4
- Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)
- Release 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 it as a dependency of your deployment chart, you can add the following to Chart.yaml
:
dependencies:
- name: magda-minion-ckan-exporter
version: "2.0.0"
repository: "oci://ghcr.io/magda-io/charts"