forked from TencentBlueKing/bk-job
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: 3.8.3 release log TencentBlueKing#2523
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# V3.8.3 Release Note | ||
|
||
|
||
|
||
### Feature | ||
- [ Feature ] Support for operation auditing, for more details, please wait for the new product "BK-Audit" release [Details](http://github.com/TencentBlueKing/bk-job/issues/1765) | ||
- [ Feature ] Provide new APIs for script management [Details]((http://github.com/TencentBlueKing/bk-job/issues/2318) | ||
- [ Feature ] Provide new APIs for account management [Details](http://github.com/TencentBlueKing/bk-job/issues/2472) | ||
|
||
|
||
### Improved | ||
- [ Improved ] Launched a new error message prompt interaction, providing a richer information viewing experience [Details](http://github.com/TencentBlueKing/bk-job/issues/2372) | ||
- [ Improved ] Support for Agent 2.0 grayscale strategy [Details](http://github.com/TencentBlueKing/bk-job/issues/2461) | ||
- [ Improved ] Improved the slow response when copying a large number of IPs in the task details page [Details](http://github.com/TencentBlueKing/bk-job/issues/2259) | ||
- [ Improved ] Added some Metrics for API calls [Details](http://github.com/TencentBlueKing/bk-job/issues/2426) | ||
- [ Improved ] Some routine UI/UX optimizations | ||
|
||
|
||
### Fixed | ||
- [ Fixed ] Resolved the issue of error messages when submitting a new version of a public script [Details](http://github.com/TencentBlueKing/bk-job/issues/1396) | ||
- [ Fixed ] Fixed the issue of incorrect API requests when creating a new Cron task [Details](http://github.com/TencentBlueKing/bk-job/issues/2489) | ||
- [ Fixed ] Resolved the issue of 400 errors in authentication requests on the public script page [Details](http://github.com/TencentBlueKing/bk-job/issues/2483) | ||
- [ Fixed ] Fixed the issue of host parameter errors when downloading logs for script execution tasks [Details](http://github.com/TencentBlueKing/bk-job/issues/2452) | ||
- [ Fixed ] Fixed the issue of not verifying the associated view permissions when authenticating job template edits [Details](http://github.com/TencentBlueKing/bk-job/issues/2111) | ||
- [ Fixed ] Fixed the issue of incorrect display when the step execution detail status is 0 [Details](http://github.com/TencentBlueKing/bk-job/issues/2437) | ||
- [ Fixed ] Resolved the issue of reporting internal errors when relaunch a deleted task [Details](http://github.com/TencentBlueKing/bk-job/issues/2291) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# V3.8.3 版本更新日志 | ||
|
||
|
||
|
||
|
||
### 新增 | ||
- [ 新增 ] 支持操作审计,对接至审计中心 [详情](http://github.com/TencentBlueKing/bk-job/issues/1765) | ||
- [ 新增 ] 开放脚本管理模块的相关API [详情]((http://github.com/TencentBlueKing/bk-job/issues/2318) | ||
- [ 新增 ] 开放账号管理模块的增删改查API [详情](http://github.com/TencentBlueKing/bk-job/issues/2472) | ||
|
||
|
||
### 优化 | ||
- [ 优化 ] 上线新的报错信息提示交互,提供更丰富的信息查看体验 [详情](http://github.com/TencentBlueKing/bk-job/issues/2372) | ||
- [ 优化 ] 支持Agent2.0灰度执行策略 [详情](http://github.com/TencentBlueKing/bk-job/issues/2461) | ||
- [ 优化 ] 优化了执行详情页中复制大量 IP 响应慢的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2259) | ||
- [ 优化 ] 增加了一些API调用的Metrics [详情](http://github.com/TencentBlueKing/bk-job/issues/2426) | ||
- [ 优化 ] 一些常规的 UI/UX 优化 | ||
|
||
|
||
### 修复 | ||
- [ 修复 ] 解决了公共脚本新增版本提交时出现报错的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/1396) | ||
- [ 修复 ] 修复了新建定时任务请求接口错误的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2489) | ||
- [ 修复 ] 解决了公共脚本页面的鉴权请求出现400错误的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2483) | ||
- [ 修复 ] 修复了脚本执行类任务下载日志出现主机参数错误的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2452) | ||
- [ 修复 ] 修复了作业模板编辑鉴权时未校验关联的查看权限的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2111) | ||
- [ 修复 ] 修复了步骤执行详情状态为0时显示不正确的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2437) | ||
- [ 修复 ] 解决了重做已删除的任务时,报内部错误的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2291) |