Skip to content

Commit

Permalink
Bump Envoy to v1.29.5
Browse files Browse the repository at this point in the history
https://github.com/envoyproxy/envoy/releases/tag/v1.29.4
https://github.com/envoyproxy/envoy/releases/tag/v1.29.5

Fixes CVE-2024-34362, CVE-2024-34363, CVE-2024-34364, CVE-2024-32974,
CVE-2024-32975, CVE-2024-32976, CVE-2024-23326 and CVE-2024-32475.

Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jun 5, 2024
1 parent 473ff86 commit bf1abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constant/constant_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const (
CoreDNSImage = "quay.io/k0sproject/coredns"
CoreDNSImageVersion = "1.11.3"
EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"
EnvoyProxyImageVersion = "v1.29.3"
EnvoyProxyImageVersion = "v1.29.5"
CalicoImage = "quay.io/k0sproject/calico-cni"
CalicoComponentImagesVersion = "v3.26.1-1"
CalicoNodeImage = "quay.io/k0sproject/calico-node"
Expand Down

0 comments on commit bf1abea

Please sign in to comment.