From d2ddd7df8bfa5c2916390173f28b450090f96eb7 Mon Sep 17 00:00:00 2001 From: Xinkai Yi Date: Thu, 22 Jan 2026 17:52:52 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20framework=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20resources.yaml=E6=96=87=E4=BB=B6=E4=BB=A5?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=90=8C=E6=AD=A5=E7=BD=91=E5=85=B3=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98=20--story=3D13002?= =?UTF-8?q?9514?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../management/commands/support-files/resources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml b/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml index d4d5fc4..b30c97f 100644 --- a/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml +++ b/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml @@ -64,7 +64,7 @@ paths: disabledStages: [] descriptionEn: plugin callback - /invoke/{version}: + /invoke/{version}/: post: operationId: invoke summary: 调用指定版本插件 @@ -187,7 +187,7 @@ paths: disabledStages: [] descriptionEn: Plugin open API entry - /plugin_api_dispatch/: + /plugin_api_dispatch: post: operationId: plugin_api_dispatch summary: 插件API分发 From 0be8fc5271496ced0f85d99cce4793c093146f13 Mon Sep 17 00:00:00 2001 From: Xinkai Yi Date: Thu, 22 Jan 2026 21:36:37 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=20resources.yaml?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=20=20--story=3D130029514?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../management/commands/support-files/resources.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml b/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml index b30c97f..5b81965 100644 --- a/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml +++ b/bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml @@ -3,9 +3,7 @@ info: title: 'BK Plugin API' version: '1.0.0' description: '蓝鲸插件服务 API' - paths: - /callback/{token}/: post: operationId: callback @@ -63,7 +61,6 @@ paths: resourcePermissionRequired: true disabledStages: [] descriptionEn: plugin callback - /invoke/{version}/: post: operationId: invoke @@ -139,11 +136,7 @@ paths: type: HTTP name: default method: any - {% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %} - path: /{env.api_sub_path}bk_plugin/plugin_api/ - {% else %} path: /bk_plugin/plugin_api/ - {% endif %} matchSubpath: true timeout: 0 upstreams: {} From 78ed4d986fb5a026ecdc47ce31d77ea21e1fe825 Mon Sep 17 00:00:00 2001 From: Xinkai Yi Date: Thu, 22 Jan 2026 21:37:08 +0800 Subject: [PATCH 3/3] minor: framework release 2.3.5 --- bk-plugin-framework/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bk-plugin-framework/pyproject.toml b/bk-plugin-framework/pyproject.toml index 6b63200..639f434 100644 --- a/bk-plugin-framework/pyproject.toml +++ b/bk-plugin-framework/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bk-plugin-framework" -version = "2.3.4" +version = "2.3.5" description = "bk plugin python framework" authors = ["Your Name "] license = "MIT"