release: v0.4.1 — public OSCAL export for api consumers#81
Merged
Conversation
Stamp v0.4.1. VERSION -> 0.4.1; CHANGELOG's Unreleased "Public OSCAL export on pkg/kensa" entry moves under the v0.4.1 heading and Unreleased resets. PATCH bump: the addition lives on pkg/kensa (public-but-not-frozen), the frozen api/ surface is untouched — same shape as v0.3.1 (LoadRules) and v0.3.2 (NewScanner). pkg/kensa now exposes ExportOSCALScan / WriteOSCALScan (api.ScanResult -> OSCAL 1.0.6 AR) and ExportOSCAL / WriteOSCAL (signed api.EvidenceEnvelope -> OSCAL 1.0.6 AR), thin wrappers over internal/evidence; this completes the public consumer chain LoadRules -> Scan -> Outcomes -> ExportOSCALScan for embedders (OpenWatch). Verification: go test ./... green; goreleaser check + snapshot build; Makefile build stamps `kensa 0.4.1`. The signed release pipeline triggers on the v0.4.1 tag (founder's step). 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.1
Stamps the public-OSCAL-export work (#80) as v0.4.1. The signed release pipeline triggers on the
v0.4.1tag (founder's step — not done here).Tracked changes
VERSION→0.4.1CHANGELOG.md— the## Unreleased"Public OSCAL export onpkg/kensa" entry moved under a## v0.4.1 — 2026-06-14heading; Unreleased resetWhy PATCH
The addition lives on
pkg/kensa(public-but-not-frozen); the frozenapi/surface is untouched — identical shape to v0.3.1 (LoadRules) and v0.3.2 (NewScanner).What v0.4.1 contains (#80)
pkg/kensanow exportsExportOSCALScan/WriteOSCALScan(api.ScanResult→ OSCAL 1.0.6 AR, unsigned) andExportOSCAL/WriteOSCAL(signedapi.EvidenceEnvelope→ OSCAL 1.0.6 AR) — thin wrappers overinternal/evidence(byte production + conformance gate unchanged). Completes the public consumer chainLoadRules → NewScanner → Scan → Outcomes → ExportOSCALScanfor embedders.Verification
go test ./...green · specter 118/118goreleaser check✓ · snapshot built all artifacts ✓kensa 0.4.1After merge — tagging (your step)
Triggers
.github/workflows/release.yml(GPG + cosign signing).🤖 Generated with Claude Code