Skip to content

release: rename v0.1.0 to v0.1.1 in CHANGELOG - #58

Merged
zircote merged 1 commit into
mainfrom
release/v0.1.1
Jul 13, 2026
Merged

release: rename v0.1.0 to v0.1.1 in CHANGELOG#58
zircote merged 1 commit into
mainfrom
release/v0.1.1

Conversation

@zircote

@zircote zircote commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

v0.1.0 can never be published on this repo: GitHub's Immutable Releases feature permanently blocks reusing a tag name once it's been published, even after both the tag and release are deleted (tag_name was used by an immutable release, confirmed via gh release create returning HTTP 422 for v0.1.0). This actually matches the org's own governance principle that a release's identity is immutable — GitHub is enforcing it at the platform level.

This renames the changelog's [0.1.0] section to [0.1.1] and documents the container-pipeline fix (#57, upstream attested-delivery/.github#32) as a Fixed entry, so the next tag (v0.1.1) ships a complete, fully-attested release including the container image.

Verification

  • just check passes clean (build+lint+test, via pre-push hook).
  • Diff is CHANGELOG.md only.

v0.1.0 can never be published on this repo: GitHub's Immutable
Releases feature permanently blocks reusing a tag name once it has
been published, even after deletion ("tag_name was used by an
immutable release"). The original v0.1.0 tag/release was deleted
after its container-image path failed mid-pipeline (docker-sign's
SBOM attestation 403, fixed at attested-delivery/.github#32 and
1c54125/60cd658 in this repo) — since it can't be reused, this
version becomes v0.1.1 instead, with a Fixed entry documenting why.
Copilot AI review requested due to automatic review settings July 13, 2026 11:57
@zircote
zircote merged commit a60c144 into main Jul 13, 2026
11 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s release history documentation to reflect that v0.1.0 cannot be republished due to GitHub Immutable Releases, and prepares the next publishable release as v0.1.1 with the relevant container/SBOM pipeline fix noted.

Changes:

  • Renamed the 0.1.0 changelog section to 0.1.1 for the 2026-07-13 release.
  • Added a “Fixed” entry documenting the upstream SBOM upload permissions fix impacting tagged container releases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants