Prepare for release 0.20.1 (#739)

Prepare for release 0.20.1

Improvements:
* `vault-k8s` updated to 0.16.1

CHANGES:
* `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737)
* Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736)

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
Christopher Swenson 2022-05-26 09:13:32 -07:00 committed by GitHub
parent daa2b3b236
commit 45897a67fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View file

@ -1,9 +1,15 @@
## Unreleased ## Unreleased
## 0.20.1 (May 25th, 2022)
CHANGES: CHANGES:
* `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737) * `vault-k8s` updated to 0.16.1
Improvements:
* Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736) * Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736)
Bugs:
* `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737)
## 0.20.0 (May 16th, 2022) ## 0.20.0 (May 16th, 2022)
CHANGES: CHANGES:

View file

@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: vault name: vault
version: 0.20.0 version: 0.20.1
appVersion: 1.10.3 appVersion: 1.10.3
kubeVersion: ">= 1.16.0-0" kubeVersion: ">= 1.16.0-0"
description: Official HashiCorp Vault Chart description: Official HashiCorp Vault Chart

View file

@ -6,7 +6,7 @@ global:
injector: injector:
image: image:
repository: "registry.connect.redhat.com/hashicorp/vault-k8s" repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
tag: "0.16.0-ubi" tag: "0.16.1-ubi"
agentImage: agentImage:
repository: "registry.connect.redhat.com/hashicorp/vault" repository: "registry.connect.redhat.com/hashicorp/vault"

View file

@ -50,7 +50,7 @@ injector:
# image sets the repo and tag of the vault-k8s image to use for the injector. # image sets the repo and tag of the vault-k8s image to use for the injector.
image: image:
repository: "hashicorp/vault-k8s" repository: "hashicorp/vault-k8s"
tag: "0.16.0" tag: "0.16.1"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent