Skip to content

Releases: magda-io/magda-auth-facebook

v2.0.0

26 Jan 22:29
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-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"

v2.0.0-alpha.0

23 Jan 11:26
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.0.0

01 May 13:05
Compare
Choose a tag to compare

initial release to move facebook auth provider out of core repo as an auth plugin.
related to magda-io/magda#3020