Skip to content

Commit 5103fd5

Browse files
committed
Version clarifications
1 parent 8cadd79 commit 5103fd5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,20 @@ and thus these versions are no longer supported by Gateway API.
9292

9393
### API Version Changes
9494
As we prepare for a v1.0 release that will graduate Gateway, GatewayClass, and
95-
HTTPRoute to v1, we are continuing the process of moving away from v1alpha2 for
96-
resources that have graduated to v1beta1. The following changes are included in
97-
this release:
95+
HTTPRoute to the `v1` API Version from `v1beta1`, we are continuing the process
96+
of moving away from `v1alpha2` for resources that have graduated to `v1beta1`.
97+
The following changes are included in this release:
9898

99-
- v1alpha2 of Gateway, GatewayClass, and HTTPRoute is no longer served
100-
- v1alpha2 of ReferenceGrant is deprecrated
101-
- v1beta1 is now the storage version for ReferenceGrant
99+
- `v1alpha2` of Gateway, GatewayClass, and HTTPRoute is no longer served
100+
- `v1alpha2` of ReferenceGrant is deprecrated
101+
- `v1beta1` is now the storage version for ReferenceGrant
102102

103103
Those changes mean that:
104104

105-
- Users and implementations that were reading or writing from v1alpha2 of
106-
Gateway, GatewayClass, or HTTPRoute MUST upgrade to use v1beta1.
107-
- Users and implementations that were reading or writing from v1alpha2 of
108-
ReferenceGrant SHOULD upgrade to use v1beta1.
105+
- Users and implementations that were reading or writing from `v1alpha2` of
106+
Gateway, GatewayClass, or HTTPRoute MUST upgrade to use `v1beta1`.
107+
- Users and implementations that were reading or writing from `v1alpha2` of
108+
ReferenceGrant SHOULD upgrade to use `v1beta1`.
109109

110110
For more information, refer to
111111
[#2069](https://github.com/kubernetes-sigs/gateway-api/pull/2069).

0 commit comments

Comments
 (0)