Add 0.7.2 changelog entry (macOS signing fix)#1325
Merged
Conversation
0.7.2 is the patch release that ships the notarization fix and the release guard from #1324, so macOS binaries are Developer ID signed and notarized again after 0.7.0 regressed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Entire-Checkpoint: 017b0c50d7a5
Contributor
There was a problem hiding this comment.
Pull request overview
Adds release notes for the upcoming v0.7.2 patch release so the release workflow can extract changelog text, documenting the macOS signing/notarization fix and the new fail-closed release guard (from #1324).
Changes:
- Added a
0.7.2changelog section describing restored macOS Developer ID signing + notarization. - Noted release-workflow hardening to prevent silently shipping unsigned/unnotarized macOS binaries again.
dipree
approved these changes
Jun 2, 2026
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.
https://entire.io/gh/entireio/cli/trails/479
Patch release shipping the macOS notarization fix + release guard from #1324.
0.7.0 shipped ad-hoc-signed macOS binaries that Gatekeeper kills on launch (the notarize pipe silently skipped after the build ids changed). #1324 fixed the config and added a fail-closed guard; this entry lets the Release workflow extract notes for the 0.7.2 tag.
Once merged, tag
v0.7.2onmainto publish.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change to CHANGELOG.md with no runtime or CI logic modified in this diff.
Overview
Adds a 0.7.2 section to
CHANGELOG.mdso release automation can publish patch notes for the upcoming tag.Fixed documents that macOS artifacts are Developer ID signed and notarized again after 0.7.0 shipped ad-hoc binaries (notarization filter mismatch when
git-remote-entirechanged build ids), which broke Gatekeeper and showed up as Homebrew completion errors and processes killed on launch (#1324).Housekeeping notes the release workflow now fails if any macOS binary is not properly signed, preventing another silent bad release (#1324).
Reviewed by Cursor Bugbot for commit 6b21894. Configure here.