docs(charts): add br-spi version-matrix section to README#1610
Merged
Conversation
The release pipeline's prepareCmd (update-chart-version-readme --chart br-spi) requires a '### ...br spi...' section with a Chart Version matrix table in the root README.md. It was missing, so the br-spi release job failed on BOTH channels (#1607 main, #1608 develop) with 'Could not find section for chart br-spi' — the chart never published to OCI. Adds the section so future br-spi releases succeed. Verified locally: the prepareCmd binary now finds the section and updates the Chart Version cell (exit 0). README-only, so this merge itself triggers no release (paths-ignore); the first publish rides the next charts/br-spi change. Claude-Session: https://claude.ai/code/session_012fNphWnucMKd84KskVFgvz Signed-off-by: Fred Amaral <fred@fredamaral.com.br>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a new "BR SPI Helm Chart" documentation section to README.md, including a brief description of the Brazilian SFN SPI/Pix rail and an Application Version Mapping table pairing chart version 0.1.0-beta.1 with app version 0.1.0. ChangesREADME Documentation Update
✨ Finishing Touches✨ Simplify code
Comment |
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.
Problem
The br-spi-helm release job failed on both channels (#1607 main, #1608 develop) with:
The release
prepareCmd(update-chart-version-readme --chart br-spi) requires a### ...br spi...section with aChart Versionmatrix table in the root README.md. It was missing → the chart never published to OCI.Fix
Add the section, matching the sibling format (e.g. Plugin BR Pix Switch).
Verification
Built and ran the actual pipeline binary locally against this change:
README-only ⇒ this merge triggers no release (
paths-ignore); the first OCI publish rides the nextcharts/br-spichange.https://claude.ai/code/session_012fNphWnucMKd84KskVFgvz