From 74bc71b6dc5b56c6292ae4c387eab744418c2360 Mon Sep 17 00:00:00 2001 From: LiteSun Date: Mon, 11 May 2026 11:17:01 +0800 Subject: [PATCH 1/3] chore(gateway): bump openapi-to-mcp image tag to 1.0.2 Update the OpenAPI-to-MCP sidecar image tag from 1.0.1 to 1.0.2. Release: https://github.com/api7/OpenAPI2MCP/releases/tag/v1.0.2 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- charts/gateway/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 983ccf1..3675694 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -689,7 +689,7 @@ openapiToMcp: # -- OpenAPI-to-MCP image repository repository: api7/openapi-to-mcp # -- OpenAPI-to-MCP image tag - tag: 1.0.1 + tag: 1.0.2 # -- OpenAPI-to-MCP image pull policy pullPolicy: IfNotPresent # -- Port that the sidecar listens on. Must match the `port` configured under From a21e1de6ec8aed29ba30c6e2287c1e1ec380066b Mon Sep 17 00:00:00 2001 From: LiteSun Date: Mon, 11 May 2026 11:25:11 +0800 Subject: [PATCH 2/3] docs(gateway): regenerate README.md with helm-docs Update the auto-generated README to reflect openapiToMcp.image.tag 1.0.2. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- charts/gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 7df2f59..5d3e958 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -234,7 +234,7 @@ The command removes all the Kubernetes components associated with the chart and | openapiToMcp.enabled | bool | `false` | Enable or disable the OpenAPI-to-MCP sidecar. Required when using the `openapi-to-mcp` or `mcp-tools-acl` plugins. The container runs alongside the gateway in the same pod and is reached on 127.0.0.1. | | openapiToMcp.image.pullPolicy | string | `"IfNotPresent"` | OpenAPI-to-MCP image pull policy | | openapiToMcp.image.repository | string | `"api7/openapi-to-mcp"` | OpenAPI-to-MCP image repository | -| openapiToMcp.image.tag | string | `"1.0.1"` | OpenAPI-to-MCP image tag | +| openapiToMcp.image.tag | string | `"1.0.2"` | OpenAPI-to-MCP image tag | | openapiToMcp.port | int | `3000` | Port that the sidecar listens on. Must match the `port` configured under `plugin_attr.openapi-to-mcp` in the gateway config (defaults to 3000). | | openapiToMcp.resources | object | `{}` | Resources for the OpenAPI-to-MCP sidecar container. | | pluginAttrs | object | `{}` | Set APISIX plugin attributes, see [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L376) for more details | From 03a725e1255a7d58c875be73ce27bd0bc5e3cd52 Mon Sep 17 00:00:00 2001 From: LiteSun Date: Mon, 11 May 2026 11:42:30 +0800 Subject: [PATCH 3/3] chore(gateway): bump chart version to 0.2.66 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- charts/gateway/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index bda9733..5285197 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.65 +version: 0.2.66 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to