diff --git a/CHANGELOG.md b/CHANGELOG.md index cf340a9..49b506f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ ## Unreleased -Bugs: - -* Fixed injection bug where wrong environment variables were being used for manually mounted TLS files +## 0.3.3 (January 14th, 2020) Security: * Added `server.extraArgs` to allow loading of additional Vault configurations containing sensitive settings [GH-175](https://github.com/hashicorp/vault-helm/issues/175) +Bugs: + +* Fixed injection bug where wrong environment variables were being used for manually mounted TLS files + ## 0.3.2 (January 8th, 2020) Bugs: diff --git a/Chart.yaml b/Chart.yaml index b444d3c..f46cfe4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: vault -version: 0.3.2 +version: 0.3.3 description: Install and configure Vault on Kubernetes. home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png