Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored and thisisnotashwin committed Jan 26, 2021
1 parent 94ad737 commit ef4ef6b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down

0 comments on commit ef4ef6b

Please sign in to comment.