diff --git a/bk-plugin-framework/bk_plugin_framework/__version__.py b/bk-plugin-framework/bk_plugin_framework/__version__.py index 47552cc..5c945a8 100644 --- a/bk-plugin-framework/bk_plugin_framework/__version__.py +++ b/bk-plugin-framework/bk_plugin_framework/__version__.py @@ -9,4 +9,4 @@ specific language governing permissions and limitations under the License. """ -__version__ = "2.3.4" +__version__ = "2.3.5" 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分发 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" diff --git a/template/{{cookiecutter.project_name}}/requirements.txt b/template/{{cookiecutter.project_name}}/requirements.txt index f2fee58..8adff1e 100644 --- a/template/{{cookiecutter.project_name}}/requirements.txt +++ b/template/{{cookiecutter.project_name}}/requirements.txt @@ -1,6 +1,6 @@ # base # DO NOT DELETE ANY PACKAGE IN base SECTION !!! -bk-plugin-framework==2.3.4 +bk-plugin-framework==2.3.5 # opentelemetry celery-prometheus-exporter==1.7.0 opentelemetry-api==1.25.0