Skip to content

Commit f136bb0

Browse files
authored
Merge pull request #8287 from wcy00000000000000/feature-layered
添加v3.14.1-alpha12版本日志
2 parents 096216b + 5d36bc6 commit f136bb0

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

docs/apidoc/apigw/definition.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ spec_version: 1
55
release:
66
# 发布版本号;
77
# 资源配置更新,需更新此版本号才会发布资源版本,此版本号和 sdk 版本号一致,错误设置会影响调用方使用
8-
version: 3.14.1-alpha11
8+
version: 3.14.1-alpha12
99
# 版本标题
10-
title: "3.14.1-alpha11"
10+
title: "3.14.1-alpha12"
1111
# 版本描述
12-
comment: "3.14.1-alpha11"
12+
comment: "3.14.1-alpha12"
1313

1414
# 定义网关基本信息,用于命令 `sync_apigw_config`
1515
apigateway:

docs/smart/web/app_desc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
specVersion: 3
2-
appVersion: "3.14.1-alpha11"
2+
appVersion: "3.14.1-alpha12"
33
app:
44
region: "default"
55
bkAppCode: "bk_cmdb_saas"

docs/support-file/changelog/release.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [Version: v3.14.1-alpha12] - 2024-12-03
2+
**缺陷修复**
3+
- 组织组件非多选字段结构改为数组
4+
- 新建模型隐藏容器分组
5+
16
## [Version: v3.14.1-alpha11] - 2024-11-25
27
**新增功能**
38
- 新增校验登录态接口is_login

docs/support-file/helm/backend/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.14.1-alpha11
2+
appVersion: 3.14.1-alpha12
33
description: BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
44
name: bk-cmdb
55
type: application
6-
version: 3.15.1-alpha11
6+
version: 3.15.1-alpha12
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

docs/support-file/helm/web/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 3.14.1-alpha11
2+
appVersion: 3.14.1-alpha12
33
description: BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
44
name: bk-cmdb-web
55
type: application
6-
version: 3.15.1-alpha11
6+
version: 3.15.1-alpha12
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)