diff --git a/content/zh/docs/reference/using-api/deprecation-guide.md b/content/zh/docs/reference/using-api/deprecation-guide.md index 446fde8f4c..7b5ed5b7b9 100644 --- a/content/zh/docs/reference/using-api/deprecation-guide.md +++ b/content/zh/docs/reference/using-api/deprecation-guide.md @@ -34,6 +34,28 @@ deprecated API versions to newer and more stable API versions. --> ## 各发行版本中移除的 API {#removed-apis-by-release} +### v1.27 + + +**v1.27** 发行版本中将去除以下已弃用的 API 版本: + +#### CSIStorageCapacity {#csistoragecapacity-v127} + + +**storage.k8s.io/v1beta1** API版本的 CSIStorageCapacity 将不再在 v1.27 提供。 + +* 自 v1.24 版本起,迁移清单和 API 客户端使用 **storage.k8s.io/v1** API 版本 +* 所有现有的持久化对象都可以通过新的 API 访问 +* 没有需要额外注意的变更 + ### v1.26