diff --git a/.circleci/config.yml b/.circleci/config.yml index ef506e4ce5..2bf464fc1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,8 +9,8 @@ executors: - image: docker.mirror.hashicorp.services/cimg/go:1.17.5 environment: TEST_RESULTS: /tmp/test-results # path to where test results are saved - CONSUL_VERSION: 1.11.1 # Consul's OSS version to use in tests - CONSUL_ENT_VERSION: 1.11.1+ent # Consul's enterprise version to use in tests + CONSUL_VERSION: 1.11.2 # Consul's OSS version to use in tests + CONSUL_ENT_VERSION: 1.11.2+ent # Consul's enterprise version to use in tests control-plane-path : &control-plane-path control-plane cli-path : &cli-path cli diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aed4f74e5..b69b34c9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ FEATURES: * Helm * Support Envoy 1.20.1. [[GH-958](https://github.com/hashicorp/consul-k8s/pull/958)] + * Support Consul 1.11.2. [[GH-976](https://github.com/hashicorp/consul-k8s/pull/976)] IMPROVEMENTS: * Helm diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index e7f331c4ae..75bbd9708f 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: consul version: 0.39.0 -appVersion: 1.11.1 +appVersion: 1.11.2 kubeVersion: ">=1.18.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io @@ -13,7 +13,7 @@ annotations: artifacthub.io/prerelease: false artifacthub.io/images: | - name: consul - image: hashicorp/consul:1.11.1 + image: hashicorp/consul:1.11.2 - name: consul-k8s-control-plane image: hashicorp/consul-k8s-control-plane:0.39.0 - name: envoy diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 650db24399..243586d10f 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -85,7 +85,7 @@ global: # image: "hashicorp/consul-enterprise:1.10.0-ent" # ``` # @default: hashicorp/consul: - image: "hashicorp/consul:1.11.1" + image: "hashicorp/consul:1.11.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-control-plane Docker image.