Skip to content
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