Merge pull request #32765 from liggitt/guide

Add 1.27 deprecated API removals
pull/32340/head
Kubernetes Prow Robot 2022-04-08 01:22:41 -07:00 committed by GitHub
commit 065ed76148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,18 @@ deprecated API versions to newer and more stable API versions.
## Removed APIs by release
### v1.27
The **v1.27** release will stop serving the following deprecated API versions:
#### CSIStorageCapacity {#csistoragecapacity-v127}
The **storage.k8s.io/v1beta1** API version of CSIStorageCapacity will no longer be served in v1.27.
* Migrate manifests and API clients to use the **storage.k8s.io/v1** API version, available since v1.24.
* All existing persisted objects are accessible via the new API
* No notable changes
### v1.26
The **v1.26** release will stop serving the following deprecated API versions: