release: v0.4.2 — per-rule OSCAL export + unmapped-rule conformance fix#84
Merged
Conversation
Stamp v0.4.2. VERSION -> 0.4.2; CHANGELOG's Unreleased entry (per-rule OSCAL export + the unmapped-rule include-all fix, PR #83) moves under the v0.4.2 heading and Unreleased resets. PATCH bump: the addition lives on pkg/kensa (ExportOSCALOutcome / WriteOSCALOutcome) and the conformance fix is in internal/evidence; the frozen api/ surface is untouched. Verification: go test ./... green; goreleaser check + snapshot build; Makefile build stamps `kensa 0.4.2`. The signed release pipeline triggers on the v0.4.2 tag. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Release cut for v0.4.2
Stamps the per-rule OSCAL work (#83) as v0.4.2. The signed release pipeline triggers on the
v0.4.2tag.Tracked changes
VERSION→0.4.2CHANGELOG.md— the## Unreleasedentry (per-rule OSCAL export + unmapped-ruleinclude-allfix) moved under## v0.4.2 — 2026-06-14; Unreleased resetWhy PATCH
The addition lives on
pkg/kensa(ExportOSCALOutcome/WriteOSCALOutcome) and the conformance fix is ininternal/evidence; the frozenapi/surface is untouched.What v0.4.2 contains (#83)
Per-rule OSCAL export (
ExportOSCALOutcome/WriteOSCALOutcome— a singleRuleOutcome→ valid one-finding OSCAL AR with host context) and the fix for an unmapped rule producing invalid OSCAL (emptyinclude-controls→include-allfallback on scan + remediation paths). Answers the OpenWatch per-rule-expansion question.Verification
go test ./...green · specter 118/118goreleaser check✓ · snapshot built · Makefile build stampskensa 0.4.2After merge — tag (authorized)
The
v0.4.2tag will be pushed once this merges andmainis verified at VERSION 0.4.2.🤖 Generated with Claude Code