add 3.4.1 release notes

Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
zhuxiujuan28 2023-11-20 10:40:33 +08:00
parent c35ad35395
commit 561aa6a4b7
4 changed files with 199 additions and 3 deletions

View File

@ -149,4 +149,6 @@ istio: 1.11.1 -> 1.14.6; kiali: v1.38.1 -> v1.50.1; jaeger: 1.27 -> 1.29.
- Adjust the priority of bash and sh in the kubectl terminal.
- Fix the issue that ks-apiserver cannot start due to DiscoveryAPI exception.
- Fix the issue that the pod status is inconsistent with the filtered status when filtering by status on the pod list page.
- Support querying the secret list according to the secret type by supporting fieldSelector filtering.
- Support querying the secret list according to the secret type by supporting fieldSelector filtering.
For more information about issues and contributors of KubeSphere 3.4.0, see [GitHub](https://github.com/kubesphere/kubesphere/blob/master/CHANGELOG/CHANGELOG-3.4.0.md).

View File

@ -0,0 +1,96 @@
---
title: "Release Notes for 3.4.1"
keywords: "Kubernetes, KubeSphere, Release Notes"
description: "KubeSphere 3.4.1 Release Notes"
linkTitle: "Release Notes - 3.4.1"
weight: 18093
---
## App Store
### Bug Fixes
- Fix the error on the application repository page.
- Fix the error in the application approval process.
- Support "select" in Appdeploy schemaform.
## Console
### Bug Fixes
- Fix the issue of losing status when modifying a CRD.
- Fix the incorrect style for IsolateInfo and RuleInfo in the Network Policy panel.
- Fix inaccurate Chinese translations on some pages.
- Fix the resource creation failure issue in higher versions of Kubernetes.
- Fix the issue in the dashboard where the names in Recently Access are obscured.
- Fix the issue on the list page where the Customize Columns button displays incomplete content.
- Fix the display error of pod status.
- Fix the issue on the PVC page where the capacity selection numbers are displayed incorrectly.
- Fix the issue when adding containers on the Create Deployment page, using tags to search for images is not working.
- Support building ARM64 images.
## Multi Cluster
### Bug Fixes
- Fix the issue where CD-related clusters are displayed incorrectly in a multi-cluster environment.
- Fix the issue of mistakenly adding a host cluster as a member cluster of another cluster.
## Observability
### Bug Fixes
- Fix the issue that CPU and memory statistics charts are not displaying.
- Fix API call errors on the notification channel page.
- Fix the blank log receiver page.
- Fix the issue on the new notification channel page where conditional filtering values are missing.
## Authentication & Authorization
### Bug Fixes
- Fix LDAP login failure.
## DevOps
### Bug Fixes
- Fix the issue where shell is not effective in graphical editing.
- When a cluster is not ready or does not install DevOps, DevOps projects are unavailable.
- Fix the incorrect parameter passing in Jenkins.
- Fix the issue that clicking the replay button pops up an error prompt.
- Fix the issue that the details of a pipeline cannot be viewed.
- Fix the run error due to the large DevOps pipeline logs.
- Fix Jenkins image vulnerability.
- Fix the issue that failed to upgrade DevOps to 3.4.0.
- Fix the error in the cleanup task.
- Fix the failure to set a timeout.
- Fix the bug with downloading multi-branch-pipeline artifacts.
- Fix the issue that disabling discarded history pipelineruns doesn't work.
- Fix the issue that some application resources are not deleted when cascade deleting multiple applications.
### Enhancements & Updates
- Display the git repo link on the Pipeline page.
- Improve the API documentation for DevOps.
## User Experience
### Bug Fixes
- Fix the issue on the Statefuls page where the Pod Grace Period parameter is missing.
- Fix the issue where the cluster gateway is not displayed in cluster management.
- Fix the error when creating an application route.
- Add pagination for listing repository tags.
## Monitoring
### Bug Fixes
- Fix the issue that the Monitoring Target field is displayed blank.
For more information about issues and contributors of KubeSphere 3.4.1, see [GitHub](https://github.com/kubesphere/kubesphere/blob/master/CHANGELOG/CHANGELOG-3.4.1.md).

View File

@ -46,7 +46,7 @@ weight: 18094
- 修复更改网关命名空间配置后,集群网关日志和资源状态显示异常的问题。
## 可观
## 可观
### 新特性
@ -151,4 +151,6 @@ weight: 18094
- 调整 kubectl terminal 中 bash 和 sh 的优先级。
- 修复由于 DiscoveryAPI 异常导致 ks-apiserver 无法启动的问题。
- 修复容器组列表页按状态查询时,显示的状态与筛选的结果不一致的问题。
- 查询 Secret 支持 fieldSelector 筛选。
- 查询 Secret 支持 fieldSelector 筛选。
有关 KubeSphere 3.4.0 的 Issue 和贡献者详细信息,请参阅 [GitHub](https://github.com/kubesphere/kubesphere/blob/master/CHANGELOG/CHANGELOG-3.4.0.md)。

View File

@ -0,0 +1,96 @@
---
title: "3.4.1 版本说明"
keywords: "Kubernetes, KubeSphere, 版本说明"
description: "KubeSphere 3.4.1 版本说明"
linkTitle: "3.4.1 版本说明"
weight: 18093
---
## 应用商店
### 问题修复
- 修复应用仓库页面的报错。
- 修复应用审核报错。
- Appdeploy schemaform 支持 select。
## 控制台
### 问题修复
- 修复编辑 CRD 资源后,状态丢失的问题。
- 修复网络隔离页面的 IsolateInfo 和 RuleInfo 样式错误。
- 修复某些页面的中文翻译错误。
- 修复高版本 K8s 中,资源创建失败的问题。
- 修复最近访问面板中名称被遮挡的问题。
- 修复在列表页面点击定制内容按钮,内容显示不全。
- 修复容器状态显示错误。
- 修复在 PVC 页面设置卷容量时,数字显示有误。
- 修复添加容器页面,使用 tag 搜索 image 失效。
- 支持构建 ARM64 镜像。
## 多集群
### 问题修复
- 修复多集群中CD 关联集群显示错误。
- 修复主机集群被错误地添加为其他集群的成员集群。
## 可观测性
### 问题修复
- 修复 CPU 和内存统计图表不显示。
- 修复通知渠道页面API 调用错误。
- 修复日志接收器页面,显示空白。
- 修复新建通知渠道页面,条件过滤值丢失。
## 认证和授权
### 问题修复
- 修复 LDAP 登录失败。
## DevOps
### 问题修复
- 修复图形化编辑 Shell 不生效。
- 当集群未就绪或未安装 DevOps 时DevOps 项目不可用。
- 修复 jenkins 参数传递不正确的问题。
- 修复点击回放按钮时报错。
- 修复 Pipeline 详情无法查看的问题。
- 修复流水线日志过大引发的问题。
- 修复 Jenkins 镜像漏洞。
- 修复 DevOps 更新版本后无法正常使用的问题。
- 修复流水线清理任务报错。
- 修复设置 timeout 失败的问题。
- 修复多分支流水线下载制品失败的问题。
- 修复无法禁用已丢弃的历史 Pipelinerun。
- 修复级联删除多个应用程序时,一些应用程序资源未被删除的问题。
### 优化增强
- 在流水线页面显示 git 仓库地址。
- 完善 API 文档。
## 用户体验
### 问题修复
- 修复 Statefuls 页面缺少 Pod Grace Period 参数。
- 修复集群管理中,集群网关不显示。
- 修复创建应用路由报错。
- 在列出仓库标签时实现分页功能。
## 监控
### 问题修复
- 修复监控目标显示为空。
有关 KubeSphere 3.4.1 的 Issue 和贡献者详细信息,请参阅 [GitHub](https://github.com/kubesphere/kubesphere/blob/master/CHANGELOG/CHANGELOG-3.4.1.md)。