From ef4ef6bcb5ded2830af356171dae4a80b720c4a4 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:36:53 -0800 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221c12a2d..eb35d5b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,5 @@ ## Unreleased -## 0.29.0 (Jan 22, 2021) - -IMPROVEMENTS: -* Use `consul-k8s` subcommand to perform `tls-init` job. This allows for server certificates to get rotated on subsequent runs. - Consul servers have to be restarted in order for them to update their server certificates. [[GH-749](https://github.com/hashicorp/consul-helm/pull/721)] -* Add support for Ingress resource for Consul UI. [[GH-774](https://github.com/hashicorp/consul-helm/pull/774)] -* Updated the default Consul image to `hashicorp/consul:1.9.2`. -* Updated the default consul-k8s image to `hashicorp/consul-k8s:0.23.0`. - -BUG FIXES: -* Consul servers no longer call `consul leave` command when restarted or deleted. - This is because `consul leave` reduces the quorum size, but we want to maintain the quorum size. - For example, for a server with 3 replicas the quorum size should always be 2. - [[GH-764](https://github.com/hashicorp/consul-helm/pull/764)] - BREAKING CHANGES: * The following Helm settings are no longer supported and will cause errors on `helm upgrade`. See [Upgrade to CRDs](https://www.consul.io/docs/k8s/crds/upgrade-to-crds) @@ -28,10 +13,25 @@ BREAKING CHANGES: Current deployments that have the annotation should remove it, otherwise they will get an error if a pod from that deployment is rescheduled. - + See [Upgrade to CRDs](https://www.consul.io/docs/k8s/crds/upgrade-to-crds) for more information on how to upgrade. +## 0.29.0 (Jan 22, 2021) + +IMPROVEMENTS: +* Use `consul-k8s` subcommand to perform `tls-init` job. This allows for server certificates to get rotated on subsequent runs. + Consul servers have to be restarted in order for them to update their server certificates. [[GH-749](https://github.com/hashicorp/consul-helm/pull/721)] +* Add support for Ingress resource for Consul UI. [[GH-774](https://github.com/hashicorp/consul-helm/pull/774)] +* Updated the default Consul image to `hashicorp/consul:1.9.2`. +* Updated the default consul-k8s image to `hashicorp/consul-k8s:0.23.0`. + +BUG FIXES: +* Consul servers no longer call `consul leave` command when restarted or deleted. + This is because `consul leave` reduces the quorum size, but we want to maintain the quorum size. + For example, for a server with 3 replicas the quorum size should always be 2. + [[GH-764](https://github.com/hashicorp/consul-helm/pull/764)] + ## 0.28.0 (Dec 21, 2020) ⚠️ This release defaults the Consul image to 1.9.1, which panics on upgrades ([Issue](https://github.com/hashicorp/consul/issues/9566)). We recommend using