chore: upgrade api7 and gateway to v3.10.2#303
Merged
Conversation
- api7 chart 3.10.0 -> 3.10.1, gateway chart 3.10.1 -> 3.10.2 (per-line counter), appVersion -> 3.10.2 - bump CP and gateway image tags to v3.10.2 - gateway chart: support per-port proxy_protocol / proxy_protocol_to_upstream on stream_proxy.tcp entries
|
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 (7)
📝 WalkthroughWalkthroughBumps the api7 Helm chart to version 3.10.1 (appVersion 3.10.2) and the gateway chart to version 3.10.2. Updates all component image tags to Changesv3.10.2 Release Bump + Gateway TCP Proxy Protocol Per-Port Support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
nic-6443
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release chart bump for API7 EE 3.10.2.
Version bumps
charts/api7: chartversion3.10.0 → 3.10.1,appVersion→ 3.10.2; image tags (integrated dashboard, dp-manager, file-server, developer-portal) →v3.10.2charts/gateway: chartversion3.10.1 → 3.10.2,appVersion→ 3.10.2; image tag →3.10.2Chart
versionfollows the per-line counter (decoupled from the app patch): the api7 and gateway charts advance independently on the 3.10 line.Structural sync
charts/gateway: support per-port PROXY protocol onstream_proxy.tcpentries — each entry can now setproxy_protocol(accept) andproxy_protocol_to_upstream(send), overriding the globalapisix.proxyProtocol.enableTcpPP*defaults. Mirrors the gateway 3.10.2 config-default change.READMEs regenerated with
make helm-docs.Summary by CodeRabbit
New Features
Updates
Documentation