Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增3.13.7版本日志 #7994

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7-alpha3
version: 3.13.7
# 版本标题
title: "3.13.7-alpha3"
title: "3.13.7"
# 版本描述
comment: "3.13.7-alpha3"
comment: "3.13.7"

# 定义网关基本信息,用于命令 `sync_apigw_config`
apigateway:
Expand Down
18 changes: 4 additions & 14 deletions docs/support-file/changelog/release.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
## [Version: v3.13.7-alpha3] - 2024-05-21
**缺陷修复**
- 修复search_host接口问题

## [Version: v3.13.7-alpha2] - 2024-05-20
**功能优化**
- 仅校验枚举类型字段的isMultiple字段

- **缺陷修复**
- 修复一些watch相关的问题
- 升级bk-magic-vue版本解决表格shift选择体验问题
- 修复一些search_host接口问题

## [Version: v3.13.7-alpha1] - 2024-05-14
## [Version: v3.13.7] - 2024-05-23
**新增功能**
- 新增“云地域”、“云可用区”字段
- 主机和通用实例表格支持shift一次性选择多个项
Expand All @@ -22,13 +9,16 @@
- 校验search_host接口传入的condition参数
- get_biz_brief_cache_topo接口按名字排序
- 组织与用户接口token失效时主动弹出登录窗口
- 仅校验枚举类型字段的isMultiple字段

**缺陷修复**
- 修复动态分组预览滚动到底部线条不对齐的问题
- 修复搜索存在的字段模板名称,前端提示搜索为空的问题
- 修复资源-业务下当存在21个业务出现翻页后,归档下一页第21条业务后,页面显示没有业务权限的问题
- 修复execute_dynamic_group接口锁定条件为时间类型且可变条件没有的情况下panic的问题
- 修复容器拓扑缓存逻辑panic的问题
- 修复一些watch相关的问题
- 修复一些search_host接口问题

## [Version: v3.13.6] - 2024-04-30
**新增功能**
Expand Down
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.7-alpha3
appVersion: 3.13.7
description: BlueKing Configuration Management DataBase (bk-cmdb) is an enterprise level configuration management serivce database.
name: bk-cmdb
type: application
version: 3.14.7-alpha3
version: 3.14.7
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down