Skip to content
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

chore: bump Gateway API's HTTPRoute from v1alpha2 to v1beta1 #2894

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Sep 5, 2022

What this PR does / why we need it:

This PR bumps Gateway API's HTTPRoute from v1alpha2 to v1beta1.

Which issue this PR fixes:

Fixes #2895
Partially addresses #2887

Special notes for your reviewer:

I don't really like that this grew in size so much but there's so much code around the specific types for all the fields e.g. gatewayv1alpha2.Group, gatewayv1alpha2.Kind or gatewayv1alpha2.Namespace that it's hard to not incur the damage that can be seen in this PR.

Ideally we would introduce some type aliases at some point ( in retrospect I might do so in the subsequent PRs for this set of issues).

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

@pmalek pmalek added the area/gateway-api Relating to upstream Kubernetes SIG Networking Gateway API label Sep 5, 2022
@pmalek pmalek self-assigned this Sep 5, 2022
@pmalek pmalek force-pushed the replace-httproute-v1alpha2-with-httproute-v1beta1 branch from daab595 to 154bd81 Compare September 5, 2022 14:39
@pmalek pmalek temporarily deployed to Configure ci September 5, 2022 14:40 Inactive
@pmalek pmalek temporarily deployed to Configure ci September 5, 2022 15:00 Inactive
@pmalek pmalek force-pushed the replace-httproute-v1alpha2-with-httproute-v1beta1 branch from 154bd81 to 8d4e24b Compare September 5, 2022 15:55
@pmalek pmalek temporarily deployed to Configure ci September 5, 2022 15:55 Inactive
@pmalek pmalek marked this pull request as ready for review September 5, 2022 15:59
@pmalek pmalek requested a review from a team as a code owner September 5, 2022 15:59
@pmalek pmalek temporarily deployed to Configure ci September 5, 2022 16:17 Inactive
examples/gateway-httproute.yaml Outdated Show resolved Hide resolved
internal/controllers/gateway/route_utils.go Outdated Show resolved Hide resolved
internal/types/types.go Show resolved Hide resolved
internal/dataplane/parser/translate_utils.go Outdated Show resolved Hide resolved
@pmalek pmalek force-pushed the replace-httproute-v1alpha2-with-httproute-v1beta1 branch from 8d4e24b to de2f2c7 Compare September 6, 2022 07:35
@pmalek pmalek temporarily deployed to Configure ci September 6, 2022 07:35 Inactive
@pmalek pmalek force-pushed the replace-httproute-v1alpha2-with-httproute-v1beta1 branch from de2f2c7 to ed7317c Compare September 6, 2022 07:36
@pmalek pmalek temporarily deployed to Configure ci September 6, 2022 07:36 Inactive
@pmalek pmalek temporarily deployed to Configure ci September 6, 2022 08:05 Inactive
@pmalek pmalek added this to the KIC v2.6.0 milestone Sep 6, 2022
@randmonkey randmonkey merged commit cd73e4b into main Sep 6, 2022
@randmonkey randmonkey deleted the replace-httproute-v1alpha2-with-httproute-v1beta1 branch September 6, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gateway-api Relating to upstream Kubernetes SIG Networking Gateway API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove v1alpha2.HTTPRoute support, switch to v1beta1
3 participants