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

Commit

Permalink
Release 0.29.0, update changelog and values (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi authored Jan 22, 2021
1 parent a4894e9 commit 02b30f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 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)]
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.
Expand All @@ -12,6 +16,9 @@ BUG FIXES:
[[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
Consul-helm 0.29.0+ or updating the Consul image to 1.9.2+. ⚠️

BREAKING CHANGES:
* Setting `server.bootstrapExpect` to a value less than `server.replicas` will now
Expand Down Expand Up @@ -56,6 +63,9 @@ BUG FIXES:
* Remove unused ports `8302` and `8300` from the client daemonset pods. [[GH-737](https://github.com/hashicorp/consul-helm/pull/737)]

## 0.27.0 (Nov 25, 2020)
⚠️ This release defaults the Consul image to 1.9.0, which panics on upgrades
([Issue](https://github.com/hashicorp/consul/issues/9566)). We recommend using
Consul-helm 0.29.0+ or updating the Consul image to 1.9.2+. ⚠️

IMPROVEMENTS:
* Connect: support `connectInject.logLevel` setting. [[GH-699](https://github.com/hashicorp/consul-helm/pull/699)]
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: consul
version: 0.28.0
appVersion: 1.9.1
version: 0.29.0
appVersion: 1.9.2
description: Official HashiCorp Consul Chart
home: https://www.consul.io
icon: https://raw.githubusercontent.com/hashicorp/consul-helm/master/assets/icon.png
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ global:
# image: "hashicorp/consul-enterprise:1.5.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.9.1"
image: "hashicorp/consul:1.9.2"

# Array of objects containing image pull secret names that will be applied to each service account.
# This can be used to reference image pull secrets if using a custom consul or consul-k8s Docker image.
Expand All @@ -52,7 +52,7 @@ global:
# Docker image that is used for functionality such the catalog sync.
# This can be overridden per component.
# @default: hashicorp/consul-k8s:<latest version>
imageK8S: "hashicorp/consul-k8s:0.22.0"
imageK8S: "hashicorp/consul-k8s:0.23.0"

# The name of the datacenter that the agents should
# register as. This can't be changed once the Consul cluster is up and running
Expand Down

0 comments on commit 02b30f3

Please sign in to comment.