Releases: DopplerHQ/kubernetes-operator
Releases · DopplerHQ/kubernetes-operator
v1.7.1
What's Changed
- Add support for specifying OIDC identity in DopplerSecret spec by @mikesellitto in #93
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Add OIDC authentication by @mikesellitto in #89
- Add managed-by and last-updated annotations to managed secrets by @mikesellitto in #88
New Contributors
- @mikesellitto made their first contribution in #89
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Added support for labels and annotations in managed secrets by @nmanoogian in #84
Full Changelog: v1.5.7...v1.6.0
v1.5.7
v1.5.6
This release replaces v1.5.2-5 which were DOA due to a build issue.
What's Changed
- Add missing artifact to deploy-pages.sh call by @nmanoogian in #80
Full Changelog: v1.5.5...v1.5.6
v1.5.5
This release replaces v1.5.2-4 which were DOA due to a build issue.
What's Changed
- Change Helm releaser to use GitHub App rather than deploy key by @nmanoogian in #79
Full Changelog: v1.5.4...v1.5.5
v1.5.4
This release replaces v1.5.2 and v1.5.3 which were DOA due to a build issue.
What's Changed
- Fix YAML / Chart Generation by @nmanoogian in #78
Full Changelog: v1.5.3...v1.5.4
v1.5.3
This release replaces v1.5.2 which was DOA due to a build issue.
What's Changed
- Revert release toolchain Go update by @nmanoogian in #76
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Update k8s api modules by @watsonian in #72
- Update Go to 1.22 in remaining locations and fix scanning by @nmanoogian in #75
Full Changelog: v1.5.1...v1.5.2
v1.5.1
- Remove kube-rbac-proxy dependency (#63). The proxy was only being used to provide authentication to the
/metricsendpoint on the operator, which doesn't expose any sensitive information. This was requiring frequent updates to the operator just to keep the dependency up-to-date. We've opted to remove the dependency to avoid this. If you were previously hitting the/metricsoperator endpoint over HTTPS with authentication on port 8443, you should switch this to unauthenticated HTTP on port 8080.