Skip to content

Commit

Permalink
Merge pull request #2910 from normal-wls/begin_3.6.19
Browse files Browse the repository at this point in the history
minor: 3.6.19 begin
  • Loading branch information
homholueng authored Oct 27, 2020
2 parents df43cd2 + b71303c commit ffc5b60
Show file tree
Hide file tree
Showing 11 changed files with 28 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.18
version: 3.6.19
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 @@ -147,7 +147,7 @@
# Django模板中:<script src="/a.js?v="></script>
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可
STATIC_VERSION = "3.6.18"
STATIC_VERSION = "3.6.19"

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.
13 changes: 13 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release

## 3.6.19

- feature
- 增加 healthz 接口
- bugfix
- 下拉框tag设置为多选勾选为变量后,表单值不显示变量key修复
- 集群资源筛选变量主机数量手动输入数字不生效问题修复
- 修复 项目管理页面无法进行搜索 问题
- 修复 故障机替换 插件 bk_host_innerip KeyError 问题,增加是否复制故障机属性选项
- improvement
- 输入参数勾选为全局变量复用逻辑调整
- 集群资源筛选变量支持筛选业务下配置的自定义集群属性和不可编辑的集群属性

## 3.6.18

- bugfix
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.18-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.6.19-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.18-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.6.19-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
11 changes: 11 additions & 0 deletions version_log/version_logs_md/V3.6.19_2020-10-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

## feature
- 增加 healthz 接口
## bugfix
- 下拉框tag设置为多选勾选为变量后,表单值不显示变量key修复
- 集群资源筛选变量主机数量手动输入数字不生效问题修复
- 修复 项目管理页面无法进行搜索 问题
- 修复 故障机替换 插件 bk_host_innerip KeyError 问题,增加是否复制故障机属性选项
## improvement
- 输入参数勾选为全局变量复用逻辑调整
- 集群资源筛选变量支持筛选业务下配置的自定义集群属性和不可编辑的集群属性

0 comments on commit ffc5b60

Please sign in to comment.