We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceaf253 commit 5975d59Copy full SHA for 5975d59
2 files changed
sdks/apigw-manager/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "apigw-manager"
3
-version = "4.2.2"
+version = "4.2.3"
4
description = "The SDK for managing blueking gateway resource."
5
readme = "README.md"
6
authors = ["blueking <blueking@tencent.com>"]
sdks/apigw-manager/src/apigw_manager/drf/management/commands/data/definition.yaml
@@ -55,7 +55,9 @@ stages:
55
{% for plugin_config in settings.BK_APIGW_STAGE_PLUGIN_CONFIGS %}
56
- type: {{ plugin_config.type }}
57
yaml: |-
58
+{% autoescape off %}
59
{{ plugin_config.yaml }}
60
+{% endautoescape %}
61
{% endfor %}
62
{% endif %}
63
{% if settings.BK_APIGW_STAGE_ENABLE_MCP_SERVERS %}
0 commit comments