Skip to content

Commit

Permalink
feat: release V3.31.15 #ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Jan 16, 2024
1 parent 5820065 commit 0e0ea82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.31.15
version: 3.31.16
category: 运维工具
language_support: 中文
desktop:
Expand Down
2 changes: 1 addition & 1 deletion app_desc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec_version: 2
app_version: "3.31.15"
app_version: "3.31.16"
app:
region: default
bk_app_code: bk_sops
Expand Down
9 changes: 5 additions & 4 deletions config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
from bamboo_engine.config import Settings as BambooSettings
from bkcrypto import constants as bkcrypto_constants
from bkcrypto.asymmetric.options import RSAAsymmetricOptions
from blueapps.conf.default_settings import * # noqa
from blueapps.conf.log import get_logging_config_dict
from blueapps.opentelemetry.utils import inject_logging_trace_info
from django.utils.translation import ugettext_lazy as _
from pipeline.celery.queues import ScalableQueues

import env
from blueapps.conf.default_settings import * # noqa
from blueapps.conf.log import get_logging_config_dict
from blueapps.opentelemetry.utils import inject_logging_trace_info
from gcloud.exceptions import ApiRequestError

# 这里是默认的 INSTALLED_APPS,大部分情况下,不需要改动
Expand Down Expand Up @@ -211,7 +211,7 @@
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可

STATIC_VERSION = "3.31.15"
STATIC_VERSION = "3.31.16"
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")

STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
Expand Down Expand Up @@ -678,6 +678,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(
Expand Down

0 comments on commit 0e0ea82

Please sign in to comment.