From 63037756ce11d8824f81af9149e7b0691b3e66c1 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:59:09 -0700 Subject: [PATCH] Release 0.23.1 (#539) --- CHANGELOG.md | 8 ++++++++ Chart.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee8bd53c..0199b9247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased +## 0.23.1 (July 10, 2020) + +BUG FIXES: + +* TLS: Fixes bug introduced in 0.23.0 where the DNS subject alternative names + for the server certs were invalid. This would cause the server-acl-init job + to run forever without completing. [[GH-538](https://github.com/hashicorp/consul-helm/pull/538)] + ## 0.23.0 (July 9, 2020) BREAKING CHANGES: diff --git a/Chart.yaml b/Chart.yaml index 469d283f8..76d40a8e6 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 0.23.0 +version: 0.23.1 appVersion: 1.8.0 description: Official HashiCorp Consul Chart home: https://www.consul.io