diff --git a/CHANGELOG.md b/CHANGELOG.md index d9549805e..2ed15ac47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.11.0 (April 14th, 2021) + Features: * Added `server.enabled` to explicitly skip installing a Vault server [GH-486](https://github.com/hashicorp/vault-helm/pull/486) * Injector now supports enabling host network [GH-471](https://github.com/hashicorp/vault-helm/pull/471) diff --git a/Chart.yaml b/Chart.yaml index 04370699d..562323859 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vault -version: 0.10.0 +version: 0.11.0 appVersion: 1.7.0 description: Official HashiCorp Vault Chart home: https://www.vaultproject.io @@ -10,3 +10,4 @@ sources: - https://github.com/hashicorp/vault - https://github.com/hashicorp/vault-helm - https://github.com/hashicorp/vault-k8s + - https://github.com/hashicorp/vault-csi-provider diff --git a/values.yaml b/values.yaml index b08b1312a..f31d13209 100644 --- a/values.yaml +++ b/values.yaml @@ -52,7 +52,7 @@ injector: # image sets the repo and tag of the vault-k8s image to use for the injector. image: repository: "hashicorp/vault-k8s" - tag: "0.9.0" + tag: "0.10.0" pullPolicy: IfNotPresent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent @@ -691,7 +691,7 @@ csi: image: repository: "hashicorp/vault-csi-provider" - tag: "0.1.0" + tag: "0.2.0" pullPolicy: IfNotPresent # volumes is a list of volumes made available to all containers. These are rendered