fix: watch TLSRoute v1#8327
Merged
zhaohuabing merged 2 commits intoenvoyproxy:mainfrom Feb 27, 2026
Merged
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 canceled.
|
d868553 to
64470a6
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8327 +/- ##
==========================================
+ Coverage 73.83% 73.85% +0.01%
==========================================
Files 242 242
Lines 37064 37055 -9
==========================================
Hits 27367 27367
+ Misses 7765 7759 -6
+ Partials 1932 1929 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
64470a6 to
4f91c7c
Compare
cnvergence
approved these changes
Feb 24, 2026
e58b0b6 to
070e6a7
Compare
zirain
approved these changes
Feb 26, 2026
jukie
approved these changes
Feb 26, 2026
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
antonio-mazzini
pushed a commit
to antonio-mazzini/gateway
that referenced
this pull request
Mar 5, 2026
* update TLSRoute to v1 Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> * make TLSRoute CRD mandatory Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> --------- Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.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.
fixes: #8326
This PR updates the watcher to use v1 instead of v1alpha3 to avoid breaking the Gateway API standard channel. It also removes the TLSRouteCRDExist check, since the CRD has been promoted to v1 and is no longer optional.
gateway/charts/gateway-crds-helm/templates/standard-gatewayapi-crds.yaml
Lines 17462 to 17463 in d1b1e5c