Skip to content

Commit

Permalink
docs: Update gateway-api version to v0.6.1
Browse files Browse the repository at this point in the history
After the PR cilium#22680, the minimum Gateway API supported version is
v0.6.x. Older version will not work due to changes in API version of
CRDs.

Relates: cilium#22680
Fixes: cilium#25377

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed May 15, 2023
1 parent 52c3835 commit d03df31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/network/servicemesh/gateway-api/gateway-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
Gateway API Support
*******************

Cilium supports Gateway API v0.5.1 for below resources, all the Core conformance
tests, plus the ReferenceGrant extended tests, are passed.
Cilium supports Gateway API v0.6.1 for below resources, all the Core conformance
tests are passed.

- `GatewayClass <https://gateway-api.sigs.k8s.io/api-types/gatewayclass/>`_
- `Gateway <https://gateway-api.sigs.k8s.io/api-types/gateway/>`_
Expand All @@ -33,4 +33,4 @@ Cilium's Gateway API features:
http
https

More examples can be found `upstream repository <https://github.com/kubernetes-sigs/gateway-api/tree/v0.5.1/examples/v1beta1>`_.
More examples can be found `upstream repository <https://github.com/kubernetes-sigs/gateway-api/tree/v0.6.1/examples/standard>`_.

0 comments on commit d03df31

Please sign in to comment.