[v3.23] Upgrade Envoy Gateway to v1.7.0#4637
Open
pasanw wants to merge 2 commits intotigera:release-v1.42from
Open
[v3.23] Upgrade Envoy Gateway to v1.7.0#4637pasanw wants to merge 2 commits intotigera:release-v1.42from
pasanw wants to merge 2 commits intotigera:release-v1.42from
Conversation
Update envoy-gateway from v1.5.9 to v1.7.0. This bumps: - github.com/envoyproxy/gateway v1.5.9 -> v1.7.0 - sigs.k8s.io/gateway-api v1.3.1 -> v1.4.1 - k8s.io/* v0.34.4 -> v0.35.0 - sigs.k8s.io/controller-runtime v0.22.5 -> v0.23.1 Changes: - Update ENVOY_GATEWAY_VERSION to v1.7.0 in Makefile - Bump Go module dependencies (envoyproxy/gateway and cascading deps) - Regenerate gateway_api_resources.yaml from v1.7.0 Helm chart - Fix API renames: ProviderTypeKubernetes -> EnvoyProxyProviderTypeKubernetes - Fix type change: ProxyAccessLogFormat.Type from string to *ProxyAccessLogFormatType - Update k8s CRD count assertion from 11 to 12 (new xmeshes CRD) - Migrate NewSimpleClientset -> NewClientset (deprecated in k8s v0.35.0) - Add IsWatchListSemanticsUnSupported() to ListerWatcher mocks (required for client-go v0.35.0 WatchListClient feature gate) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The EnvoyGatewayProvider.Type field uses the shared ProviderType type, not the EnvoyProxy-specific EnvoyProxyProviderType. Fix the test to use the correct constant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Bumps Envoy Gateway from v1.5.9 to v1.7.0 on the release-v1.42 branch (Enterprise v3.23).
gateway_api_resources.yamlfrom v1.7.0 Helm chartProviderTypeKubernetes→EnvoyProxyProviderTypeKubernetes,ProxyAccessLogFormat.Typefromstringto*ProxyAccessLogFormatTypexmeshesexperimental CRD)NewSimpleClientset→NewClientsetdeprecation (k8s.io v0.35.0)IsWatchListSemanticsUnSupported()to test ListerWatcher wrappers (controller-runtime v0.23.1)Release Note
Companion PR
Test plan
make utpasses🤖 Generated with Claude Code