Skip to content

Commit

Permalink
Bump Envoy to v1.24.12
Browse files Browse the repository at this point in the history
Fixes CVE-2023-44487 (already in v1.24.11).

https://github.com/envoyproxy/envoy/releases/tag/v1.24.11
https://github.com/envoyproxy/envoy/releases/tag/v1.24.12

See: 4ade99b ("Bump Envoy to v1.24.12")
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Nov 2, 2023
1 parent 3df0458 commit ed369ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
apiServerBindPort: 7443
image:
image: docker.io/envoyproxy/envoy-distroless
version: v1.24.1
version: v1.24.12
konnectivityServerBindPort: 7132
type: EnvoyProxy
podCIDR: 10.244.0.0/16
Expand Down
2 changes: 1 addition & 1 deletion pkg/constant/constant_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const (
CoreDNSImage = "docker.io/coredns/coredns"
CoreDNSImageVersion = "1.10.1"
EnvoyProxyImage = "docker.io/envoyproxy/envoy-distroless"
EnvoyProxyImageVersion = "v1.24.1"
EnvoyProxyImageVersion = "v1.24.12"
CalicoImage = "docker.io/calico/cni"
CalicoComponentImagesVersion = "v3.24.5"
CalicoNodeImage = "docker.io/calico/node"
Expand Down

0 comments on commit ed369ab

Please sign in to comment.