Skip to content

Releases: Kuadrant/authorino-operator

v0.12.0

13 Sep 10:37
Compare
Choose a tag to compare

This release enables installations of Authorino v0.18.0


⚠️ Important!

After upgrading to Authorino v0.18.0, users must migrate all AuthConfig resources to v1beta2 stored in the cluster database by running the following script. This can be done at any time before upgrading to newer versions of Authorino post v0.18.0, without downtime or any intrinsic risk of breaking deployments before, during or after the migration.

cat << 'EOF' > /tmp/migrate.sh
#!/bin/bash
authconfigs=$(kubectl get authconfigs -A -o custom-columns='NAMESPACE:.metadata.namespace,NAME:.metadata.name' --no-headers)
while IFS=" " read -r namespace name; do
  kubectl get authconfig "$name" -n "$namespace" -o yaml > "/tmp/${name}.${namespace}.authconfig.yaml"
  kubectl apply -f "/tmp/${name}.${namespace}.authconfig.yaml"
done <<< "$authconfigs"
EOF
chmod +x /tmp/migrate.sh
/tmp/migrate.sh

What's Changed

New Contributors

Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.12.0

v0.12.0-rc1

26 Aug 13:12
Compare
Choose a tag to compare
v0.12.0-rc1 Pre-release
Pre-release

This release enables installations of Authorino v0.17.2

What's Changed

Read more

v0.12.0-alpha1

23 Jul 16:11
Compare
Choose a tag to compare
v0.12.0-alpha1 Pre-release
Pre-release

This release enables installations of Authorino v0.17.2

What's Changed

Read more

v0.11.1

05 Mar 18:00
Compare
Choose a tag to compare

This release enables installations of Authorino v0.17.x

Full Changelog: v0.11.0..v0.11.1

v0.11.0

22 Feb 13:13
Compare
Choose a tag to compare

This release enables installations of Authorino v0.17.0

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Nov 15:59
08d57c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.10.0

v0.9.0

10 Oct 09:36
3017f13
Compare
Choose a tag to compare

This release enables installations of Authorino v0.15.0

What's Changed

Hot fixes

New Contributors

Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.9.0

v0.8.0

11 Jul 10:46
7f9e922
Compare
Choose a tag to compare

This release enables installations of Authorino v0.14.0

What's Changed

Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.8.0

v0.7.0

08 May 14:59
ec07022
Compare
Choose a tag to compare

This release enables installations of Authorino v0.13.0

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Mar 10:45
9087377
Compare
Choose a tag to compare

This release enables installations of Authorino v0.12.0

What's Changed

Full Changelog: v0.5.0...v0.6.0