chore(release): v0.72.0 - #1712
Conversation
Delegated-token minting (containarium-cloud#1427), the sentinel tunnel bind-failure fix (#1710), and the release gate that now checks both of the files this commit touches. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R1554BHQdJmSXTuG1UhS3i
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 8 included reviews per hour; 5 remain after this review. 📝 WalkthroughWalkthroughThe release metadata now identifies version 0.72.0. The changelog records delegated token minting, Sentinel fixes, and release validation requirements. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This release metadata update identifies version 0.72.0 and documents its release contents. The version and changelog are aligned, with no remaining merge-readiness risk. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Release prep for v0.72.0. Three commits since v0.71.0.
Contents
Added — delegated-token minting:
POST /v1/tokens/delegate,containarium token delegate, and a newtokens:delegatescope (#1708, for containarium-cloud#1427). Lets a fronting service trade its own credential for one that acts for an end user, so audit rows name the person and scope checks bind against something real.Fixed — the sentinel logged a bind failure on every tunnel connect and reconnect (#1710, #1711). The per-spot loopback listener on the ConnMux HTTPS port was dead-on-arrival for every backend, not just the promoted primaries the old exemption covered.
Internal — the release gate from #1705, which this very release is the first to be checked by.
Gate check
Ran the workflow's own logic locally before tagging:
Both files it checks are updated here:
CHANGELOG.mdgains a## [0.72.0]section, andpkg/version/version.gomoves 0.71.0 → 0.72.0. That constant had been stale for three consecutive releases before the gate existed.Test plan
go build ./...and the auth/server suites greenTag goes on this commit once merged.
🤖 Generated with Claude Code
https://claude.ai/code/session_01R1554BHQdJmSXTuG1UhS3i
Summary by CodeRabbit
New Features
containarium token delegatecommand.Bug Fixes
Documentation
Release