From 71fad856a10b87cd09d56176e330eee0d10e1ef0 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Fri, 21 Feb 2020 08:23:57 -0800 Subject: [PATCH] changelog++ Also added links --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7da58..e9c1957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,15 @@ Improvements: -* Allow process namespace sharing between Vault and sidecar containers -* Added configurable to change updateStrategy -* Added sleep in the preStop lifecycle step -* Updated chart and tests to Helm 3 +* Allow process namespace sharing between Vault and sidecar containers [[GH-174](https://github.com/hashicorp/vault-helm/pull/174) +* Added configurable to change updateStrategy [[GH-172](https://github.com/hashicorp/vault-helm/pull/172) +* Added sleep in the preStop lifecycle step [[GH-188](https://github.com/hashicorp/vault-helm/pull/188)] +* Updated chart and tests to Helm 3 [[GH-195](https://github.com/hashicorp/vault-helm/pull/195)] +* Adds Values.injector.externalVaultAddr to use the injector with an external vault [[GH-207](https://github.com/hashicorp/vault-helm/pull/207)] Bugs: -* Fix bug where Vault lifecycle was appended after extra containers. +* Fix bug where Vault lifecycle was appended after extra containers. [[GH-179](https://github.com/hashicorp/vault-helm/pull/179)] ## 0.3.3 (January 14th, 2020)