docs: bump install version to 0.4.0 and align CI gate#88
Merged
Conversation
Documented install snippets still showed 0.1.0; bump README, getting-started, helm, and fips pages to match the current 0.4.0 release. Align the local CI gate command in CLAUDE.md with what .github/workflows/ci.yml actually runs (cargo fmt --all, --locked on clippy and test) so a passing local gate matches CI behavior. Drop dead reference in crates/ocync-distribution/CLAUDE.md to a spec under the gitignored docs/superpowers/specs/ tree (feature is implemented; per repo convention, implemented specs are deleted).
Add 4 pre-release-replacements entries so the helm install --version snippets in README, getting-started, helm pages and the ocync version example output in fips.md track the workspace version automatically. Updates RELEASING.md step 2 and the manual fallback to reflect the new replacement set, plus aligns the pre-flight gate command with what CI actually runs (consistent with the matching update to the root CLAUDE.md). The regex anchors with ^...$ and uses exactly = 1, so any future drift in these files (rename, format change, additional match) fails the release fast before producing a commit or tag, mirroring the helm-docs hook behavior.
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
Found via a full-repo accuracy sweep. Code is clean (`cargo fmt && clippy && test && deny check` all pass); these were the only doc/config drift items.
Test plan