Releases: ricoberger/vault-secrets-operator
Releases · ricoberger/vault-secrets-operator
Version 1.16.3 / 2021-12-17
Version 1.16.2 / 2021-12-07
Version 1.16.1 / 2021-11-28
- Add
args
value for Helm chart, to allow modifications of the arguments for the Vault Secrets Operator
Version 1.16.0 / 2021-11-16
- Add AWS and GCP auth methods by @karl0r (#132)
- Allow token renewal to be disabled by @jacobbraaten (#126)
- Enable annotations to be addedd to the service account by @jacobbraaten (#125)
Version 1.15.2 / 2021-10-25
Version 1.15.1 / 2021-09-01
- Ignore
null
values from Vault by @BeryJu - Update dependencies
Version 1.15.0 / 2021-06-27
Features
- Add Azure Auth Backend (#114) by @Pale-whale
Breaking Changes
- Set Vault address via environment variable (#113) by @jaredallard: It is now possible to set the Vault address via the
environmentVars
value in the Helm chart. The default value for thevault.address
is now a an empty string. - Fix CRD installation (#111) by @rxbn: The installation of the VaultSecret CRD now follows the Helm best practices. For that the CRD was moved to an
crds
folder and thecrd.create
value was removed.
Version 1.14.5 / 2021-05-24
Improve Liveness and Readiness Probes
When the renewal of the Vault token fails to often, the readiness and liveness probe will fail now.
Version 1.14.4 / 2021-05-18
- Add ability to set the busybox repository by @mvaal: It is now possible to set the image for the buybox container, which is used in the test connection Pod.
- Security context by @Aluxima: It is now possible to specify the
podSecurityContext
andsecurityContext
in the Helm chart. - Support additional containers in deployment by @ejsuncy: It is now possible to specify a
vault-secrets-operator.additionalContainers
template in a parent chart to add additional containers to the deployment.
Thanks to all contributors.
Version 1.14.3 / 2021-04-28
Add testPodAnnotations
and testPodLabels
to test-connection hook. Thanks to @ejsuncy for this contribution.