Skip to content

Commit 45fc485

Browse files
authored
Merge pull request #38338 from liggitt/beta-1.29
Update API deprecation page for 1.26
2 parents c9e3c88 + 8a2bcf6 commit 45fc485

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

content/en/docs/reference/using-api/deprecation-guide.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ deprecated API versions to newer and more stable API versions.
2020

2121
## Removed APIs by release
2222

23+
### v1.29
24+
25+
The **v1.29** release will stop serving the following deprecated API versions:
26+
27+
#### Flow control resources {#flowcontrol-resources-v129}
28+
29+
The **flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.29.
30+
31+
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
32+
* All existing persisted objects are accessible via the new API
33+
* Notable changes in **flowcontrol.apiserver.k8s.io/v1beta3**:
34+
* The PriorityLevelConfiguration `spec.limited.assuredConcurrencyShares` field is renamed to `spec.limited.nominalConcurrencyShares`
35+
2336
### v1.27
2437

2538
The **v1.27** release will stop serving the following deprecated API versions:
@@ -34,38 +47,38 @@ The **storage.k8s.io/v1beta1** API version of CSIStorageCapacity will no longer
3447

3548
### v1.26
3649

37-
The **v1.26** release will stop serving the following deprecated API versions:
50+
The **v1.26** release stopped serving the following deprecated API versions:
3851

3952
#### Flow control resources {#flowcontrol-resources-v126}
4053

41-
The **flowcontrol.apiserver.k8s.io/v1beta1** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.26.
54+
The **flowcontrol.apiserver.k8s.io/v1beta1** API version of FlowSchema and PriorityLevelConfiguration is no longer served as of v1.26.
4255

43-
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta2** API version, available since v1.23.
56+
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
4457
* All existing persisted objects are accessible via the new API
4558
* No notable changes
4659

4760
#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v126}
4861

49-
The **autoscaling/v2beta2** API version of HorizontalPodAutoscaler will no longer be served in v1.26.
62+
The **autoscaling/v2beta2** API version of HorizontalPodAutoscaler is no longer served as of v1.26.
5063

5164
* Migrate manifests and API clients to use the **autoscaling/v2** API version, available since v1.23.
5265
* All existing persisted objects are accessible via the new API
5366

5467
### v1.25
5568

56-
The **v1.25** release will stop serving the following deprecated API versions:
69+
The **v1.25** release stopped serving the following deprecated API versions:
5770

5871
#### CronJob {#cronjob-v125}
5972

60-
The **batch/v1beta1** API version of CronJob will no longer be served in v1.25.
73+
The **batch/v1beta1** API version of CronJob is no longer served as of v1.25.
6174

6275
* Migrate manifests and API clients to use the **batch/v1** API version, available since v1.21.
6376
* All existing persisted objects are accessible via the new API
6477
* No notable changes
6578

6679
#### EndpointSlice {#endpointslice-v125}
6780

68-
The **discovery.k8s.io/v1beta1** API version of EndpointSlice will no longer be served in v1.25.
81+
The **discovery.k8s.io/v1beta1** API version of EndpointSlice is no longer served as of v1.25.
6982

7083
* Migrate manifests and API clients to use the **discovery.k8s.io/v1** API version, available since v1.21.
7184
* All existing persisted objects are accessible via the new API
@@ -76,7 +89,7 @@ The **discovery.k8s.io/v1beta1** API version of EndpointSlice will no longer be
7689

7790
#### Event {#event-v125}
7891

79-
The **events.k8s.io/v1beta1** API version of Event will no longer be served in v1.25.
92+
The **events.k8s.io/v1beta1** API version of Event is no longer served as of v1.25.
8093

8194
* Migrate manifests and API clients to use the **events.k8s.io/v1** API version, available since v1.19.
8295
* All existing persisted objects are accessible via the new API
@@ -92,14 +105,14 @@ The **events.k8s.io/v1beta1** API version of Event will no longer be served in v
92105

93106
#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v125}
94107

95-
The **autoscaling/v2beta1** API version of HorizontalPodAutoscaler will no longer be served in v1.25.
108+
The **autoscaling/v2beta1** API version of HorizontalPodAutoscaler is no longer served as of v1.25.
96109

97110
* Migrate manifests and API clients to use the **autoscaling/v2** API version, available since v1.23.
98111
* All existing persisted objects are accessible via the new API
99112

100113
#### PodDisruptionBudget {#poddisruptionbudget-v125}
101114

102-
The **policy/v1beta1** API version of PodDisruptionBudget will no longer be served in v1.25.
115+
The **policy/v1beta1** API version of PodDisruptionBudget is no longer served as of v1.25.
103116

104117
* Migrate manifests and API clients to use the **policy/v1** API version, available since v1.21.
105118
* All existing persisted objects are accessible via the new API
@@ -108,7 +121,7 @@ The **policy/v1beta1** API version of PodDisruptionBudget will no longer be serv
108121

109122
#### PodSecurityPolicy {#psp-v125}
110123

111-
PodSecurityPolicy in the **policy/v1beta1** API version will no longer be served in v1.25, and the PodSecurityPolicy admission controller will be removed.
124+
PodSecurityPolicy in the **policy/v1beta1** API version is no longer served as of v1.25, and the PodSecurityPolicy admission controller will be removed.
112125

113126
Migrate to [Pod Security Admission](/docs/concepts/security/pod-security-admission/)
114127
or a [3rd party admission webhook](/docs/reference/access-authn-authz/extensible-admission-controllers/).
@@ -117,7 +130,7 @@ For more information on the deprecation, see [PodSecurityPolicy Deprecation: Pas
117130

118131
#### RuntimeClass {#runtimeclass-v125}
119132

120-
RuntimeClass in the **node.k8s.io/v1beta1** API version will no longer be served in v1.25.
133+
RuntimeClass in the **node.k8s.io/v1beta1** API version is no longer served as of v1.25.
121134

122135
* Migrate manifests and API clients to use the **node.k8s.io/v1** API version, available since v1.20.
123136
* All existing persisted objects are accessible via the new API

0 commit comments

Comments
 (0)