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