Update to v0.6.0 (#320)
This commit is contained in:
parent
b42c0c53b5
commit
e7736defa1
2 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
Bugs:
|
||||||
|
|
||||||
|
## 0.6.0 (June 3rd, 2020)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Added `extraInitContainers` to define init containers for the Vault cluster [GH-258](https://github.com/hashicorp/vault-helm/pull/258)
|
* Added `extraInitContainers` to define init containers for the Vault cluster [GH-258](https://github.com/hashicorp/vault-helm/pull/258)
|
||||||
* Added `postStart` lifecycle hook allowing users to configure commands to run on the Vault pods after they're ready [GH-315](https://github.com/hashicorp/vault-helm/pull/315)
|
* Added `postStart` lifecycle hook allowing users to configure commands to run on the Vault pods after they're ready [GH-315](https://github.com/hashicorp/vault-helm/pull/315)
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: vault
|
name: vault
|
||||||
version: 0.5.0
|
version: 0.6.0
|
||||||
description: Install and configure Vault on Kubernetes.
|
appVersion: 1.4.2
|
||||||
|
description: Official HashiCorp Vault Chart
|
||||||
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
|
||||||
|
keywords: ["vault", "security", "encryption", "secrets", "management", "automation", "infrastructure"]
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hashicorp/vault
|
- https://github.com/hashicorp/vault
|
||||||
- https://github.com/hashicorp/vault-helm
|
- https://github.com/hashicorp/vault-helm
|
||||||
|
|
Loading…
Reference in a new issue