Skip to content

Commit c9cd2a1

Browse files
authored
docs: update README.md (#2552)
1 parent 93da4e4 commit c9cd2a1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@ the specification and Custom Resource Definitions (CRDs).
55

66
## Status
77

8-
The latest supported version is `v1beta1` as released by the [v1.0.0
9-
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0) of
10-
this project.
8+
The latest supported version is `v1` as released by
9+
the [v1.0.0 release][gh_release] of this project.
1110

12-
This version of the API is has beta level support for the following resources:
11+
This version of the API is has GA level support for the following resources:
1312

14-
- `v1beta1.GatewayClass`
15-
- `v1beta1.Gateway`
16-
- `v1beta1.HTTPRoute`
17-
- `v1beta1.ReferenceGrant`
13+
- `v1.GatewayClass`
14+
- `v1.Gateway`
15+
- `v1.HTTPRoute`
1816

19-
For all other APIs we provide alpha level support.
17+
For all the other APIs and their support levels please consult [the spec][spec].
2018

2119
## Documentation
2220

@@ -42,7 +40,7 @@ one of the guides.
4240
A complete API reference, please refer to:
4341

4442
- [API reference][spec]
45-
- [Go docs for the package](https://pkg.go.dev/sigs.k8s.io/gateway-api/apis/v1alpha2)
43+
- [Go docs for the package][godoc]
4644

4745
## Contributing
4846

@@ -59,7 +57,9 @@ Participation in the Kubernetes community is governed by the
5957
[sn]: https://github.com/kubernetes/community/tree/master/sig-network
6058
[cm]: https://gateway-api.sigs.k8s.io/contributing/community
6159
[slack]: https://kubernetes.slack.com/messages/sig-network-gateway-api
62-
[getting-started]: https://gateway-api.sigs.k8s.io/v1alpha2/guides
63-
[spec]: https://gateway-api.sigs.k8s.io/v1alpha2/reference/spec
60+
[getting-started]: https://gateway-api.sigs.k8s.io/guides/
61+
[spec]: https://gateway-api.sigs.k8s.io/reference/spec/
6462
[concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview
6563
[security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model
64+
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
65+
[godoc]: https://pkg.go.dev/sigs.k8s.io/gateway-api

0 commit comments

Comments
 (0)