docs: clarify Envoy Proxy version support in the compatibility matrix - #9915
Open
zhaohuabing wants to merge 2 commits into
Open
docs: clarify Envoy Proxy version support in the compatibility matrix#9915zhaohuabing wants to merge 2 commits into
zhaohuabing wants to merge 2 commits into
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c8b56258e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
zhaohuabing
force-pushed
the
docs-matrix-envoy-minor
branch
from
September 1, 2026 09:24
4c8b562 to
d05887b
Compare
The matrix listed one Envoy Proxy patch version per Envoy Gateway minor release, which invited the reading that a nearby Envoy Proxy version is also supported. It is not: each Envoy Gateway release is built and tested against exactly one Envoy Proxy minor version. Show the Envoy Proxy column as a minor series, since the exact patch advances across our patch releases, and note where to find the exact image for a given release. Also warn about overriding the Envoy Proxy image. That failure mode is easy to miss: a rejected configuration is invisible while the proxies keep running and only surfaces when one restarts, at which point it has no last known good configuration to fall back on. Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
zhaohuabing
force-pushed
the
docs-matrix-envoy-minor
branch
from
September 1, 2026 09:32
d05887b to
d8a92ba
Compare
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> # Conflicts: # site/content/en/news/releases/matrix.md
arkodg
reviewed
Sep 7, 2026
|
|
||
| Envoy Gateway relies on the Envoy Proxy and the Gateway API, and runs within a Kubernetes cluster. Not all versions of each of these products can function together for Envoy Gateway. Supported version combinations are listed below; **bold** type indicates the versions of the Envoy Proxy and the Gateway API actually compiled into each Envoy Gateway release. | ||
|
|
||
| Each Envoy Gateway release supports exactly one Envoy Proxy minor version: the one it is built and tested against. This is unlike the Kubernetes column, which lists a range of tested versions. Running a different Envoy Proxy minor version is not supported. |
Contributor
There was a problem hiding this comment.
can we reframe in a way, where we say it ships with this image and is tested with this, compatibility with older or newer versions is unknown ?
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.
Related to #9656