diff --git a/CHANGELOG.md b/CHANGELOG.md index 9040b7bc0b..7dcb82c8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * Helm * Update client-snapshot-agent so that setting `client.snapshotAgent.caCert` no longer requires root access to modify the trust store. [[GH-1190](https://github.com/hashicorp/consul-k8s/pull/1190/)] * Add missing vault agent annotations to the `api-gateway-controller-deployment`. [[GH-1247](https://github.com/hashicorp/consul-k8s/pull/1247)] + * Bump default Envoy version to 1.22.2. [[GH-1276](https://github.com/hashicorp/consul-k8s/pull/1276)] ## 0.44.0 (May 17, 2022) diff --git a/charts/consul/Chart.yaml b/charts/consul/Chart.yaml index e10e83e0e3..0829e7e95b 100644 --- a/charts/consul/Chart.yaml +++ b/charts/consul/Chart.yaml @@ -17,7 +17,7 @@ annotations: - name: consul-k8s-control-plane image: hashicorp/consul-k8s-control-plane:0.44.0 - name: envoy - image: envoyproxy/envoy:v1.22.0 + image: envoyproxy/envoy:v1.22.2 artifacthub.io/license: MPL-2.0 artifacthub.io/links: | - name: Documentation diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 87cb977846..3974c9540f 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -606,7 +606,7 @@ global: # connect-injected sidecar proxies and mesh, terminating, and ingress gateways. # See https://www.consul.io/docs/connect/proxies/envoy for full compatibility matrix between Consul and Envoy. # @default: envoyproxy/envoy-alpine: - imageEnvoy: "envoyproxy/envoy:v1.22.0" + imageEnvoy: "envoyproxy/envoy:v1.22.2" # Configuration for running this Helm chart on the Red Hat OpenShift platform. # This Helm chart currently supports OpenShift v4.x+.