From 24d3115a2f04e8b5058f43b1d67afe6eff20df19 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 4 Oct 2019 16:26:17 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69fca1b9..0e2995668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ ## UNRELEASED -## 0.10.0 (Sep 19, 2019) +## 0.10.0 (Oct 4, 2019) IMPROVEMENTS: - * Use latest version of Consul (1.6.0) and consul-k8s (0.9.1) + * Use latest version of Consul (1.6.0) and consul-k8s (0.9.2) * Remove random value from `helm test` to enable helmfile use [[GH-143](https://github.com/hashicorp/consul-helm/pull/143)] + +BUG FIXES: + + * The latest version of `consul-k8s` fixes issues with the `server-acl-init` + job failing repeatedly. ## 0.9.0 (Sep 6, 2019)