Skip to content

Commit

Permalink
Merge pull request #1788 from homholueng/V3.3.30_begin
Browse files Browse the repository at this point in the history
minor: 版本号升级到 3.3.30
  • Loading branch information
homholueng authored Feb 26, 2020
2 parents 16cec52 + eae86e2 commit 6f2d615
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app_name: 标准运维
is_use_celery: True
author: 蓝鲸智云
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
version: 3.3.29
version: 3.3.30
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 @@ -124,7 +124,7 @@
# Django模板中:<script src="/a.js?v="></script>
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可
STATIC_VERSION = '3.3.29'
STATIC_VERSION = '3.3.30'

STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
Expand Down
9 changes: 8 additions & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,11 @@

## 3.3.29
- 新功能
- IP 选择器支持配置值是否带云区域 ID
- IP 选择器支持配置值是否带云区域 ID

## 3.3.30
- 优化项
- 节点回调接口增加重试机制
- 控制 gitdb2 的版本号
- bug fix
- 修复CMDB-创建集群中集群信息参数表格单项数据为空会被上一行覆盖的问题
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.3.29-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.3.30-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/bk-sops/pulls)
[![Build Status](https://travis-ci.com/Tencent/bk-sops.svg?branch=master)](https://travis-ci.com/Tencent/bk-sops)

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.3.29-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![Release](https://img.shields.io/badge/release-3.3.30-brightgreen.svg)](https://github.com/Tencent/bk-sops/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/bk-sops/pulls)
[![Build Status](https://travis-ci.com/Tencent/bk-sops.svg?branch=master)](https://travis-ci.com/Tencent/bk-sops)

Expand Down

0 comments on commit 6f2d615

Please sign in to comment.