Merge pull request #2311 from 123liubao/hotfix/fix-release-note-zh-doc

correct the chinese version of release-note for 3.2.0
This commit is contained in:
KubeSphere CI Bot 2022-02-21 11:28:40 +08:00 committed by GitHub
commit c9e15ccd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,24 +6,24 @@ linkTitle: "3.2.0 版本说明"
weight: 18100
---
## 多租户和多
## 多租户和多集
### 新特性
- 新增支持在多集场景设置主集名称(默认值为 `host`)。([#4211](https://github.com/kubesphere/kubesphere/pull/4211)[@yuswift](https://github.com/yuswift)
- 新增支持在单集场景设置集名称。([#4220](https://github.com/kubesphere/kubesphere/pull/4220)[@yuswift](https://github.com/yuswift)
- 新增支持使用 `globals.config` 初始化默认集名称。([#2283](https://github.com/kubesphere/console/pull/2283)[@harrisonliu5](https://github.com/harrisonliu5)
- 新增支持创建部署时跨多个集调度容器组副本。([#2191](https://github.com/kubesphere/console/pull/2191)[@weili520](https://github.com/weili520)
- 新增支持在项目详情页面修改集权重。([#2192](https://github.com/kubesphere/console/pull/2192)[@weili520](https://github.com/weili520)
- 新增支持在多集场景设置主集名称(默认值为 `host`)。([#4211](https://github.com/kubesphere/kubesphere/pull/4211)[@yuswift](https://github.com/yuswift)
- 新增支持在单集场景设置集名称。([#4220](https://github.com/kubesphere/kubesphere/pull/4220)[@yuswift](https://github.com/yuswift)
- 新增支持使用 `globals.config` 初始化默认集名称。([#2283](https://github.com/kubesphere/console/pull/2283)[@harrisonliu5](https://github.com/harrisonliu5)
- 新增支持创建部署时跨多个集调度容器组副本。([#2191](https://github.com/kubesphere/console/pull/2191)[@weili520](https://github.com/weili520)
- 新增支持在项目详情页面修改集权重。([#2192](https://github.com/kubesphere/console/pull/2192)[@weili520](https://github.com/weili520)
### 问题修复
- 修复**集管理**的**创建部署**对话框中可以通过输入项目名称选择多集项目的问题。([#2125](https://github.com/kubesphere/console/pull/2125)[@fuchunlan](https://github.com/fuchunlan)
- 修复编辑企业空间或集基本信息时发生的错误。([#2188](https://github.com/kubesphere/console/pull/2188), [@xuliwenwenwen](https://github.com/xuliwenwenwen)
- 移除主集**基本信息**页面上有关已删除集群的信息。([#2211](https://github.com/kubesphere/console/pull/2211)[@fuchunlan](https://github.com/fuchunlan)
- 修复**集管理**的**创建部署**对话框中可以通过输入项目名称选择多集项目的问题。([#2125](https://github.com/kubesphere/console/pull/2125)[@fuchunlan](https://github.com/fuchunlan)
- 修复编辑企业空间或集基本信息时发生的错误。([#2188](https://github.com/kubesphere/console/pull/2188), [@xuliwenwenwen](https://github.com/xuliwenwenwen)
- 移除主集**基本信息**页面上有关已删除集群的信息。([#2211](https://github.com/kubesphere/console/pull/2211)[@fuchunlan](https://github.com/fuchunlan)
- 新增支持在多集群项目中对服务进行排序和编辑。([#2167](https://github.com/kubesphere/console/pull/2167)[@harrisonliu5](https://github.com/harrisonliu5)
- 重构多集项目的网关功能。([#2275](https://github.com/kubesphere/console/pull/2275)[@harrisonliu5](https://github.com/harrisonliu5)
- 修复删除企业空间后多集项目无法删除的问题。([#4365](https://github.com/kubesphere/kubesphere/pull/4365)[@wansir](https://github.com/wansir)
- 重构多集项目的网关功能。([#2275](https://github.com/kubesphere/console/pull/2275)[@harrisonliu5](https://github.com/harrisonliu5)
- 修复删除企业空间后多集项目无法删除的问题。([#4365](https://github.com/kubesphere/kubesphere/pull/4365)[@wansir](https://github.com/wansir)
## 可观察性
@ -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`
@ -128,10 +128,10 @@ weight: 18100
### 问题修复
- 修复 `runtime.RawExtension` 序列化错误。([#731](https://github.com/kubesphere/kubekey/pull/731)[@pixiake](https://github.com/pixiake)
- 修复集升级期间出现的空指针错误。([#684](https://github.com/kubesphere/kubekey/pull/684)[@24sama](https://github.com/24sama)
- 修复集升级期间出现的空指针错误。([#684](https://github.com/kubesphere/kubekey/pull/684)[@24sama](https://github.com/24sama)
- 新增支持更新 Kubernetes 1.20.0 及以上版本的证书。([#690](https://github.com/kubesphere/kubekey/pull/690)[@24sama](https://github.com/24sama)
- 修复 DNS 地址配置错误。([#637](https://github.com/kubesphere/kubekey/pull/637)[@pixiake](https://github.com/pixiake)
- 修复缺少默认网关地址时出现的集创建错误。([#661](https://github.com/kubesphere/kubekey/pull/661)[@liulangwa](https://github.com/liulangwa)
- 修复缺少默认网关地址时出现的集创建错误。([#661](https://github.com/kubesphere/kubekey/pull/661)[@liulangwa](https://github.com/liulangwa)
## 用户体验
@ -175,4 +175,4 @@ weight: 18100
- istio: 1.6.10 -> 1.11.1
- jaeger: 1.17 -> 1.27
- kiali: v1.26.1 -> v1.38
- KubeEdge: v1.6.2 -> 1.7.2
- KubeEdge: v1.6.2 -> 1.7.2