diff --git a/app.yml b/app.yml index c4b1b1fbc8..77eeb94a44 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.3 +version: 3.32.4 category: 运维工具 language_support: 中文 desktop: diff --git a/app_desc.yaml b/app_desc.yaml index 4786afea5d..3aaabc3b01 100644 --- a/app_desc.yaml +++ b/app_desc.yaml @@ -1,5 +1,5 @@ spec_version: 2 -app_version: "3.32.3" +app_version: "3.32.4" app: region: default bk_app_code: bk_sops diff --git a/config/default.py b/config/default.py index 328fdaec27..0dc141482f 100644 --- a/config/default.py +++ b/config/default.py @@ -213,7 +213,7 @@ # mako模板中: # 如果静态资源修改了以后,上线前改这个版本号即可 -STATIC_VERSION = "3.32.3" +STATIC_VERSION = "3.32.4" DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S") STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] diff --git a/requirements.txt b/requirements.txt index 887cd2201e..e2414f677f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ importlib-metadata==3.7.3 protobuf==3.19.4 # blueapps -blueapps[opentelemetry,bkcrypto]==4.11.0 +blueapps[opentelemetry,bkcrypto]==4.12.0 whitenoise==5.2.0 raven==6.5.0 python-json-logger==2.0.1