chore(gateway): bump openapi-to-mcp image to 1.0.1#281
Conversation
Picks up the distroless nodejs20 base image (api7/OpenAPI2MCP#42).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdates the gateway Helm chart version to 0.2.62 and bumps the OpenAPI-to-MCP sidecar container image tag from 1.0.0 to 1.0.1 across chart configuration and documentation files. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Bumps the Helm chart’s OpenAPI-to-MCP sidecar image tag to pick up the upstream api7/openapi-to-mcp v1.0.1 release (distroless nodejs20 runtime), and increments the chart version accordingly.
Changes:
- Update
openapiToMcp.image.tagfrom1.0.0to1.0.1 - Bump Helm chart version from
0.2.61to0.2.62 - Regenerate Helm values documentation in
README.mdto reflect the new default
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| charts/gateway/values.yaml | Updates the default OpenAPI-to-MCP sidecar image tag to 1.0.1. |
| charts/gateway/README.md | Updates the rendered values table so openapiToMcp.image.tag shows 1.0.1. |
| charts/gateway/Chart.yaml | Increments chart version to 0.2.62 to reflect the values/doc change. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Picks up the distroless nodejs20 runtime (api7/OpenAPI2MCP#42, released as v1.0.1).
Test
Upgraded the local kind cluster to api7 v3.9.10, enabled the gateway sidecar with
openapiToMcp.image.tag=1.0.1, created a route withopenapi-to-mcpplugin (transport: streamable_http, petstore spec) and verifiedtools/listreturns the expected 19 tools.Changes
charts/gateway/values.yaml:openapiToMcp.image.tag1.0.0 → 1.0.1charts/gateway/Chart.yaml: bump chart version 0.2.61 → 0.2.62charts/gateway/README.md: regenerated by helm-docsSummary by CodeRabbit