From e7736defa1e0bf01f40575a0578ded5215a2128b Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 3 Jun 2020 10:03:10 -0400 Subject: [PATCH] Update to v0.6.0 (#320) --- CHANGELOG.md | 8 ++++++++ Chart.yaml | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d5ef0e0..b18e12398 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 34693592d..0668a8312 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