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.
Merge pull request TencentBlueKing#1590 from jsonwan/3.6.x
docs: 更新版本日志 TencentBlueKing#336
- Loading branch information
Showing
2 changed files
with
32 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,16 @@ | ||
# V3.6.1 ChangeLogs | ||
|
||
|
||
|
||
- [ Feature ] Script content can be search now | ||
|
||
|
||
- [ Optimize ] Now you can see the difference when the script has been updated in job | ||
- [ Optimize ] Some general UI / UX optimization and server tuning...... | ||
|
||
|
||
- [ Fix ] Fix a bug that caused the script's label to be lost when create or edit script | ||
- [ Fix ] Solve the problem that the number box can input other characters | ||
- [ Fix ] Solve the problem that account naming rules can be saved empty | ||
- [ Fix ] Solve the problem of pulling timeout caused by too many hosts in dynamic grouping | ||
- [ Fix ] Solve the problem that high-risk rule `scan` level cannot be saved in job editing state |
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,16 @@ | ||
# V3.6.1 版本更新日志 | ||
|
||
|
||
|
||
- [ 新增 ] 支持搜索脚本内容 | ||
|
||
|
||
- [ 优化 ] 作业的脚本步骤有更新时,现在可以直接查看差异对比 | ||
- [ 优化 ] 一些常规的 UI / UX 优化和底层调优... | ||
|
||
|
||
- [ 修复 ] 解决新增或编辑脚本的版本时会导致脚本的标签丢失的问题 | ||
- [ 修复 ] 解决数字框可以输入其他字符的问题 | ||
- [ 修复 ] 解决账号命名规则可以被清空保存的问题 | ||
- [ 修复 ] 解决因动态分组主机数量太多导致拉取超时失败的问题 | ||
- [ 修复 ] 作业编辑态下因 `扫描` 级别的高危语句规则而无法保存的问题 |