File tree 7 files changed +51
-15
lines changed
7 files changed +51
-15
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ spec_version: 1
5
5
release :
6
6
# 发布版本号;
7
7
# 资源配置更新,需更新此版本号才会发布资源版本,此版本号和 sdk 版本号一致,错误设置会影响调用方使用
8
- version : 3.14.3-alpha2
8
+ version : 3.14.3
9
9
# 版本标题
10
- title : " 3.14.3-alpha2 "
10
+ title : " 3.14.3"
11
11
# 版本描述
12
- comment : " 3.14.3-alpha2 "
12
+ comment : " 3.14.3"
13
13
14
14
# 定义网关基本信息,用于命令 `sync_apigw_config`
15
15
apigateway :
Original file line number Diff line number Diff line change 1
1
specVersion : 3
2
- appVersion : " 3.14.3-alpha2 "
2
+ appVersion : " 3.14.3"
3
3
app :
4
4
region : " default"
5
5
bkAppCode : " bk_cmdb_saas"
Original file line number Diff line number Diff line change 1
- ## [ Version: v3.14.3-alpha2] - 2024-10-18
2
- ** 缺陷修复**
3
- - 主机/实例ID搜索为正整数
4
- - info样式优化
5
-
6
- ## [ Version: v3.14.3-alpha1] - 2024-10-12
1
+ ## [ Version: v3.14.3] - 2024-10-21
7
2
** 新增功能**
8
3
- 添加业务拓扑的权限视图
9
4
20
15
- 批量删除未启动主机 集群跟模块同步置灰不能勾选
21
16
- 首页全文检索未输入任何值的时候自动聚焦输入框
22
17
- info组件title样式优化
23
- - 3.11修复list_hosts_without_biz接口的排序功能失效问题
18
+ - 修复list_hosts_without_biz接口的排序功能失效问题
19
+ - 主机/实例ID搜索为正整数
24
20
25
21
## [ Version: v3.14.2] - 2024-08-20
26
22
** 新增功能**
Original file line number Diff line number Diff line change
1
+ ### 新增
2
+
3
+ - [ 新增] 添加业务拓扑的权限视图
4
+
5
+ ### 优化
6
+
7
+ - [ 优化] 平台配置业务快照名称配置修改为业务ID
8
+ - [ 优化] 容器节点“是否可调度”和服务/集群模板文案优化
9
+ - [ 优化] 高级筛选int/float支持 $in操作符
10
+ - [ 优化] 事务重试失败时返回错误
11
+ - [ 优化] pod表临时添加nodeID索引
12
+ - [ 优化] info组件title样式优化
13
+
14
+ ### 修复
15
+
16
+ - [ 修复] 修复服务模板主机自动应用在备份负责人仅保留一个的情况下不生效的问题
17
+ - [ 修复] 批量删除未启动主机,集群跟模块同步置灰不能勾选
18
+ - [ 修复] 首页全文检索未输入任何值的时候自动聚焦输入框
19
+ - [ 修复] 修复list_hosts_without_biz接口的排序功能失效问题
20
+ - [ 修复] 主机/实例ID搜索仅支持正整数
Original file line number Diff line number Diff line change
1
+ ### Feature
2
+
3
+ - [ Feature] Add business topology iam instance selection.
4
+
5
+ ### Improved
6
+
7
+ - [ Improved] Modify the platform configuration business snapshot name configuration to business ID.
8
+ - [ Improved] Pod "Unschedulable" and service/cluster template copywriting optimization.
9
+ - [ Improved] Advanced filtering int/float supports $in operator.
10
+ - [ Improved] Return error when transaction retry fails.
11
+ - [ Improved] Temporarily add nodeID index to pod table.
12
+ - [ Improved] Info component title style optimization.
13
+
14
+ ### Fixed
15
+
16
+ - [ Fixed] Fixed the issue where automatic application of service template host does not take effect when only one backup manager is retained.
17
+ - [ Fixed] When deleting unstarted hosts in batches, cluster and module synchronization are grayed out and cannot be checked.
18
+ - [ Fixed] Automatically focus on the input box when no value is entered in the homepage full-text search.
19
+ - [ Fixed] Fixed the problem that the sorting function of list_hosts_without_biz interface fails.
20
+ - [ Fixed] Host/instance ID search only supports positive integers.
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 3.14.3-alpha2
2
+ appVersion : 3.14.3
3
3
description : BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
4
4
name : bk-cmdb
5
5
type : application
6
- version : 3.15.3-alpha2
6
+ version : 3.15.3
7
7
dependencies :
8
8
- name : common
9
9
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 3.14.3-alpha2
2
+ appVersion : 3.14.3
3
3
description : BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
4
4
name : bk-cmdb-web
5
5
type : application
6
- version : 3.15.3-alpha2
6
+ version : 3.15.3
7
7
dependencies :
8
8
- name : common
9
9
repository : https://charts.bitnami.com/bitnami
You can’t perform that action at this time.
0 commit comments