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

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh committed Feb 16, 2021
1 parent 79f6ff8 commit a8c2f7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ IMPROVEMENTS:
* Consul client nodes have a new meta key called "host-ip" set to the IP of the Kubernetes node they're running on. [[GH-805](https://github.com/hashicorp/consul-helm/pull/805)]
* Connect: the latest version of consul-k8s cleans up Consul connect service mesh instances whose pods are no longer running.
This could happen if the pod's `preStop` hook failed to execute for some reason. [[GH-806](https://github.com/hashicorp/consul-helm/pull/806)]
* Updated the default Consul image to `hashicorp/consul:1.9.3`.
* Updated the default consul-k8s image to `hashicorp/consul-k8s:0.24.0`.

BUG FIXES:
* Use `rbac.authorization.k8s.io/v1` instead of `rbac.authorization.k8s.io/v1beta1` API version for the `roles` and `rolebindings` used by the `tls-init`
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.29.0
appVersion: 1.9.2
version: 0.30.0
appVersion: 1.9.3
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.2"
image: "hashicorp/consul:1.9.3"

# 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.23.0"
imageK8S: "hashicorp/consul-k8s:0.24.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 a8c2f7a

Please sign in to comment.