Skip to content

Commit

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

Fixes CVE-2024-45806, CVE-2024-45807, CVE-2024-45808, CVE-2024-45809
and CVE-2024-45810.

Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Nov 11, 2024
1 parent 09ac812 commit e8533c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const (
CoreDNSImage = "quay.io/k0sproject/coredns"
CoreDNSImageVersion = "1.11.3"
EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"
EnvoyProxyImageVersion = "v1.31.1"
EnvoyProxyImageVersion = "v1.31.3"
CalicoImage = "quay.io/k0sproject/calico-cni"
CalicoComponentImagesVersion = "v3.28.2-0"
CalicoNodeImage = "quay.io/k0sproject/calico-node"
Expand Down

0 comments on commit e8533c8

Please sign in to comment.