gateway-api
                                
                                 gateway-api copied to clipboard
                                
                                    gateway-api copied to clipboard
                            
                            
                            
                        Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
**What type of PR is this?** /area conformance **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #2851 **Does this PR introduce a user-facing...
**What type of PR is this?** **What this PR does / why we need it**: /kind bug /area conformance **Which issue(s) this PR fixes**: Fixes https://github.com/kubernetes-sigs/gateway-api/issues/2841. Currently when implementing [GEP-2162](https://github.com/kubernetes-sigs/gateway-api/blob/f80f447fbf6e759a196cab6532b70582d9a8bd70/geps/gep-2162/index.md),...
**What would you like to be added**: It would be great if HTTPRouteFilter had a field to set, add and remove a query parameter of the HTTP request before it...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.22.0. Commits 7ee34a0 go.mod: update golang.org/x dependencies c289c7a websocket: re-add documentation for DialConfig 9fb4a8c http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.62.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.62.1 Bug Fixes xds: fix a bug that results in no matching virtual host found RPC errors...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**What type of PR is this?** /kind bug /area gwctl **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #2849 **Does this PR introduce...
**What happened**: I deployed `Kong Ingress Controller` on a Kind cluster. When I run `gwctl describe gatewayclasses` I get the following error ```shell $ go run cmd/main.go describe gatewayclasses panic:...
**What type of PR is this?** Add one of the following kinds: /area gwctl /kind feature /cc @gauravkghildiyal **What this PR does / why we need it**: Implement `gwctl describe...
**What would you like to be added**: It would be great if HTTPRouteMatch had a field to select a HTTP route by matching HTTP request cookies. Moreover, a new match...