chore(release): prep 0.8.0 - #142
Merged
Merged
Conversation
Stamp the accumulated [Unreleased] notes as [0.8.0] - 2026-09-25 with a fresh empty [Unreleased] above, and update the link refs (Unreleased -> compare v0.8.0...HEAD; add the [0.8.0] tag link). Release prep only — no code change, no tag pushed here. 0.8.0 (minor): additive command groups (mcp classifiers, access-reviews, findings, role-mining, entitlements proxy-bindings, service-principals, plus the access-profiles lifecycle) and fixes; no breaking changes to released behavior, so no upgrade note. Version is build-info-derived from the tag; go.mod stays at major-version 0. Co-Authored-By: Claude Opus 4.8 <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.
What
Release prep for 0.8.0. CHANGELOG-only: stamps the accumulated
[Unreleased]notes as## [0.8.0] - 2026-09-25, leaves a fresh empty[Unreleased], and updates the link refs ([Unreleased]→ comparev0.8.0...HEAD; adds the[0.8.0]tag ref). No code change; no tag pushed here.Why 0.8.0 (minor)
Additive command groups since 0.7.0 —
mcp classifiers,access-reviews,findings,role-mining,entitlements proxy-bindings,service-principals, and the fullaccess-profileslifecycle — plus fixes. No breaking changes to released behavior, so no "Upgrading" section. The version is build-info-derived from the tag (cmd/version.go→transport.Version);go.modstays at major-version 0.Verification
git diff --name-only origin/main...HEAD=CHANGELOG.mdonly; notes body byte-identical (header + link-ref insertion only).go build/vet/test/test -shufflegreen,gosec0,gitleaksclean,go mod tidyclean.After merge,
v0.8.0will be tagged on the merge commit to trigger the release workflow.🤖 Generated with Claude Code