Skip to content

Commit

Permalink
Update to v0.6.0 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored Jun 3, 2020
1 parent b42c0c5 commit e7736de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 4 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e7736de

Please sign in to comment.