Skip to content

Commit

Permalink
minor: release V3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Oct 19, 2023
1 parent 4e7fba0 commit 7ff3213
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ is_use_celery: True
author: 蓝鲸智云
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
introduction_en: SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
version: 3.31.0-beta1
version: 3.31.0
category: 运维工具
language_support: 中文
desktop:
Expand Down
2 changes: 1 addition & 1 deletion app_desc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec_version: 2
app_version: "3.31.0-beta1"
app_version: "3.31.0"
app:
region: default
bk_app_code: bk_sops
Expand Down
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可

STATIC_VERSION = "3.31.0-beta1"
STATIC_VERSION = "3.31.0"
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")

STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
Expand Down
6 changes: 4 additions & 2 deletions version_logs_md/V3.31.0_2023-09-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

- [ 优化 ] 移除变量免渲染功能,同时限制全局变量的生效范围。不再支持脚本中引用全局变量,请使用脚本参数传入。

- [ 优化 ] 调整节点的失败处理选项逻辑,自动跳过和手动跳过不再支持同时勾选。
- [ 优化 ] 优化插件字段转为变量的图标和文案,并不再允许从变量面板删除这类变量,仅支持从节点配置里取消使用后自动删除

- [ 优化 ] 节点输入、输出变量型变量,当所有来源取消使用变量时,自动删除变量
- [ 优化 ] 调整节点的失败处理选项逻辑,自动跳过和手动跳过不允许同时勾选

- [ 优化 ] 优化了子流程节点详情,在一个界面中同时展示子流程节点的输入参数和内部详情。

Expand All @@ -23,6 +23,8 @@

- [ 优化 ] 优化文本输入的交互,增加长度限制和提示。

- [ 优化 ] 节点配置、变量编辑、节点详情支持拖动调整宽度

### 修复

- [修复] 修复修改周期任务配置时,修改时间未刷新问题。
Expand Down
2 changes: 1 addition & 1 deletion version_logs_md_en/V3.31.0_2023-09-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

- [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 "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.

Expand Down

0 comments on commit 7ff3213

Please sign in to comment.