Skip to content

Commit

Permalink
minor: 版本号升级到 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng committed Sep 3, 2020
1 parent afbff6c commit d365e4a
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 4 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.6.6
version: 3.6.7
category: 运维工具
language_support: 中文
desktop:
Expand Down
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
# Django模板中:<script src="/a.js?v="></script>
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可
STATIC_VERSION = "3.6.6"
STATIC_VERSION = "3.6.7"

STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release

## 3.6.7

- bugfix
- tag组件与magicbox内部zIndex层级管理问题修复
- 子流程模板变量类型更新后勾选的输入参数取值不正确修复
- 申请公共流程相关权限时报错修复
- 管理员视图周期任务执行历史跳转链接不正确修复
- 节点配置输入、输出参数勾选状态可能未被清空的问题修复
- IP选择器保存筛选、排除条件后,编辑状态下不显示问题修复
- improvement
- 模板编辑名称错误时提示方式优化

## 3.6.6

- feature
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](docs/resource/img/logo_zh.png)
---
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Tencent/bk-sops/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-3.6.6-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.6.7-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![travis-ci](https://travis-ci.com/Tencent/bk-sops.svg?branch=master)](https://travis-ci.com/Tencent/bk-sops)
[![Coverage Status](https://codecov.io/gh/Tencent/bk-sops/branch/master/graph/badge.svg)](https://codecov.io/gh/Tencent/bk-sops)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/bk-sops/pulls)
Expand Down
2 changes: 1 addition & 1 deletion readme_en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](docs/resource/img/logo_en.png)
---
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Tencent/bk-sops/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-3.6.6-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.6.7-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![travis-ci](https://travis-ci.com/Tencent/bk-sops.svg?branch=master)](https://travis-ci.com/Tencent/bk-sops)
[![Coverage Status](https://codecov.io/gh/Tencent/bk-sops/branch/master/graph/badge.svg)](https://codecov.io/gh/Tencent/bk-sops)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/bk-sops/pulls)
Expand Down
10 changes: 10 additions & 0 deletions version_log/version_logs_md/V3.6.7_2020-09-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

## bugfix
- tag组件与magicbox内部zIndex层级管理问题修复
- 子流程模板变量类型更新后勾选的输入参数取值不正确修复
- 申请公共流程相关权限时报错修复
- 管理员视图周期任务执行历史跳转链接不正确修复
- 节点配置输入、输出参数勾选状态可能未被清空的问题修复
- IP选择器保存筛选、排除条件后,编辑状态下不显示问题修复
## improvement
- 模板编辑名称错误时提示方式优化

0 comments on commit d365e4a

Please sign in to comment.