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 to 0.6.0 #3496

Merged
merged 8 commits into from
Feb 7, 2023
Merged

chore: bump Gateway API to 0.6.0 #3496

merged 8 commits into from
Feb 7, 2023

Conversation

mlavacca
Copy link
Member

@mlavacca mlavacca commented Feb 6, 2023

What this PR does / why we need it:

The Gateway API has been bumped to 0.6.0

Which issue this PR fixes:

Fixes #3214

Special notes for your reviewer:

The Gateway API has been bumped to 0.6.0. A subset of conformance tests has been disabled to keeping this PR as small as possible. In the next iterations, all the currently disabled conformance tests will be fixed and re-enabled.

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@mlavacca mlavacca force-pushed the gwapi-0.6 branch 2 times, most recently from eff2c13 to 641458b Compare February 6, 2023 16:21
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Base: 73.9% // Head: 74.1% // Increases project coverage by +0.2% 🎉

Coverage data is based on head (c3a2dff) compared to base (1d95681).
Patch coverage: 86.8% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #3496     +/-   ##
=======================================
+ Coverage   73.9%   74.1%   +0.2%     
=======================================
  Files        118     118             
  Lines      13987   13886    -101     
=======================================
- Hits       10337   10295     -42     
+ Misses      2989    2939     -50     
+ Partials     661     652      -9     
Impacted Files Coverage Δ
internal/dataplane/parser/translate_utils.go 88.8% <ø> (ø)
internal/dataplane/parser/wrappers_refchecker.go 64.4% <ø> (+4.7%) ⬆️
internal/util/test/crds.go 70.9% <ø> (-0.5%) ⬇️
...nternal/controllers/gateway/tcproute_controller.go 72.0% <50.0%> (ø)
...nternal/controllers/gateway/tlsroute_controller.go 73.4% <50.0%> (+2.0%) ⬆️
internal/dataplane/parser/translate_tlsroute.go 57.3% <50.0%> (ø)
...nternal/controllers/gateway/udproute_controller.go 73.7% <66.6%> (+2.1%) ⬆️
internal/controllers/gateway/route_utils.go 78.0% <68.9%> (+1.2%) ⬆️
internal/controllers/gateway/gateway_utils.go 90.0% <89.7%> (ø)
internal/controllers/gateway/gateway_controller.go 66.8% <100.0%> (ø)
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
@mlavacca
Copy link
Member Author

mlavacca commented Feb 6, 2023

Note for the reviewers: a subset of conformance tests has been disabled to keep this PR as small as possible. In the next iterations, all the currently disabled conformance tests will be fixed and re-enabled.

Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
@mlavacca mlavacca marked this pull request as ready for review February 7, 2023 11:38
@mlavacca mlavacca requested a review from a team as a code owner February 7, 2023 11:38
internal/controllers/gateway/gateway_utils.go Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
test/integration/gateway_test.go Show resolved Hide resolved
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
@mlavacca mlavacca requested a review from pmalek February 7, 2023 13:51
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
@mlavacca mlavacca requested a review from pmalek February 7, 2023 15:52
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
@mlavacca mlavacca requested a review from pmalek February 7, 2023 16:18
@mlavacca mlavacca enabled auto-merge (squash) February 7, 2023 17:12
@mlavacca mlavacca merged commit 1084eb6 into main Feb 7, 2023
@mlavacca mlavacca deleted the gwapi-0.6 branch February 7, 2023 17:14
@mlavacca mlavacca mentioned this pull request Feb 8, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump Gateway API to v0.6
2 participants