-
Notifications
You must be signed in to change notification settings - Fork 379
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 #7097 from normal-wls/release_horse_alpha_2
release V3.31.0-alpha2
- Loading branch information
Showing
16 changed files
with
155 additions
and
18 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
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
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
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
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
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
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
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
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
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
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
Binary file not shown.
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
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
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,52 @@ | ||
# V3.31.0 版本更新说明 | ||
|
||
### 新增 | ||
|
||
- [ 新增 ] 编辑流程时,输入$可快速引用已创建的变量,并以标签形式展示,方便快速引用和识别。 | ||
|
||
|
||
### 优化 | ||
|
||
- [ 优化 ] 移除变量免渲染功能,同时限制全局变量的生效范围。不再支持脚本中引用全局变量,请使用脚本参数传入。 | ||
|
||
- [ 优化 ] 调整节点的失败处理选项逻辑,自动跳过和手动跳过不再支持同时勾选。 | ||
|
||
- [ 优化 ] 节点输入、输出变量型变量,当所有来源取消使用变量时,自动删除变量。 | ||
|
||
- [ 优化 ] 优化了子流程节点详情,在一个界面中同时展示子流程节点的输入参数和内部详情。 | ||
|
||
- [ 优化 ] 任务状态支持筛选失败、执行中、暂停等细分状态。 | ||
|
||
- [ 优化 ] 任务记录默认只显示最近半年记录,节省存储空间(管理员可通过环境变量设置)。 | ||
|
||
- [ 优化 ] 优化「节点管理(Nodeman)-新建任务」插件,安装、重装操作移除不必要的选项;增加配置重载、重启操作。 | ||
|
||
- [ 优化 ] 优化文本输入的交互,增加长度限制和提示。 | ||
|
||
### 修复 | ||
|
||
- [修复] 修复修改周期任务配置时,修改时间未刷新问题。 | ||
|
||
- [修复] 修复执行方案重命名报错问题。 | ||
|
||
- [修复] 修复任务执行前,执行代理人错误问题。 | ||
|
||
- [修复] 修复重新执行时,没有记住上次选择节点的问题。 | ||
|
||
- [修复] 修复子流程暂停时,任务无法终止的问题。 | ||
|
||
- [修复] 修复子流程节点输入型变量不显示参数名问题。 | ||
|
||
- [修复] 修复“集群资源筛选”变量,集群个数输入非数字显示 NaN 问题。 | ||
|
||
- [修复] 修复“集群模块 IP 选择器”变量使用不存在服务模版也可筛选出 IP 列表问题。 | ||
|
||
- [修复] 修复“IP 选择器”变量已选的集群/模块在 CMDB 被移除时输出结果不正确问题。 | ||
|
||
- [修复] 修复“配置平台(CMDB) - 批量更新集群属性”插件传参错误导致不可用问题。 | ||
|
||
- [修复] 修复“监控平台(Monitor) - 蓝鲸监控告警屏蔽(按策略)”插件执行失败时异常不显示问题。 | ||
|
||
- [修复] 修复调用 "create_task" 接口时权限不足时,接口返回错误信息不友好的问题。 | ||
|
||
- [修复] 修复在切换动作需要进行二次确认时,如果用户取消切换,选项仍然被切换的问题。 |
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,51 @@ | ||
# V3.31.0 Release Note | ||
|
||
### Feature | ||
|
||
- [Feature] When editing a flow, entering "$" can quickly reference a created variable, and display it as tags for easy reference and identification. | ||
|
||
### Improved | ||
|
||
- [Improved] Remove the feature "Variable Rendering-free" and limit the scope of global variables. No longer support referencing global variables in scripts, please use script parameters to pass them in. | ||
|
||
- [Improved] Adjusted the logic of the Failure Processing options for nodes, Auto Skip and Manual Skip are no longer supported to be selected at the same time. | ||
|
||
- [Improved] For node input and output variables, when all sources cancel use the variable, the variable is automatically deleted. | ||
|
||
- [Improved] Optimized the sub-flow node details, allowing the input parameters and internal details of the sub-flow node to be displayed simultaneously in a single interface. | ||
|
||
- [Improved] Task status can be filter by Failed, Running, and Paused. | ||
|
||
- [Improved] Tasks only display history from the past half-year to save storage(admin can set it by change environment variables). | ||
|
||
- [Improved] Optimized the "NodeMan New Task" plugin, removing unnecessary options for install and reinstall operations; added configuration reload and restart operations. | ||
|
||
- [Improved] Optimized text input interaction, adding length limitations and prompts. | ||
|
||
### Fixed | ||
|
||
- [Fixed] Fixed the issue that the "Modified At" column do not refresh when modify cron tasks. | ||
|
||
- [Fixed] Fixed the issue when renaming a node-group resulted in an error. | ||
|
||
- [Fixed] Fixed the issue that the agent of task was incorrect. | ||
|
||
- [Fixed] Fixed the issue that the last selected node was not remembered when redo task. | ||
|
||
- [Fixed] Fixed the issue that tasks could not be terminated when sub-flow were paused. | ||
|
||
- [Fixed] Fixed the issue that the node input variables of sub-flow nodes do not display. | ||
|
||
- [Fixed] Fixed the issue that the "Set Resource Filter" variable displayed "NaN" when the number of clusters entered was not a number. | ||
|
||
- [Fixed] Fixed the issue that the "Set Module IP Selector" variable could display IP lists even if the service template did not exist. | ||
|
||
- [Fixed] Fixed the issue that the results of the "IP Selector" variable were not correct when the selected cluster/module was removed from CMDB. | ||
|
||
- [Fixed] Fixed the issue that the "CMDB UPdate Set Attribute" plugin was not available due to parameter passing errors. | ||
|
||
- [Fixed] Fixed the issue that the "BKMonitor BlueKing Monitor Alarm Shield (Based on Strategy)" plugin do not display exceptions when run failed. | ||
|
||
- [Fixed] Fixed the issue that the error message was not user-friendly when calling the "create_task" API with insufficient permissions. | ||
|
||
- [Fixed] Fixed the issue that the option was still switched even when the user cancelled the switch . |