From b2283782c799ecb38179dbaa50646c51f68c1a96 Mon Sep 17 00:00:00 2001 From: wangyu096 Date: Tue, 17 Oct 2023 14:44:32 +0800 Subject: [PATCH] doc: 3.8.3 release log #2523 --- versionLogs/en/V3.8.3_2023-10-17_en.md | 26 +++++++++++++++++++ versionLogs/zh_CN/V3.8.3_2023-10-17_zh-cn.md | 27 ++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 versionLogs/en/V3.8.3_2023-10-17_en.md create mode 100644 versionLogs/zh_CN/V3.8.3_2023-10-17_zh-cn.md diff --git a/versionLogs/en/V3.8.3_2023-10-17_en.md b/versionLogs/en/V3.8.3_2023-10-17_en.md new file mode 100644 index 0000000000..1144858c4b --- /dev/null +++ b/versionLogs/en/V3.8.3_2023-10-17_en.md @@ -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) \ No newline at end of file diff --git a/versionLogs/zh_CN/V3.8.3_2023-10-17_zh-cn.md b/versionLogs/zh_CN/V3.8.3_2023-10-17_zh-cn.md new file mode 100644 index 0000000000..71ad0f8f1f --- /dev/null +++ b/versionLogs/zh_CN/V3.8.3_2023-10-17_zh-cn.md @@ -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) \ No newline at end of file