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

docs: Update gateway-api version to v0.6.1 #25439

Merged
merged 2 commits into from May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>`_.
3 changes: 2 additions & 1 deletion Documentation/operations/upgrade.rst
Expand Up @@ -327,7 +327,8 @@ Annotations:
* Egress Gateway policies now drop matching traffic when no
gateway nodes can be found. Previously, traffic would be allowed without
being rerouted towards an Egress Gateway.

* If Gateway API feature is enabled, please upgrade related CRDs to v0.6.x. This is
mainly for ReferenceGrant resource version change (i.e. from v1alpha2 to v1beta1).

Removed Options
~~~~~~~~~~~~~~~
Expand Down