chore(release): cut v0.2.0-rc.12 (version + CHANGELOG)#627
Merged
Conversation
Bumps packaging/version.env to 0.2.0-rc.12 (Eyrie) and adds the CHANGELOG entry covering the 17 PRs since rc.11 (#610-#626): - Activity & audit readability initiative (#615-#624): human-readable titles across all five feed legs, host-scoped Activity + Audit tabs, readable Settings audit rows, CSV/JSON audit export (AU-7), 'The system' attribution. - Host Management fixes (#611, #613): card scan link + working Group/Filters + server-persisted view preference; hostname/IP on scan-detail header. - Pre-release security hardening (#625, #626): CSV formula-injection + silent-truncation guards, keyset-cursor data-loss fix, bounded audit detail. Also drops the now-fixed cursor-pagination data-loss row from BACKLOG.md (resolved by #626). Release tests (changelog/version/package) green. The git tag push that triggers the signed release pipeline remains the operator's step.
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.
Prep PR for the rc.12 release candidate — version bump + CHANGELOG only. The git tag push that triggers the signed release pipeline remains your operator step; this PR just lands the metadata on
mainso the tag has something to point at.What changed
packaging/version.env:0.2.0-rc.11→0.2.0-rc.12(Eyrie). version.env is the single source of truth — no other file hardcodes the version.CHANGELOG.md: new[0.2.0-rc.12]section covering the 17 PRs since rc.11 (docs: post-rc.11 sweep (remediation shipped, kensa v0.5.2, specs 110) #610–fix(activity,audit): keyset cursor (no boundary-tie data loss) + bound audit detail fields [review follow-ups] #626).BACKLOG.md: removed the cursor-pagination data-loss row (resolved by fix(activity,audit): keyset cursor (no boundary-tie data loss) + bound audit detail fields [review follow-ups] #626).rc.12 in one line
The fleet activity stream and audit trail are now readable end to end, host detail gains live Activity + Audit tabs, the audit trail is exportable (AU-7), Host Management's scan link / Group / Filters work, and a pre-release security pass hardened the export and fixed a cursor data-loss bug.
Grouping of the 17 PRs
Validation
go test ./packaging/tests/ -run 'Changelog|Version|Package'→ green (the changelog gate validates the top entry matches version.env).Not in scope
v0.2.0-rc.12when ready, which triggersrelease.yml(signed RPM/DEB amd64+arm64, SBOMs, pre-release) + package-smoke.