Skip to content

Commit

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

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

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Jun 5, 2024
1 parent 7bf5438 commit 5440e6b
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.30.1"
EnvoyProxyImageVersion = "v1.30.2"
CalicoImage = "quay.io/k0sproject/calico-cni"
CalicoComponentImagesVersion = "v3.27.3-0"
CalicoNodeImage = "quay.io/k0sproject/calico-node"
Expand Down

0 comments on commit 5440e6b

Please sign in to comment.