Conversation
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
commented
Mar 5, 2025
| github.com/coreos/go-oidc/v3 v3.12.0 | ||
| github.com/envoyproxy/gateway v1.3.0 | ||
| github.com/envoyproxy/go-control-plane/envoy v1.32.4 | ||
| github.com/envoyproxy/gateway v0.5.0-rc.1.0.20250305132535-64b753bfa5fd |
Member
Author
There was a problem hiding this comment.
v0.5.0-rc prefix is really weird but that's the last tag cut from their main branch so 🤷♂️
nacx
approved these changes
Mar 5, 2025
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.
Commit Message
The CLI's standalone mode needs to use Envoy Gateway's latest patch [1] that allows us to use it inside our CLI. This upgrades the EG dependency version to the latest. It is not compatible with the latest cel-go, so this also pins it to 0.22 until the upstream k8s.io/apiserver dependency [2] issue is resolved. This commit is separated from the standalone implementation commit as the upgrade results in a CRD generation which is not relevant to the change.
1: envoyproxy/gateway#5407
2: https://github.com/kubernetes/apiserver/issues/116
Related Issues/PRs (if applicable)
This is a preparation for #458