From 89aad94379ffbe0767499a9c9fe131bf61dffb22 Mon Sep 17 00:00:00 2001
From: hanshuaikang <1758504262@qq.com>
Date: Tue, 31 Oct 2023 15:45:10 +0800
Subject: [PATCH 1/2] minor: release 3.32.0
---
app.yml | 2 +-
app_desc.yaml | 2 +-
config/default.py | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/app.yml b/app.yml
index 9f37147d67..3d1d8fce8f 100644
--- a/app.yml
+++ b/app.yml
@@ -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
+version: 3.32.0
category: 运维工具
language_support: 中文
desktop:
diff --git a/app_desc.yaml b/app_desc.yaml
index c45cea3485..4afe9b0f6a 100644
--- a/app_desc.yaml
+++ b/app_desc.yaml
@@ -1,5 +1,5 @@
spec_version: 2
-app_version: "3.31.0"
+app_version: "3.32.0"
app:
region: default
bk_app_code: bk_sops
diff --git a/config/default.py b/config/default.py
index e797d76236..3e48485133 100644
--- a/config/default.py
+++ b/config/default.py
@@ -211,7 +211,7 @@
# mako模板中:
# 如果静态资源修改了以后,上线前改这个版本号即可
-STATIC_VERSION = "3.31.0"
+STATIC_VERSION = "3.32.0"
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
@@ -676,6 +676,7 @@ def monitor_report_config():
from bk_monitor_report import MonitorReporter # noqa
from bk_monitor_report.contrib.celery import MonitorReportStep # noqa
+
from blueapps.core.celery import celery_app # noqa
reporter = MonitorReporter(
From 5dcd014d1610bc3056b949b6c53171bcb0d4d19f Mon Sep 17 00:00:00 2001
From: hanshuaikang <1758504262@qq.com>
Date: Tue, 31 Oct 2023 15:47:35 +0800
Subject: [PATCH 2/2] minor: release 3.31.1
---
app.yml | 2 +-
app_desc.yaml | 2 +-
config/default.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app.yml b/app.yml
index 3d1d8fce8f..11f39d8dd6 100644
--- a/app.yml
+++ b/app.yml
@@ -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.32.0
+version: 3.31.1
category: 运维工具
language_support: 中文
desktop:
diff --git a/app_desc.yaml b/app_desc.yaml
index 4afe9b0f6a..165778650e 100644
--- a/app_desc.yaml
+++ b/app_desc.yaml
@@ -1,5 +1,5 @@
spec_version: 2
-app_version: "3.32.0"
+app_version: "3.31.1"
app:
region: default
bk_app_code: bk_sops
diff --git a/config/default.py b/config/default.py
index 3e48485133..ff4b0425fc 100644
--- a/config/default.py
+++ b/config/default.py
@@ -211,7 +211,7 @@
# mako模板中:
# 如果静态资源修改了以后,上线前改这个版本号即可
-STATIC_VERSION = "3.32.0"
+STATIC_VERSION = "3.31.1"
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]