docs(stellar): add PM-002 reproducible build postmortem and operation…#138
Open
odarome132 wants to merge 1 commit into
Open
Conversation
|
@odarome132 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Closes #114
Summary
This PR formally documents the recent reproducible-build verification CI failure (PM-002) in POSTMORTEMS.md, and creates a dedicated "Operations" section
in the Stellar README to link these reports.
What Changed:
• Appended PM-002: Reproducible Build Workflow Rot to stellar/POSTMORTEMS.md.
• Filled out the postmortem with the timeline, root cause (MSRV creep + base image digest rotation), contributing factors, the fixes, and
prevention/next-time strategies.
• Added an ## Operations section to stellar/README.md that links to the postmortems. Nested the existing Storage Entry Recovery Tooling under this new
section for better organization.
Discrepancy Notes:
• Issue claimed POSTMORTEMS.md exists as a shell: The file actually already had rich, complete entries (PM-001). I appended this as PM-002 following the
established format rather than overwriting it.
• Issue claimed stellar/README.md had an operations section: This section did not exist yet, so I created it to house the postmortem link and grouped
existing tooling under it.
Acceptance Criteria:
[✓] Entry follows the template in POSTMORTEMS.md
[✓] Linked from stellar/README.md operations section
[✓] Template filled with timeline, root cause, contributing factors, fix, prevention
[✓] Specific commits referenced (35bf3fc, a319969, 9abf33a, b621b46)
[✓] Added a "next-time" section
Security Note:
Pure documentation update; no logic changes or secrets exposed.