Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@t83714 t83714 released this 26 Jan 22:29
  • 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-auth-facebook as a dependency of your deployment chart, you can add the following to Chart.yaml:

dependencies:
  - name:  magda-auth-facebook
    version: "2.0.0"
    repository: "oci://ghcr.io/magda-io/charts"