diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d5ef0..b18e123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Chart.yaml b/Chart.yaml index 3469359..0668a83 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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