Skip to content

Commit

Permalink
release/1.3.x - Update Envoy (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthain committed Oct 23, 2023
1 parent 08cfd52 commit 78d2f77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/3118.txt
@@ -0,0 +1,3 @@
```release-note:security
Update Envoy version to 1.25.11 to address [CVE-2023-44487](https://github.com/envoyproxy/envoy/security/advisories/GHSA-jhv4-f7mr-xx76)
```
2 changes: 1 addition & 1 deletion charts/consul/Chart.yaml
Expand Up @@ -22,7 +22,7 @@ annotations:
- name: consul-dataplane
image: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.3-dev
- name: envoy
image: envoyproxy/envoy:v1.26.2
image: envoyproxy/envoy:v1.25.11
artifacthub.io/license: MPL-2.0
artifacthub.io/links: |
- name: Documentation
Expand Down
4 changes: 2 additions & 2 deletions charts/consul/values.yaml
Expand Up @@ -3233,7 +3233,7 @@ terminatingGateways:
gateways:
- name: terminating-gateway

# [DEPRECATED] Use connectInject.apiGateway instead. This stanza will be removed with the release of Consul 1.17
# [DEPRECATED] Use connectInject.apiGateway instead.
# Configuration settings for the Consul API Gateway integration
apiGateway:
# When true the helm chart will install the Consul API Gateway controller
Expand All @@ -3248,7 +3248,7 @@ apiGateway:
# The name (and tag) of the Envoy Docker image used for the
# apiGateway. For other Consul compoenents, imageEnvoy has been replaced with Consul Dataplane.
# @default: envoyproxy/envoy:<latest supported version>
imageEnvoy: "envoyproxy/envoy:v1.25.1"
imageEnvoy: "envoyproxy/envoy:v1.25.11"

# Override global log verbosity level for api-gateway-controller pods. One of "debug", "info", "warn", or "error".
# @type: string
Expand Down

0 comments on commit 78d2f77

Please sign in to comment.