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.