Closed
Description
As a user
I would like NGF to support version v1.1.0 of the Gateway API
So that I can install the latest version of the API on my cluster
A/C:
- Upgrade BackendTLSPolicy to v1alpha3 (breaking change, required)
- Upgrade GRPCRoute to v1 (this means it does not need to be behind the experimental flag, and we don't need to support v1alpha2 of the API)
- Enable the GRPCRoute Conformance tests
- PolicyTargetReference has been removed, so use LocalPolicyTargetReference for the target refs in our new policies (can optionally use NamespacedPolicyTargetReference instead, but we already have the requirement of the targets being in the same namespace as the policies)
- Fix the conformance tests to run on the latest version, which also means the main Gateway API branch in the nightly run is fixed