From 618d4b3b39e9a2cbaf22b75f983f1e6d0446d0cc Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:22:17 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fad24f0..a2e3dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Improvements: * Added configurables for all probe values [GH-387](https://github.com/hashicorp/vault-helm/pull/387) * MountPath for audit and data storage is now configurable [GH-393](https://github.com/hashicorp/vault-helm/pull/393) * Annotations can now be added to the Injector pods [GH-394](https://github.com/hashicorp/vault-helm/pull/394) +* The injector can now be configured with a failurePolicy [GH-400](https://github.com/hashicorp/vault-helm/pull/400) Bugs: * Fixed install output using Helm V2 command [GH-378](https://github.com/hashicorp/vault-helm/pull/378)