diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e8acbe0..8109c85f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ## Unreleased +## 0.5.0 (April 9th, 2020) + Features: * Added Raft support for HA mode [[GH-228](https://github.com/hashicorp/vault-helm/pull/229)] - -Improvements: +* Now supports Vault Enterprise [[GH-250](https://github.com/hashicorp/vault-helm/pull/250)] +* Added K8s Service Registration for HA modes [[GH-250](https://github.com/hashicorp/vault-helm/pull/250)] * Option to set `AGENT_INJECT_VAULT_AUTH_PATH` for the injector [[GH-185](https://github.com/hashicorp/vault-helm/pull/185)] * Added environment variables for logging and revocation on Vault Agent Injector [[GH-219](https://github.com/hashicorp/vault-helm/pull/219)] diff --git a/Chart.yaml b/Chart.yaml index a41283c3e..34693592d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vault -version: 0.4.0 +version: 0.5.0 description: Install and configure Vault on Kubernetes. home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png diff --git a/values.yaml b/values.yaml index a7d7b92aa..54ca6d0e6 100644 --- a/values.yaml +++ b/values.yaml @@ -30,7 +30,7 @@ injector: # required. agentImage: repository: "vault" - tag: "1.3.3" + tag: "1.4.0" # Mount Path of the Vault Kubernetes Auth Method. authPath: "auth/kubernetes"