-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2147 from wangyu096/issue_2146
docs: 3.7.4 版本日志 #2146
- Loading branch information
Showing
2 changed files
with
40 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,20 @@ | ||
# V3.7.4 Release Note | ||
|
||
|
||
|
||
|
||
### Improved | ||
- [ Improved ] Added English translation of semantic parsing of Crontab expressions [Details](http://github.com/Tencent/bk-job/issues/1084) | ||
- [ Improved ] Added `Remove Invalid Host` button [Details](http://github.com/Tencent/bk-job/issues/1863) | ||
- [ Improved ] Added hidden interaction of "sensitive parameters" in view state for script steps [Details](http://github.com/Tencent/bk-job/issues/1842) | ||
- [ Improved ] Optimize processing logic for empty query agent task results [Details](http://github.com/TencentBlueKing/bk-job/issues/2132) | ||
- [ Improved ] Optimize exception messages for users with "frozen" account [Details](http://github.com/TencentBlueKing/bk-job/issues/1075) | ||
- [ Improved ] Optimize sorting logic of release notes [Details](http://github.com/TencentBlueKing/bk-job/issues/2116) | ||
- [ Improved ] Optimize column width setting for IP selector host list [Details](http://github.com/TencentBlueKing/bk-job/issues/2100) | ||
- [ Improved ] Tweak error message template for hosts that are not legal to improve message readability (put dynamic data at the end) [Details](http://github.com/TencentBlueKing/bk-job/issues/2093) | ||
|
||
### Fixed | ||
- [ Fixed ] Fix occasional startup failure of Crons [Details](http://github.com/TencentBlueKing/bk-job/issues/2138) | ||
- [ Fixed ] Fix the problem that job templates were not imported properly due to invalid hosts [Details](http://github.com/TencentBlueKing/bk-job/issues/2117) | ||
- [ Fixed ] Solve the problem that the CPU usage of job-manage module continues to be high under high business volume environment [Details](http://github.com/TencentBlueKing/bk-job/issues/2114) | ||
- [ Fixed ] Solve the problem of inaccurate Agent status of hosts [Details](http://github.com/TencentBlueKing/bk-job/issues/2103)) |
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,20 @@ | ||
# V3.7.4 版本更新日志 | ||
|
||
|
||
|
||
|
||
### 优化 | ||
- [ 优化 ] 补充了Crontab表达式语义解析的英译内容 [详情](http://github.com/Tencent/bk-job/issues/1084) | ||
- [ 优化 ] 增加一键 `移除无效主机` 入口 [详情](http://github.com/Tencent/bk-job/issues/1863) | ||
- [ 优化 ] 补充脚本步骤的 “敏感参数” 在查看态中的隐藏交互 [详情](http://github.com/Tencent/bk-job/issues/1842) | ||
- [ 优化 ] 优化针对查看 Agent 任务结果为空的处理逻辑 [详情](http://github.com/TencentBlueKing/bk-job/issues/2132) | ||
- [ 优化 ] 优化 “被冻结权限” 用户的异常提示信息 [详情](http://github.com/TencentBlueKing/bk-job/issues/1075) | ||
- [ 优化 ] 优化版本日志的排序逻辑 [详情](http://github.com/TencentBlueKing/bk-job/issues/2116) | ||
- [ 优化 ] IP 选择器主机列表的列宽度设置优化 [详情](http://github.com/TencentBlueKing/bk-job/issues/2100) | ||
- [ 优化 ] 为提高信息可读性,调整主机不合法的错误信息模板(将动态数据放至最后) [详情](http://github.com/TencentBlueKing/bk-job/issues/2093) | ||
|
||
### 修复 | ||
- [ 修复 ] 解决定时任务偶现启动失败的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2138) | ||
- [ 修复 ] 修复因含有无效主机而导致作业模板无法正常导入的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2117) | ||
- [ 修复 ] 解决在大业务量环境下会出现 job-manage 模块的CPU占用持续飚高的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2114) | ||
- [ 修复 ] 解决主机的 Agent状态不准确的问题 [详情](http://github.com/TencentBlueKing/bk-job/issues/2103) |