chore(deps): backport go-libs migrator index name fix to release/v2.1#174
Open
Dav-14 wants to merge 1 commit intorelease/v2.1from
Open
chore(deps): backport go-libs migrator index name fix to release/v2.1#174Dav-14 wants to merge 1 commit intorelease/v2.1from
Dav-14 wants to merge 1 commit intorelease/v2.1from
Conversation
Pulls in formancehq/go-libs#595 (backport to release/v2.2, tagged as v2.2.5) which fixes a hardcoded `idx_version_id` name collision between migrators sharing a schema. The bug crashes services with `SQLSTATE 42P10` at startup. Affected DBs self-heal on next deploy - no manual SQL required. Note: this branch was on go-libs v2.0.1-pre; bumps span several minor versions of go-libs and pull in transitive dep updates. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Dav-14
added a commit
to formancehq/helm
that referenced
this pull request
Apr 30, 2026
Bumps v3.0 stack orchestration v2.1.1 -> v2.1.2 (formancehq/flows#174, backport on freshly-created release/v2.1) and v3.2 stack transactionplane v0.2.1 -> v0.2.2 (formancehq/transaction-plane#85, backport on freshly- created release/v0.2). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
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.
Summary
Backport of the go-libs migrator index name fix to flows `release/v2.1`. Bumps `github.com/formancehq/go-libs/v2` from `v2.0.1-pre` to `v2.2.5`.
The `release/v2.1` branch was created from the `v2.1.1` tag specifically to host this backport — flows previously didn't have a v2.1 release branch (the tag was cut from main at the time). This unblocks the v3.0 stack in regions chart (orchestration v2.1.1).
Pulls in formancehq/go-libs#595 (backport of #594 to `release/v2.2`) which fixes a hardcoded `idx_version_id` name collision between migrators sharing a schema. The bug crashes services with `SQLSTATE 42P10` at startup. Affected DBs self-heal on next deploy — no manual SQL required.
Larger diff than other backports because this branch was on go-libs `v2.0.1-pre`, so the bump spans several minor versions plus transitive deps.
Companion to #171 (main, still open), #172 (release/v2.6), #173 (release/v2.4).
Test plan
🤖 Generated with Claude Code