You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downgrade cosign-installer from v4.0.0 to v3.10.1 to fix signing failure (#22)
The cosign-installer v4.0.0 installs cosign v3.x which has breaking changes
in the sign-blob command that are incompatible with our goreleaser
configuration. Cosign v3.x requires the --bundle flag with signing configs,
causing the release workflow to fail with:
"Error: must provide --bundle with --signing-config or --use-signing-config"
Evidence:
- Toolhive hit the same issue in v0.3.10 release (Oct 17, 2025)
- Fixed by reverting to cosign-installer v3.10.1 in commit 012d3b88
- v3.10.1 installs cosign v2.6.1 which works with existing config
This matches the version used by the main toolhive project.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments