From 80027d3bda866a66c726a186116c0f89f22b7772 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Tue, 14 Jan 2020 14:14:27 -0500 Subject: [PATCH] Update to v0.3.3 (#178) * Update to v0.3.3 * Reorder changelog --- CHANGELOG.md | 8 +++++--- Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf340a970..49b506fc9 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 b444d3cc2..f46cfe460 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