Skip to content

Releases: magda-io/magda-auth-internal

v2.0.0

23 Dec 03:46
cd45806
Compare
Choose a tag to compare
  • 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-internal as a dependency of your deployment chart, you can add the following to Chart.yaml:

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

v2.0.0-alpha.0

23 Dec 02:37
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release
  • 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.2.3

12 Oct 23:56
Compare
Choose a tag to compare
  • Upgrade to magda-common lib chart v1.0.0-alpha.4
  • Use named templates from magda-common lib chart for docker image related logic

v1.2.2

01 Oct 05:47
Compare
Choose a tag to compare
  • Will not check & use global image config anymore. Only Magda core repo modules / charts will check & use global image config.

v1.2.1

22 Sep 15:04
Compare
Choose a tag to compare
  • Use library chart "magda-common" & fix Magda v1 deployment issue on the first deployment

v1.2.0

16 Sep 07:16
0a42d8a
Compare
Choose a tag to compare

This is release is mainly for making it compatible with Magda v1 (still backwards compatible with earlier versions):

  • Change the way of locate session-db secret to be compatible with Magda v1 (still backwards compatible with earlier versions)
  • Avoid using .Chart.Name for image name --- it will change when use chart dependency alias
  • Upgrade to node 12

v1.2.0-alpha.0

08 Sep 10:55
Compare
Choose a tag to compare
v1.2.0-alpha.0 Pre-release
Pre-release
  • Change the way of locate session-db secret to be compatible with Magda v1 (still backwards compatible with earlier versions)
  • Avoid using .Chart.Name for image name --- it will change when use chart dependency alias
  • Upgrade to node 12

v1.0.1

23 Nov 14:08
Compare
Choose a tag to compare

add redirect query parameter support to /endpoint (to match spec doc)

v1.0.0

30 Oct 13:31
Compare
Choose a tag to compare

First release