Skip to content

Commit 0a2da8c

Browse files
authored
Merge pull request #30776 from reylejano/deprecation-guide-hpa
Add hpa v2beta1 and v2beta2 to deprecation guide
2 parents 5baf960 + a1506ae commit 0a2da8c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

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

2121
## Removed APIs by release
2222

23+
### v1.26
24+
25+
The **v1.26** release will stop serving the following deprecated API versions:
26+
27+
#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v126}
28+
29+
The **autoscaling/v2beta2** API version of HorizontalPodAutoscaler will no longer be served in v1.26.
30+
31+
* Migrate manifests and API clients to use the **autoscaling/v2** API version, available since v1.23.
32+
* All existing persisted objects are accessible via the new API
2333

2434
### v1.25
2535

@@ -60,6 +70,13 @@ The **events.k8s.io/v1beta1** API version of Event will no longer be served in v
6070
* use `reportingController` instead of the deprecated `source.component` field (which is renamed to `deprecatedSource.component` and not permitted in new **events.k8s.io/v1** Events)
6171
* use `reportingInstance` instead of the deprecated `source.host` field (which is renamed to `deprecatedSource.host` and not permitted in new **events.k8s.io/v1** Events)
6272

73+
#### HorizontalPodAutoscaler {#horizontalpodautoscaler-v125}
74+
75+
The **autoscaling/v2beta1** API version of HorizontalPodAutoscaler will no longer be served in v1.25.
76+
77+
* Migrate manifests and API clients to use the **autoscaling/v2** API version, available since v1.23.
78+
* All existing persisted objects are accessible via the new API
79+
6380
#### PodDisruptionBudget {#poddisruptionbudget-v125}
6481

6582
The **policy/v1beta1** API version of PodDisruptionBudget will no longer be served in v1.25.

0 commit comments

Comments
 (0)