Releases: Kuadrant/authorino-operator
v0.19.0
This release enables installations of Authorino v0.21.0
What's Changed
- ci: enable merge group by @KevFan in #250
- Addition of mutators to authorino reconciler by @Patryk-Stefanski in #253
- 🔨 Fix pod template labels mutator 🔨 by @eguzki in #256
- 🔨 Fix clusterrolebinding reconciliation 🔨 by @eguzki in #257
- ubuntu 20.04 runner has been removed from github actions by @eguzki in #259
- Upgrade Go version to 1.23 by @guicassolato in #260
- Bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot in #261
- Refactor several reconcilers by @eguzki in #258
New Contributors
- @Patryk-Stefanski made their first contribution in #253
Full Changelog: v0.18.0...v0.19.0
v0.18.0
This release enables installations of Authorino v0.21.0
Full Changelog: v0.17.0...v0.18.0
v0.17.0
This release enables installations of Authorino v0.20.0
What's Changed
- Signing Helm packages by @didierofrivia in #238
- [ArtifactHub.io] GPG public key annotation added by @didierofrivia in #240
- Helm fix gpg signing target and workflow by @didierofrivia in #241
- Fix GnuPG missing directory by @didierofrivia in #242
- chore(test): simplifies ginkgo/gomega tests by @bartoszmajsak in #237
- Upgrade Go version to 1.22 by @guicassolato in #245
- Bump golang.org/x/net from 0.23.0 to 0.33.0 by @dependabot in #244
- Update Authorino manifests by @guicassolato in #246
- make run: debug level and development mode by @eguzki in #248
- fix(labels): do not remove user added labels from Deployment's spec.template by @laurafitzgerald in #243
- Explicitly state Z stream go version in go.mod, version set to 1.22.5 by @jjkiely in #249
New Contributors
- @dependabot made their first contribution in #244
- @laurafitzgerald made their first contribution in #243
- @jjkiely made their first contribution in #249
Full Changelog: v0.16.0...v0.17.0
v0.16.0
This release enables installations of Authorino v0.20.0
Full Changelog: v0.15.1...v0.16.0
v0.15.1
This release enables installations of Authorino v0.19.0
What's Changed
- Helm docs by @didierofrivia in #231
- Update Authorino manifests by @guicassolato in #232
- fix: verify-manifest/bundle by @guicassolato in #233
- fix: verify-manifest/bundle --exit-code by @guicassolato in #234
Full Changelog: v0.15.0...v0.15.1
v0.15.0
v0.14.0
This release enables installations of Authorino v0.19.0
After upgrading to Authorino v0.19.0, users must migrate all AuthConfig resources stored in the cluster's database to v1beta3 by running the following script. This will guarantee readiness for upgrading in the future to a newer version of Authorino where v1beta2 is no longer served.
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
- Avoid conflict with the VERSION build arg by @guicassolato in #217
- Update Authorino manifests - AuthConfig v1beta3 by @guicassolato in #219
- fix: install script without deps by @guicassolato in #220
- Update Authorino manifests by @guicassolato in #221
- Building multiarch catalogs by @didierofrivia in #222
- Preparing info for ArtifactHub.io by @didierofrivia in #223
Full Changelog: v0.13.1...v0.14.0
v0.13.1
This release enables installations of Authorino v0.18.1
What's Changed
Full Changelog: v0.13.0...v0.13.1
v0.13.0
This release enables installations of Authorino v0.18.0
What's Changed
- version commit hash by @eguzki in #209
- Upgrade deps by @eguzki in #210
- feat: use RuntimeDefault seccomp profile in security context by @KevFan in #208
- feat: support arm64 install on csv by @KevFan in #213
- Update Helm manifest templates by @guicassolato in #215
- Custom operator namespace for helm install by @guicassolato in #216
Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.13.0
v0.13.0-rc2
This release enables installations of Authorino v0.18.0
What's Changed
- version commit hash by @eguzki in #209
- Upgrade deps by @eguzki in #210
- feat: use RuntimeDefault seccomp profile in security context by @KevFan in #208
- feat: support arm64 install on csv by @KevFan in #213
- Update Helm manifest templates by @guicassolato in #215
- Custom operator namespace for helm install by @guicassolato in #216
Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.13.0-rc2