@@ -92,20 +92,20 @@ and thus these versions are no longer supported by Gateway API.
92
92
93
93
### API Version Changes
94
94
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:
98
98
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
102
102
103
103
Those changes mean that:
104
104
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 ` .
109
109
110
110
For more information, refer to
111
111
[ #2069 ] ( https://github.com/kubernetes-sigs/gateway-api/pull/2069 ) .
0 commit comments