diff --git a/CHANGELOG.md b/CHANGELOG.md index 3faaf3739631..0ff884c88ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.32.0-beta2 (May 6, 2021) IMPROVEMENTS: * Connect: Add namespaces get/list/watch to the connect-inject clusterrole to support the ability to fetch namespace labels which can enable/disable tproxy for an entire namespace. [[GH-942](https://github.com/hashicorp/consul-helm/pull/942)] diff --git a/Chart.yaml b/Chart.yaml index 01b229226dd6..e7e1eadcdcc7 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: consul -version: 0.32.0-beta1 -appVersion: 1.10.0-beta1 +version: 0.32.0-beta2 +appVersion: 1.10.0-beta2 kubeVersion: ">=1.16.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io @@ -14,9 +14,9 @@ annotations: artifacthub.io/prerelease: true artifacthub.io/images: | - name: consul - image: hashicorp/consul:1.10.0-beta1 + image: hashicorp/consul:1.10.0-beta2 - name: consul-k8s - image: hashicorp/consul-k8s:0.26.0-beta1 + image: hashicorp/consul-k8s:0.26.0-beta2 - name: envoy image: envoyproxy/envoy-alpine:v1.16.0 artifacthub.io/license: MPL-2.0 diff --git a/values.yaml b/values.yaml index 250091336f95..a984023bdb84 100644 --- a/values.yaml +++ b/values.yaml @@ -32,7 +32,7 @@ global: # image: "hashicorp/consul-enterprise:1.5.0-ent" # ``` # @default: hashicorp/consul: - image: "hashicorp/consul:1.10.0-beta1" + image: "hashicorp/consul:1.10.0-beta2" # 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. @@ -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: - imageK8S: "hashicorp/consul-k8s:0.26.0-beta1" + imageK8S: "hashicorp/consul-k8s:0.26.0-beta2" # The name of the datacenter that the agents should # register as. This can't be changed once the Consul cluster is up and running