[2.3] bump envoy to 1.37.5#14300
Merged
Merged
Conversation
Signed-off-by: Andy Fong <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the pinned Envoy version used by kgateway’s build/dev tooling and Rust dynamic modules workspace to v1.37.5, aligning local Tilt builds, Makefile-driven builds, and the Envoy Rust SDK dependency on the same release (noted in the PR as including CVE fixes).
Changes:
- Update the Envoy Docker image tag from
v1.37.4->v1.37.5for local Tilt builds. - Update the default
ENVOY_IMAGEin the Makefile toenvoyproxy/envoy:v1.37.5. - Update the Envoy Rust dynamic modules SDK git tag (and lockfile source) to
v1.37.5.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tilt-settings.yaml | Bumps the Envoy image used in the inline Dockerfile for strict validation mode. |
| Makefile | Updates the default ENVOY_IMAGE used by build/CI-related Docker targets. |
| internal/envoy_modules/Cargo.toml | Aligns the Envoy Rust SDK dependency tag with the upgraded Envoy version. |
| internal/envoy_modules/Cargo.lock | Updates the locked git source reference for the Envoy Rust SDK to v1.37.5. |
puertomontt
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
upgraded envoy to 1.37.5
See envoy release note for a list of CVE fixes
Change Type
/kind bump
Changelog