Skip to content

Commit

Permalink
minor: release V3.29.0_beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Jul 20, 2023
1 parent 4fab615 commit 6c7605b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 32 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.29.0-alpha2
version: 3.29.0-beta1
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.29.0-alpha2"
app_version: "3.29.0-beta1"
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 @@ -207,7 +207,7 @@
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可

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

STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
Expand Down
29 changes: 0 additions & 29 deletions version_logs_md/V3.29.0-alpha_2023-07-04.md

This file was deleted.

35 changes: 35 additions & 0 deletions version_logs_md/V3.29.0_2023-07-04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# V3.29.0 版本更新说明

### 优化

- [ 优化 ] 优化任务填参页面的布局

- [ 优化 ] 优化执行方案交互

- [ 优化 ] 移除「节点管理(Nodeman)-插件操作」里的主机 ID 选项

- [ 优化 ] 新建职能化任务添加复制认领链接

### 修复

- [ 修复 ] 修复画布缩放时,节点大小和操作面板位置异常问题

- [ 修复 ] 修复有流程查看无新建权限时,克隆流程缺少鉴权问题

- [ 修复 ] 修复 yaml 导入时缺少全局变量的问题

- [ 修复 ] 修复点击「查看待更新子流程」后,部分节点被遮盖的问题

- [ 修复 ] 修复下拉框变量远程数据源不支持 URL 传参问题

- [ 修复 ] 修复子流程暂停时,任务无法终止的问题

- [ 修复 ] 修复使用「蓝鲸监控告警屏蔽(按范围」 插件屏蔽业务时,还需再选业务的问题

- [ 修复 ] 修复<作业平台(JOB)-执行作业>插件,拉取执行方案时,变量值多了双引号问题

- [ 修复 ] 修复任务列表还在加载时,切换 TAB 返回空数据的问题

- [ 修复 ] 修复重新执行时,下拉框选项无法重用和粘贴文本自动选中的问题

- [ 修复 ] 修复第三方插件日志获取异常的问题(Note: 依赖 PaaS 版本 v1.1.0-beta.38+)

0 comments on commit 6c7605b

Please sign in to comment.