release: v0.3.2 prep (CHANGELOG, chart bump, doc version strings)#105
Merged
Conversation
Patch release covering two user-visible items since v0.3.1: the .sigstore filename rename for OSSF Scorecard recognition (#104) and the Helm chart's Full Lifecycle capability claim on Artifact Hub (#99). Pure dependency bumps (#100-#103) are omitted from the CHANGELOG per Keep a Changelog guidance (CHANGELOG is for humans; transitive bumps have no user-facing effect). Bumps install/cosign examples in README, charts/projection/README, docs/getting-started, and docs/security to v0.3.2 to match the tag being cut. docs/troubleshooting.md is intentionally untouched — its 'Pre-v0.3.1' reference is a historical marker, not an install pin.
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
Cuts v0.3.2 — a maintenance patch release covering two user-visible items since v0.3.1, plus transitive dependency updates.
Semver call
Patch. No
feat:since v0.3.1, nofix:touching runtime code, no breaking change. TwoChanged:entries (filename rename + Artifact Hub metadata), plus four purebuild(deps)bumps with no user-facing effect.What's in the CHANGELOG
*.tar.gz.sigstorereplaces*.tar.gz.cosign.bundleas the cosign sign-blob output filename, so OpenSSF Scorecard'sSigned-Releasescheck recognizes releases as signed. Bundle bytes are identical; verification syntax unchanged. v0.2.0/v0.3.0/v0.3.1 asset names were retroactively renamed via the Releases API so the score recovers without waiting for a 5-release sliding-window rollover. (fix(release): emit Sigstore bundle as .sigstore for OSSF Scorecard #104)Full Lifecycle(level 3 of 5) instead ofBasic Install. The reconciler already implements drift correction, finalizer cleanup, and stale-destination cleanup; the prior label understated what was shipping. (chore(chart): claim Full Lifecycle on Artifact Hub #99)The four
build(deps)PRs (#100–#103) are intentionally omitted fromCHANGELOG.md— Keep a Changelog is for humans, and transitive dependency bumps don't reach users.Files touched
CHANGELOG.md— new[0.3.2] - 2026-05-18section.charts/projection/Chart.yaml—versionandappVersion→0.3.2.README.md,charts/projection/README.md,docs/getting-started.md,docs/security.md.docs/troubleshooting.mdintentionally left alone — itsPre-v0.3.1mention is a historical marker for the rescinded CEL rule, not an install pin.Test plan
*.tar.gz.sigstoreand that next Scorecard scan recognizes them as signed.