Skip to content

Commit 9dcbd8f

Browse files
JetDrag0RAJA
authored andcommitted
feat: 系统诊断:系统详情页面增加系统诊断视图 --story=122229903
更新readme
1 parent 7985fe2 commit 9dcbd8f

File tree

7 files changed

+33
-4
lines changed

7 files changed

+33
-4
lines changed

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![logo.png](assets/logo.png)
22

33
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/bk-audit/blob/master/LICENSE.txt)
4-
[![Release Version](https://img.shields.io/badge/release-1.17.0-brightgreen.svg)](https://github.com/TencentBlueKing/bk-audit/releases)
4+
[![Release Version](https://img.shields.io/badge/release-1.17.1-brightgreen.svg)](https://github.com/TencentBlueKing/bk-audit/releases)
55
[![Coverage](https://codecov.io/gh/TencentBlueKing/bk-audit/branch/main/graph/badge.svg)](https://codecov.io/gh/TencentBlueKing/bk-audit)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/bk-audit/pulls)
77

Diff for: readme_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![logo.png](assets/logo.png)
22

33
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/bk-audit/blob/master/LICENSE.txt)
4-
[![Release Version](https://img.shields.io/badge/release-1.17.0-brightgreen.svg)](https://github.com/TencentBlueKing/bk-audit/releases)
4+
[![Release Version](https://img.shields.io/badge/release-1.17.1-brightgreen.svg)](https://github.com/TencentBlueKing/bk-audit/releases)
55
[![Coverage](https://codecov.io/gh/TencentBlueKing/bk-audit/branch/main/graph/badge.svg)](https://codecov.io/gh/TencentBlueKing/bk-audit)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/bk-audit/pulls)
77

Diff for: release.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### V1.17.1 版本更新日志
2+
3+
- [ 新增 ] 系统诊断:有效接入的系统可在接入页面执行诊断,轻松发现系统异常行为。
4+
- [ 新增 ] 系统诊断:结果定期邮件通知。
5+
- [ 新增 ] 审计报表:全局系统诊断视图。
6+
- [ 优化 ] 报表自定义组件抽象优化。
7+
18
### V1.17.0 版本更新日志
29

310
- [ 新增 ] 审计日志与资产添加 Doris 存储支持,支持高效灵活的下钻分析能力。

Diff for: src/backend/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
V1.17.0
1+
V1.17.1

Diff for: src/backend/version_md/V1.17.1_20250327_en.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## V1.17.1 Release Notes
2+
3+
### Feature
4+
5+
- [Feature] System Diagnosis: Systems with valid access can now perform diagnostics on the access page to easily identify abnormal behaviors.
6+
- [Feature] System Diagnosis: Regular email notifications for diagnostic results.
7+
- [Feature] Audit Report: Global system diagnostic view.
8+
9+
### Improved
10+
11+
- [Improved] Optimization of the abstraction of custom vision components.

Diff for: src/backend/version_md/V1.17.1_20250327_zh-cn.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## V1.17.1 版本更新日志
2+
3+
### 新增
4+
5+
- [ 新增 ] 系统诊断:有效接入的系统可在接入页面执行诊断,轻松发现系统异常行为。
6+
- [ 新增 ] 系统诊断:结果定期邮件通知。
7+
- [ 新增 ] 审计报表:全局系统诊断视图。
8+
9+
### 优化
10+
11+
- [ 优化 ] 报表自定义组件抽象优化。

Diff for: src/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bk-audit",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"license": "MIT",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)