Add 1.27 deprecated API removals

pull/32765/head
Jordan Liggitt 2022-04-05 14:34:43 -04:00
parent 4a13e4c99a
commit 312d50b02d
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: