chore: upgrade api7 and gateway to v3.9.12#285
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughBoth API7 and Gateway Helm charts are updated to application version 3.9.12 with incremented chart versions. Component image tags for dashboard, developer_portal, dp_manager, and file_server are synchronized to v3.9.12 across all configuration and documentation files. ChangesAPI7 Helm Chart Version Bump
Gateway Helm Chart Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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
This PR bumps the api7 and gateway Helm charts to deploy API7/Gateway v3.9.12, updating chart versions, app versions, and default image tags accordingly.
Changes:
- Bump
charts/gatewaychart version to0.2.65and appVersion/image tag to3.9.12. - Bump
charts/api7chart version to0.17.55and appVersion/image tags to3.9.12/v3.9.12. - Update READMEs to reflect the new default image tags and (for
api7) version/appVersion badges.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| charts/gateway/values.yaml | Updates default gateway image tag to 3.9.12. |
| charts/gateway/README.md | Updates documented default apisix.image.tag to 3.9.12. |
| charts/gateway/Chart.yaml | Bumps chart version and appVersion to 0.2.65 / 3.9.12. |
| charts/api7/values.yaml | Updates default component image tags to v3.9.12. |
| charts/api7/README.md | Updates badges and documented defaults to 0.17.55 / 3.9.12 and v3.9.12. |
| charts/api7/Chart.yaml | Bumps chart version and appVersion to 0.17.55 / 3.9.12. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| image: | ||
| repository: api7/api7-ee-dp-manager | ||
| pullPolicy: Always | ||
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: "v3.9.11" | ||
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: "v3.9.12" |
Version bump only — no structural changes.
Summary by CodeRabbit