Update to 0.5.0 (#253)
* Update to 0.5.0 * Add changelog for k8s service discovery
This commit is contained in:
parent
6d5a2174d8
commit
13f6df4e6a
3 changed files with 6 additions and 4 deletions
|
@ -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)]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue