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.8版本日志 #8013

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.8-alpha3
version: 3.13.8
# 版本标题
title: "3.13.8-alpha3"
title: "3.13.8"
# 版本描述
comment: "3.13.8-alpha3"
comment: "3.13.8"

# 定义网关基本信息,用于命令 `sync_apigw_config`
apigateway:
Expand Down
12 changes: 3 additions & 9 deletions docs/support-file/changelog/release.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
## [Version: v3.13.8-alpha3] - 2024-06-04
**缺陷修复**
- 修复页脚中版本信息错误的问题

## [Version: v3.13.8-alpha2] - 2024-06-03
**缺陷修复**
- 修复高级筛选和通用模型实例的高级筛选悬浮框被遮挡的问题

## [Version: v3.13.8-alpha1] - 2024-05-29
## [Version: v3.13.8] - 2024-06-05
**新增功能**
- 支持iframe加载模式

Expand All @@ -24,6 +16,8 @@
- 修复主机自动应用-按服务模板操作自动应用保存后查看主机没有跳转到对应的业务拓扑模块下的问题
- 修复服务实例标签过多时,编辑按钮样式错位的问题
- 锁定@swc/core版本解决workspace协议错误
- 修复高级筛选和通用模型实例的高级筛选悬浮框被遮挡的问题
- 修复页脚中版本信息错误的问题

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