Skip to content

release: cut v0.1.0-beta.1#316

Merged
icebergai-review-bot[bot] merged 1 commit into
mainfrom
release/v0.1.0-beta.1
Jul 20, 2026
Merged

release: cut v0.1.0-beta.1#316
icebergai-review-bot[bot] merged 1 commit into
mainfrom
release/v0.1.0-beta.1

Conversation

@richardmhope

Copy link
Copy Markdown
Collaborator

Closes out the CHANGELOG for the v0.1.0-beta.1 release (docs/RELEASING.md step 4): dates the 0.1.0-beta.1 section 2026-07-21 and opens a fresh [Unreleased] above it, plus updates the changelog link references.

The rest of the version state is already aligned on main:

  • pyproject.toml version = "0.1.0b1"
  • uv.lock own version 0.1.0b1 (so uv lock --check stays green)
  • helm/iceberg-ebs/Chart.yaml appVersion: "0.1.0b1"

Once this merges, the release is cut by tagging the merge commit in the SemVer spelling and pushing it:

git tag -a v0.1.0-beta.1 -m "v0.1.0-beta.1" && git push origin v0.1.0-beta.1

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

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>

@icebergai-review-bot icebergai-review-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@icebergai-review-bot
icebergai-review-bot Bot merged commit a5bd300 into main Jul 20, 2026
11 checks passed
@icebergai-review-bot
icebergai-review-bot Bot deleted the release/v0.1.0-beta.1 branch July 20, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant