Update to v0.6.0 (#320)

This commit is contained in:
Jason O'Donnell 2020-06-03 10:03:10 -04:00 committed by GitHub
parent b42c0c53b5
commit e7736defa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,13 @@
## Unreleased
Features:
Improvements:
Bugs:
## 0.6.0 (June 3rd, 2020)
Features:
* 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)

View file

@ -1,9 +1,11 @@
apiVersion: v2
name: vault
version: 0.5.0
description: Install and configure Vault on Kubernetes.
version: 0.6.0
appVersion: 1.4.2
description: Official HashiCorp Vault Chart
home: https://www.vaultproject.io
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
keywords: ["vault", "security", "encryption", "secrets", "management", "automation", "infrastructure"]
sources:
- https://github.com/hashicorp/vault
- https://github.com/hashicorp/vault-helm