release: cut v0.1.0-beta.1#316
Merged
Merged
Conversation
Date the 0.1.0-beta.1 section and open a fresh [Unreleased] above it, per docs/RELEASING.md step 4. pyproject.toml, uv.lock, and Chart.yaml appVersion are already at 0.1.0b1; this is the last prep before tagging the merge commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
IcebergAutoReview
Verdict: approve
The changelog-only release bookkeeping is correct, scoped, and consistent with the documented release procedure and existing version state. No blocking findings.
Findings
- No blocking findings.
Validation
- Inspected complete main...HEAD diff and commit ancestry.
- Verified pyproject.toml, uv.lock, and Helm appVersion all use 0.1.0b1.
- Verified changelog headings and links match the v0.1.0-beta.1 release procedure.
- Ran git diff --check; passed.
Residual risks / optional notes
- The actual tag-triggered publishing, signing, attestation, and GitHub Release creation occur only after merge and remain operational post-merge steps.
Automated review by Codex 8a560511a613 using IcebergAutoReview.
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.
Closes out the CHANGELOG for the v0.1.0-beta.1 release (docs/RELEASING.md step 4): dates the
0.1.0-beta.1section2026-07-21and opens a fresh[Unreleased]above it, plus updates the changelog link references.The rest of the version state is already aligned on
main:pyproject.tomlversion = "0.1.0b1"uv.lockown version0.1.0b1(souv lock --checkstays green)helm/iceberg-ebs/Chart.yamlappVersion: "0.1.0b1"Once this merges, the release is cut by tagging the merge commit in the SemVer spelling and pushing it:
which fires
.github/workflows/release.yml(verify tag ⇄ pyproject, build + push image, SBOM, SLSA provenance, cosign keyless sign, GitHub Release--prerelease).🤖 Generated with Claude Code