Skip to content

Commit

Permalink
docs: 添加v3.13.12版本日志 (#8278)
Browse files Browse the repository at this point in the history
--bug=134231991
  • Loading branch information
wcy00000000000000 authored Nov 22, 2024
1 parent 8d1e829 commit 0808820
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/apidoc/apigw/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ spec_version: 1
release:
# 发布版本号;
# 资源配置更新,需更新此版本号才会发布资源版本,此版本号和 sdk 版本号一致,错误设置会影响调用方使用
version: 3.13.12-alpha2
version: 3.13.12
# 版本标题
title: "3.13.12-alpha2"
title: "3.13.12"
# 版本描述
comment: "3.13.12-alpha2"
comment: "3.13.12"

# 定义网关基本信息,用于命令 `sync_apigw_config`
apigateway:
Expand Down
7 changes: 2 additions & 5 deletions docs/support-file/changelog/release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## [Version: v3.13.12-alpha2] - 2024-11-22
**功能优化**
- 表格操作列宽度兼容英文

## [Version: v3.13.12-alpha1] - 2024-11-18
## [Version: v3.13.12] - 2024-11-22
**新增功能**
- 新增校验登录态接口is_login
- 新增CMDB数据库表结构文档
Expand All @@ -14,6 +10,7 @@
- 去除动态分组$in操作符的string类型校验
- 首页搜索框提示文字调整
- 平台全量业务选择器卡顿优化
- 表格操作列宽度兼容英文

**缺陷修复**
- 服务分类-当点击编辑二级分类后,所有一级分类的删除和新增图标会被隐藏
Expand Down
35 changes: 35 additions & 0 deletions docs/support-file/changelog_user/ch/v3.13.12_2024-11-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### 新增

- [新增] 新增校验登录态接口is_login
- [新增] 新增CMDB数据库表结构文档

### 优化

- [优化] 云厂商图标和icon调整
- [优化] add_host_to_resource、add_host_to_resource_pool接口支持添加单ipv6主机
- [优化] 修改资源目录中业务条目显示的数量为“未归档的业务数”
- [优化] 去除动态分组$in操作符的string类型校验
- [优化] 首页搜索框提示文字调整
- [优化] 平台全量业务选择器卡顿优化
- [优化] 表格操作列宽度兼容英文

### 修复

- [修复] 服务分类-当点击编辑二级分类后,所有一级分类的删除和新增图标会被隐藏
- [修复] 修复枚举多选字段主机自动应用后,主机转移失败的问题
- [修复] 修复权限中心查询实例时输入正则表达式中的部分特殊字符时报错问题
- [修复] 修复导出实例和主机时勾选导出关联模型实例但未成功导出的问题
- [修复] 修复操作审计—>其他Tab,操作对象=模型分组、模型,动作有误问题
- [修复] 修复下发主机身份文件逻辑死循环问题
- [修复] 修复容器拓扑显示的主机数量与实际不符问题
- [修复] 主机模型关联内置关联的唯一标识没有显示出来
- [修复] 业务集节点信息下,单独只点击复制ID或集群/模块名称按钮后,会提示两个“复制成功”
- [修复] 项目/业务集/业务下,搜索框输入条件后不点击不会还原
- [修复] 人员选择器点击“我”之后清除之前的输入值
- [修复] 服务/集群模版添加属性字段没有空规范
- [修复] 业务服务实例下进程与实例操作栏样式不一致
- [修复] 服务分类关键字搜索后删除数据不实时更新
- [修复] 服务分类编辑二级分类后,一级分类变回操作态
- [修复] 模型管理解除字段模板时候刷新字段
- [修复] 业务集服务实例下的标签多出了一个“...”符号
- [修复] 国际化问题修复
35 changes: 35 additions & 0 deletions docs/support-file/changelog_user/en/v3.13.12_2024-11-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### Feature

- [Feature] Added a login status verification interface is_login
- [Feature] Added CMDB database table structure document

### Improved

- [Improved] Cloud vendor icons and icon adjustments
- [Improved] Add_host_to_resource, add_host_to_resource_pool interfaces support adding a single ipv6 host
- [Improved] Modify the number of business items displayed in the resource directory to "unarchived business number"
- [Improved] Remove the string type check of the dynamic group $in operator
- [Improved] Home search box prompt text adjustment
- [Improved] Platform full business selector lag optimization
- [Improved] Table operation column width compatible with English

### Fixed

- [Fixed] Service classification-When clicking to edit the second-level classification, all the first-level classification delete and add icons will be hidden
- [Fixed] Fixed the problem that the host transfer failed after the enumeration multi-select field host was automatically applied
- [Fixed] Fixed the error when entering some special characters in the regular expression when querying the instance in the permission center
- [Fixed] Fixed the problem that the export of associated model instances was checked but failed when exporting instances and hosts
- [Fixed] Fixed the problem that the operation audit -> Other Tab, the operation object = model group, model, the action was incorrect
- [Fixed] Fixed the logical dead loop problem of sending host identity files
- [Fixed] Fixed the problem that the number of hosts displayed in the container topology does not match the actual number
- [Fixed] The unique identifier of the built-in association of the host model association is not displayed
- [Fixed] Under the business set node information, after clicking only the copy ID or cluster/module name button, two "copy successful" prompts will be displayed
- [Fixed] Under the project/business set/business, the search box will not be restored after entering the conditions without clicking
- [Fixed] After clicking "I" in the personnel selector, the previous input value is cleared
- [Fixed] There is no empty specification for adding attribute fields to the service/cluster template
- [Fixed] The process and instance operation bar styles are inconsistent under the business service instance
- [Fixed] After deleting the data after the service classification keyword search
- [Fixed] After editing the secondary classification of the service classification, the primary classification returns to the operation state
- [Fixed] Refresh the field when the model management releases the field template
- [Fixed] An additional "..." symbol appears in the label under the business set service instance
- [Fixed] Internationalization issue fixes
4 changes: 2 additions & 2 deletions docs/support-file/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 3.13.12-alpha2
appVersion: 3.13.12
description: BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
name: bk-cmdb
type: application
version: 3.14.12-alpha2
version: 3.14.12
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down

0 comments on commit 0808820

Please sign in to comment.