diff --git a/Makefile b/Makefile index 424ef75201e..95b3143ec11 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ else endif endif -ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.25.10-patch1 +ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.25.10-patch2 # The full SHA of the currently checked out commit CHECKED_OUT_SHA := $(shell git rev-parse HEAD) diff --git a/changelog/v1.14.29/envoy-gloo-cves.yaml b/changelog/v1.14.29/envoy-gloo-cves.yaml new file mode 100644 index 00000000000..c873553e2d2 --- /dev/null +++ b/changelog/v1.14.29/envoy-gloo-cves.yaml @@ -0,0 +1,9 @@ +changelog: +- type: DEPENDENCY_BUMP + dependencyOwner: solo-io + dependencyRepo: envoy-gloo + dependencyTag: v1.25.10-patch2 + issueLink: https://github.com/solo-io/solo-projects/issues/5778 + resolvesIssue: false + description: >- + Bump envoy-gloo for fixes Envoy CVEs announced 8 Feb 2024.