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

Add support for Kubernetes Gateway API #9807

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

steven-sheehy
Copy link
Member

@steven-sheehy steven-sheehy commented Nov 22, 2024

Description:

  • Add support for Kubernetes Gateway API
  • Fix HelmRelease version in monitor

Related issue(s):

Fixes #9574

Notes for reviewer:

Unfortunately GKE does not yet support GrpcRoute or RegularExpression path matching.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@steven-sheehy steven-sheehy added enhancement Type: New feature ops Tasks relating to network operations labels Nov 22, 2024
@steven-sheehy steven-sheehy added this to the 0.119.0 milestone Nov 22, 2024
@steven-sheehy steven-sheehy self-assigned this Nov 22, 2024
@steven-sheehy steven-sheehy requested a review from a team as a code owner November 22, 2024 23:30
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.36%. Comparing base (a82aadb) to head (815d687).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9807   +/-   ##
=========================================
  Coverage     92.36%   92.36%           
  Complexity     7665     7665           
=========================================
  Files           932      932           
  Lines         32184    32184           
  Branches       4091     4091           
=========================================
+ Hits          29726    29727    +1     
  Misses         1498     1498           
+ Partials        960      959    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@edwin-greene edwin-greene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

@jnels124 jnels124 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steven-sheehy steven-sheehy merged commit 14725e4 into main Nov 25, 2024
35 of 36 checks passed
@steven-sheehy steven-sheehy deleted the 9574-gateway-api branch November 25, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature ops Tasks relating to network operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Gateway API resources to helm chart
3 participants