-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatewayapi: add support for v1
#1557
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1557 +/- ##
==========================================
+ Coverage 55.03% 55.13% +0.10%
==========================================
Files 85 85
Lines 10355 10639 +284
==========================================
+ Hits 5699 5866 +167
- Misses 3994 4104 +110
- Partials 662 669 +7 ☔ View full report in Codecov by Sentry. |
ac56f6a
to
daf52dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @aryan9600 🏅
Add support for v1 of Gateway API `HTTPRoute`. Drop support for v1alpha2 as it was deprecated almost a year ago. Signed-off-by: Sanskar Jaiswal <[email protected]>
Bump Gateway API E2E tests to v1 and switch to Istio from Contour. Signed-off-by: Sanskar Jaiswal <[email protected]>
Signed-off-by: Sanskar Jaiswal <[email protected]>
afa3e8b
to
e595f47
Compare
Signed-off-by: Sanskar Jaiswal <[email protected]>
e595f47
to
37621de
Compare
Add support for Gateway API
v1
. Drop support forv1alpha2
, since we deprecated support for it more than a year ago and almost all implementations have moved on tov1beta1
.Switch from Contour to Istio for e2e tests due to lack of support for the
v1
APIs.