-
Notifications
You must be signed in to change notification settings - Fork 676
choose different signature filename for KMS-signed release signatures #4448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Bob Callaway <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4448 +/- ##
==========================================
- Coverage 40.10% 34.27% -5.83%
==========================================
Files 155 218 +63
Lines 10044 15647 +5603
==========================================
+ Hits 4028 5363 +1335
- Misses 5530 9585 +4055
- Partials 486 699 +213 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
haydentherapper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also link to the format of the bundle, since if a user wants to verify without Cosign they’ll need to know how to interpret that bundle?
do you have a link? |
Signed-off-by: Bob Callaway <[email protected]>
⚠️ **CAUTION: this is a major update, indicating a breaking change!**⚠️ This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cosign](https://github.com/sigstore/cosign) | major | `2.6.1` -> `3.0.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>sigstore/cosign (cosign)</summary> ### [`v3.0.2`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v302) [Compare Source](sigstore/cosign@v3.0.1...v3.0.2) v3.0.2 is a functionally equivalent release to v3.0.0 and v3.0.1, with a fix for CI to publish signed releases in the new bundle format. - Note that the `--bundle` flag specifying an output file to write the Sigstore bundle (which contains all relevant verification material) has moved from optional to required in v3. #### Changes - choose different signature filename for KMS-signed release signatures ([#​4448](sigstore/cosign#4448)) - Update rekor-tiles version path ([#​4450](sigstore/cosign#4450)) ### [`v3.0.1`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v301) [Compare Source](sigstore/cosign@v2.6.1...v3.0.1) v3.0.1 is an equivalent release to v3.0.0, which was never published due to a failure in our CI workflows. - Note that the `--bundle` flag specifying an output file to write the Sigstore bundle (which contains all relevant verification material) has moved from optional to required in v3. #### Changes - update goreleaser config for v3.0.0 release ([#​4446](sigstore/cosign#4446)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Summary
Release Note
Documentation