Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions .github/releases/v0.5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@ Infra release: no CLI changes. The binaries themselves are the feature.

### Release pipeline

- **Darwin binaries are now Developer ID–signed and notarized by Apple.**
Both architectures are signed and notarized before archiving, so the
tarballs, checksums, and provenance attestations all cover the signed
Mach-O. Gatekeeper accepts the binary without any quarantine workaround —
the cask's `xattr -d com.apple.quarantine` hack is gone. (#130)
- **Release job egress is now blocked by default** with an explicit
endpoint allowlist (previously audit-only), limiting what a compromised
dependency or action could exfiltrate — the job holds signing keys now.
(#130)
- **Darwin binaries are now Developer ID–signed and notarized by Apple.** Both architectures are signed and notarized before archiving, so the tarballs, checksums, and provenance attestations all cover the signed Mach-O. Gatekeeper accepts the binary without any quarantine workaround — the cask's `xattr -d com.apple.quarantine` hack is gone. (#130)
- **Release job egress is now blocked by default** with an explicit endpoint allowlist (previously audit-only), limiting what a compromised dependency or action could exfiltrate — the job holds signing keys now. (#130)

One caveat: bare Mach-O binaries can't have the notarization ticket
stapled, so Gatekeeper does an online check on first run. Fine for normal
installs; only bites a fully-offline first run.
One caveat: bare Mach-O binaries can't have the notarization ticket stapled, so Gatekeeper does an online check on first run. Fine for normal installs; only bites a fully-offline first run.

### Requirements

macOS with Things3 installed. Binaries for Apple Silicon (`darwin_arm64`) and
Intel (`darwin_amd64`).
macOS with Things3 installed. Binaries for Apple Silicon (`darwin_arm64`) and Intel (`darwin_amd64`).
Loading