Skip to content

chore: align stack v3.2 versions#377

Merged
flemzord merged 1 commit into
mainfrom
chore/align-stack-v3.2-versions
May 29, 2026
Merged

chore: align stack v3.2 versions#377
flemzord merged 1 commit into
mainfrom
chore/align-stack-v3.2-versions

Conversation

@flemzord

Copy link
Copy Markdown
Member

Summary

  • align regions v3.2 payments version with stack (v3.3.0)
  • add stack MCP to regions v3.2 with latest stack-mcp release (v0.2.0)
  • bump regions chart to 3.10.2 and regenerate schema/docs

Validation

  • just helm-schema charts/regions
  • just helm-docs
  • just template-readme
  • just helm-template charts/regions

@flemzord flemzord requested a review from a team as a code owner May 28, 2026 16:06
@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@flemzord, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 48 minutes. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: aad661f2-e58e-4ce5-bb17-a27c0aed4bf0

📥 Commits

Reviewing files that changed from the base of the PR and between 5dd6dee and 9ea61e3.

⛔ Files ignored due to path filters (5)
  • charts/formance/Chart.lock is excluded by !**/*.lock, !**/*.lock
  • charts/formance/Chart.yaml is excluded by !**/*.yaml
  • charts/regions/Chart.yaml is excluded by !**/*.yaml
  • charts/regions/values.schema.json is excluded by !**/*.json
  • charts/regions/values.yaml is excluded by !**/*.yaml
📒 Files selected for processing (3)
  • README.md
  • charts/formance/README.md
  • charts/regions/README.md

Walkthrough

This PR updates Helm chart documentation across three README files to reflect the Regions chart version 3.10.2 release. Version badges are bumped from 3.10.1 to 3.10.2, and v3.2 default component versions are aligned: payments upgraded to v3.3.0 and mcp component added at v0.2.0.

Changes

Helm Chart v3.10.2 Release

Layer / File(s) Summary
Chart version badges and root README
README.md, charts/regions/README.md
Version badge updated from 3.10.1 to 3.10.2 in root README and Regions chart README.
v3.2 default component versions
charts/formance/README.md, charts/regions/README.md
Updated v3.2 defaults in both charts: payments bumped to v3.3.0, and new mcp entry added with v0.2.0; orchestration unchanged at v2.6.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • formancehq/helm#376: Both PRs update charts/regions/README.md for the Regions chart version bump and adjust versions.files."v3.2" default chart values.
  • formancehq/helm#369: Both PRs update the Regions Helm chart documentation—version badges and v3.2 defaults in charts/regions/README.md.
  • formancehq/helm#362: Both PRs update the charts/formance/README.md and charts/regions/README.md for the regions.versions.files."v3.2".payments default value.

Suggested labels

docs, release

Suggested reviewers

  • sylr
  • Dav-14
  • fguery

Poem

🐰 A version bump, so clean and bright,
From 3.10.1 to 3.10.2 in sight!
The mcp arrives, payments upgrade too,
Documentation gleams, fresh as morning dew. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: align stack v3.2 versions' directly and accurately summarizes the main change of aligning version numbers for the stack v3.2 components across the Helm charts.
Description check ✅ Passed The description is directly related to the changeset, providing specific details about version updates, new entries, and chart bumps, along with validation steps performed.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/align-stack-v3.2-versions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment thread charts/formance/README.md
Comment on lines 581 to 589
| regions.versions.files."v3.2".auth | string | `"v2.4.3"` | |
| regions.versions.files."v3.2".gateway | string | `"v2.2.0"` | |
| regions.versions.files."v3.2".ledger | string | `"v2.4.6"` | |
| regions.versions.files."v3.2".mcp | string | `"v0.2.0"` | |
| regions.versions.files."v3.2".orchestration | string | `"v2.6.0"` | |
| regions.versions.files."v3.2".payments | string | `"v3.2.1"` | |
| regions.versions.files."v3.2".payments | string | `"v3.3.0"` | |
| regions.versions.files."v3.2".reconciliation | string | `"v2.2.2"` | |
| regions.versions.files."v3.2".search | string | `"v2.1.0"` | |
| regions.versions.files."v3.2".stargate | string | `"v2.2.2"` | |

@Dav-14 Dav-14 May 28, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4th times today same review as reslene, sylvain.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing dep update on parent chart

@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown

Actionable comments posted: 0

Comment thread charts/regions/Chart.yaml
@flemzord flemzord force-pushed the chore/align-stack-v3.2-versions branch 2 times, most recently from 1b963ba to 69745ec Compare May 28, 2026 16:16
@flemzord flemzord force-pushed the chore/align-stack-v3.2-versions branch from 69745ec to 9ea61e3 Compare May 28, 2026 16:18
@flemzord flemzord requested a review from Dav-14 May 28, 2026 16:20
@flemzord flemzord merged commit bc05026 into main May 29, 2026
5 checks passed
@flemzord flemzord deleted the chore/align-stack-v3.2-versions branch May 29, 2026 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants