Skip to content

Commit 065ed76

Browse files
authored
Merge pull request #32765 from liggitt/guide
Add 1.27 deprecated API removals
2 parents 49a2655 + 312d50b commit 065ed76

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

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

2121
## Removed APIs by release
2222

23+
### v1.27
24+
25+
The **v1.27** release will stop serving the following deprecated API versions:
26+
27+
#### CSIStorageCapacity {#csistoragecapacity-v127}
28+
29+
The **storage.k8s.io/v1beta1** API version of CSIStorageCapacity will no longer be served in v1.27.
30+
31+
* Migrate manifests and API clients to use the **storage.k8s.io/v1** API version, available since v1.24.
32+
* All existing persisted objects are accessible via the new API
33+
* No notable changes
34+
2335
### v1.26
2436

2537
The **v1.26** release will stop serving the following deprecated API versions:

0 commit comments

Comments
 (0)