From 417cc26bb636c78b8980fcbd51673b516a394a4a Mon Sep 17 00:00:00 2001 From: hongming Date: Sat, 28 Sep 2024 01:00:29 +0800 Subject: [PATCH] add v4.1.2 release note --- .../02-quickstart/01-install-kubesphere.adoc | 2 +- .../02-install-kubernetes-and-kubesphere.adoc | 2 +- .../v4.1/20-release-notes/release-v412.md | 23 +++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 content/zh/docs/v4.1/20-release-notes/release-v412.md diff --git a/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc b/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc index 031e99b67..52e2fd7c3 100644 --- a/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc +++ b/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc @@ -56,7 +56,7 @@ apt install socat conntrack -y + [,bash] ---- -helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.1.tgz --debug --wait +helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait ---- + diff --git a/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc b/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc index 7ce997c82..26e9d1fed 100644 --- a/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc +++ b/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc @@ -370,7 +370,7 @@ KubeSphere Core (ks-core) 是{ks_product_both}的核心组件,为扩展组件 ==== [,bash] ---- -helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.1.tgz --debug --wait +helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait ---- 如果显示如下信息,则表明 ks-core 安装成功: diff --git a/content/zh/docs/v4.1/20-release-notes/release-v412.md b/content/zh/docs/v4.1/20-release-notes/release-v412.md new file mode 100644 index 000000000..a3d2ba00d --- /dev/null +++ b/content/zh/docs/v4.1/20-release-notes/release-v412.md @@ -0,0 +1,23 @@ +--- +title: "4.1.2 版本说明" +keywords: "Kubernetes, KubeSphere, 版本说明" +description: "KubeSphere 4.1.2 版本说明" +linkTitle: "4.1.2 版本说明" +weight: 44 +--- + +## KubeSphere + +### 新特性 + +- 支持基于 OCI 的 Helm Chart 仓库 + +### 优化 + +- 增加默认的扩展组件仓库 + +### 缺陷修复 + +- 修复部分扩展组件页面白屏的问题 +- 修复 ks-core 卸载时部分资源残留的问题 +- 修复 K8s 1.19 环境无法安装的问题