Update Helm release oauth2-proxy to v8
No problems deploying to Proxmox VE K3s Kubernetes cluster via Helm Chart and Flux V2 reconciliation in a GitOps approach with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
oauth2-proxy (source) | major | 7.17.1 -> 8.1.0 |
Release Notes
oauth2-proxy/manifests (oauth2-proxy)
v8.1.0
A reverse proxy that provides authentication with Google, Github or other providers
What's Changed
- chore: update oauth2-proxy to v7.12.0 by @tuunit in https://github.com/oauth2-proxy/manifests/pull/340
Full Changelog: https://github.com/oauth2-proxy/manifests/compare/oauth2-proxy-8.0.1...oauth2-proxy-8.1.0
v8.0.1
A reverse proxy that provides authentication with Google, Github or other providers
What's Changed
- fix: redis-ha subchart deployment / service name in template helpers by @tuunit in https://github.com/oauth2-proxy/manifests/pull/338
Full Changelog: https://github.com/oauth2-proxy/manifests/compare/oauth2-proxy-8.0.0...oauth2-proxy-8.0.1
v8.0.0
A reverse proxy that provides authentication with Google, Github or other providers
Breaking Change
Version 8.0.0 of the helm chart removes the dependency on the Bitnami Redis subchart and replaces it with the dandydeveloper/redis-ha chart. Therefore this version introduces a breaking change to the redis subchart deployment configuration.
Read more about it here.
What's Changed
- feat: switch to dandydeveloper/redis-ha chart 🚀 by @tuunit in https://github.com/oauth2-proxy/manifests/pull/335
Full Changelog: https://github.com/oauth2-proxy/manifests/compare/oauth2-proxy-7.18.0...oauth2-proxy-8.0.0
v7.18.0
A reverse proxy that provides authentication with Google, Github or other providers
What's Changed
- feat(oauth2-proxy): Support spec.unhealthyPodEvictionPolicy field for PDB by @younsl in https://github.com/oauth2-proxy/manifests/pull/336
Full Changelog: https://github.com/oauth2-proxy/manifests/compare/oauth2-proxy-7.17.1...oauth2-proxy-7.18.0