add v4.1.2 release note

This commit is contained in:
hongming 2024-09-28 01:00:29 +08:00 committed by GitHub
parent 682672caec
commit 417cc26bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 2 deletions

View File

@ -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
----
+

View File

@ -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 安装成功:

View File

@ -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 环境无法安装的问题