diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc891d5..e7944143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.32.0-beta1 (Apr 16, 2021) + IMPROVEMENTS: * Specify `kubeVersion` in `Chart.yaml` to denote that this chart is compatible with Kubernetes 1.16+. [[GH-883](https://github.com/hashicorp/consul-helm/pull/883)] diff --git a/Chart.yaml b/Chart.yaml index 4f129320..2d779e61 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: consul -version: 0.31.1 -appVersion: 1.9.4 +version: 0.32.0-beta1 +appVersion: 1.10.0-beta1 kubeVersion: ">=1.16.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io diff --git a/values.yaml b/values.yaml index bfa3850a..f49737f2 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.9.4" + image: "hashicorp/consul:1.10.0-beta1" # 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.25.0" + imageK8S: "hashicorp/consul-k8s:0.26.0-beta1" # The name of the datacenter that the agents should # register as. This can't be changed once the Consul cluster is up and running