From 9dc1652aa2dea99964238e50e5a3bd450b0a783b Mon Sep 17 00:00:00 2001 From: cheynechen Date: Tue, 15 Oct 2024 15:35:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=97=A5=E5=BF=97=20--story=3D119892878?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- app.yml | 2 +- app_desc.yaml | 2 +- docs/RELEASE.md | 3 +++ docs/RELEASE_EN.md | 3 +++ 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 24ba9a38..860487ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 +2.7.1 diff --git a/app.yml b/app.yml index 3e7e1101..31794a37 100644 --- a/app.yml +++ b/app.yml @@ -5,7 +5,7 @@ author: 蓝鲸智云 category: 办公应用 introduction: 流程服务是蓝鲸推出的轻量级ITSM,通过可自定义设计的流程模块,覆盖IT服务中的不同管理活动或应用场景。帮助企业用户规范内部管理流程,提升沟通及管理效率。 introduction_en: bk_itsm is a lightweight ITSM created by Blueking. It covers different application scenarios in IT services through customizable workflows and help enterprise users to implement standardize IT workflow, improve communication and management efficiency. -version: 2.7.0 +version: 2.7.1 language: python is_use_celery: True is_use_celery_with_gevent: False diff --git a/app_desc.yaml b/app_desc.yaml index a5df9c54..2c170855 100644 --- a/app_desc.yaml +++ b/app_desc.yaml @@ -1,5 +1,5 @@ spec_version: 2 -app_version: "2.7.0" +app_version: "2.7.1" app: region: default bk_app_code: bk_itsm diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 27703627..0b858fcf 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +1,7 @@ # Changelog +## [Version: 2.7.1] - 2024-10-15 +【新增】pipeline管理工具集成 + ## [Version: 2.7.0] - 2024-10-10 【新增】通知人员黑名单过滤 【优化】esb鉴权信息迁移到header,支持版本 open-paas/esb >= 2.12.20 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 9a417d53..ff261b9d 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,4 +1,7 @@ # Changelog +## [Version: 2.7.1] - 2024-10-15 +【Feature】Integrated pipeline management tool. + ## [Version: 2.7.0] - 2024-10-10 【Feature】Notification recipient blacklist filtering. 【Improved】Migrated the authentication information to header when calling esb, support open-paas/esb >= 2.12.20