From 18c544a710768a716954736da4a6ab84d1b5f208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AF=8C=E8=B4=B5?= <41519383+VioZhang@users.noreply.github.com> Date: Thu, 22 Sep 2022 13:45:34 +0800 Subject: [PATCH] Update release-v320.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复集群网关描述,改为“重构项目网关和支持集群网关” --- content/zh/docs/v3.3/release/release-v320.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/v3.3/release/release-v320.md b/content/zh/docs/v3.3/release/release-v320.md index 1ad18884f..50bfa218d 100644 --- a/content/zh/docs/v3.3/release/release-v320.md +++ b/content/zh/docs/v3.3/release/release-v320.md @@ -72,7 +72,7 @@ weight: 18100 ### 新特性 - 在应用路由列表页面新增应用路由排序、路由规则编辑和注解编辑功能。([#2165](https://github.com/kubesphere/console/pull/2165),[@harrisonliu5](https://github.com/harrisonliu5)) -- 重构集群网关和项目网关功能。([#2262](https://github.com/kubesphere/console/pull/2262),[@harrisonliu5](https://github.com/harrisonliu5)) +- 重构项目网关和新增集群网关功能。([#2262](https://github.com/kubesphere/console/pull/2262),[@harrisonliu5](https://github.com/harrisonliu5)) - 在路由规则创建过程中新增服务名称自动补全功能。([#2196](https://github.com/kubesphere/console/pull/2196),[@wengzhisong-hz](https://github.com/wengzhisong-hz)) - 对 ks-console 进行了以下 DNS 优化: - 直接使用 ks-apiserver 服务的名称作为 API URL,不再使用 `ks-apiserver.kubesphere-system.svc`。