parent
b8978603db
commit
80027d3bda
2 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
Bugs:
|
## 0.3.3 (January 14th, 2020)
|
||||||
|
|
||||||
* Fixed injection bug where wrong environment variables were being used for manually mounted TLS files
|
|
||||||
|
|
||||||
Security:
|
Security:
|
||||||
|
|
||||||
* Added `server.extraArgs` to allow loading of additional Vault configurations containing sensitive settings [GH-175](https://github.com/hashicorp/vault-helm/issues/175)
|
* 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)
|
## 0.3.2 (January 8th, 2020)
|
||||||
|
|
||||||
Bugs:
|
Bugs:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: vault
|
name: vault
|
||||||
version: 0.3.2
|
version: 0.3.3
|
||||||
description: Install and configure Vault on Kubernetes.
|
description: Install and configure Vault on Kubernetes.
|
||||||
home: https://www.vaultproject.io
|
home: https://www.vaultproject.io
|
||||||
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
||||||
|
|
Loading…
Reference in a new issue