Skip to content

Commit

Permalink
v3.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohq committed Apr 9, 2022
1 parent f4181eb commit fba11be
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions support/change-log/v3.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: 本文描述了Kuboard_v3.x的版本变更说明

<CurrentVersionV3/>

<!-- <CurrentVersion/> -->

<!--
* Immutable Secrets and ConfigMaps
Expand All @@ -32,8 +30,6 @@ kubectl ingress-nginx conf -n ingress-nginx --host ingress-nginx.test.k8s19
在 kuboard 删除 cronjob 不会继续删除执行完成的容器. 使用kubectl时会将资源全部删除的.
阿里云安全扫描提示的问题。解决 frp 的安全提示问题。
名称空间首页通过拖拽的方式调整工作负载所在的分层。
Expand Down Expand Up @@ -81,30 +77,37 @@ Service.spec.ports[*].appProtocol
* 显示 Deployment 和 StatefulSet 的历史更新数量
套件名称:资源层监控套件
版本:v3.1.6
问题1: 告警发送配置->告警路由正则保存不正确
描述:在配置告警路由时使用正则表达式,如namespace =~ kuboard|default 用来匹配这两个空间的告警到一组联系人,但在保存后,发现配置项实际保存为
routes:
- receiver: devops
match:
namespace_re: kuboard|default
把_re添加至了namespace上了,在界面再次编辑时就会出现namespace变成了namespace_re
正确的应该是在match后面添加_re后缀表示正则匹配
routes:
- receiver: devops
match_re:
namespace: kuboard|default
----------------------------------------------------
问题2: 钉钉模板的一些语法在alertmanager 查检配置时报错,不停的输出配置错误日志
描述:因为现在的钉钉消息模板与alertmanager的告警模板在同一个目录,编辑后会重新检查,这时会出现钉钉模板中的语法错误日志,不过不影响使用;
如钉钉常用到的时区:{{ dateInZone "2006-01-02 15:04:05" (.StartsAt) "Asia/Shanghai" }}以及 markdown 等
我目前是给钉钉单独挂载模板文件到另一个目录,修改了dingtalk-config.yaml中的templates的路径为新挂载的模板文件
定时任务支持手动执行
-->

## v3.4.0.0

**发布日期**

2022年4月10日

**新特性**

* 名称空间标签
* 将原菜单项 `资源请求/配额` 调整为 `名称空间设置`
* 可以设置名称空间标签
* 可以为名称空间选择 PodSecurityAdmission Profile(k8sVersion >= v1.23)
* securityContext
* 可以设置 securityContext.seccompProfile(k8sVersion >= v1.19)
* 可以设置 securityContext.windowsOptions(k8sVersion >= v1.18)

**优化**

* 可以清除 bool 值
* 工作负载详情页,可以显示容器状态

**问题修正**

* dns config中,options 的值可以为空
* 容忍的 key 可以为空

## v3.3.0.8

**发布日期**
Expand Down

0 comments on commit fba11be

Please sign in to comment.