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 README.md about v0.5.0 release #1322

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ the specification and Custom Resource Definitions (CRDs).

## Status

The latest supported version is v1alpha2 as released by the [v0.4.3
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.4.3) of
this project. This version of the API is expected to graduate to beta in the
future with relatively minimal changes.
The latest supported version is `v1beta1` as released by the [v0.5.0
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.5.0) of
this project.

This version of the API is has beta level support for the following resources:

- `v1beta1.GatewayClass`
- `v1beta1.Gateway`
- `v1beta1.HTTPRoute`

For all other APIs we provide alpha level support.

## Documentation

Expand Down