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