chore(deps): update dependency sigstore/cosign to v3 #127

Open
CSRBot wants to merge 1 commits from renovate/sigstore-cosign-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
sigstore/cosign major v2.6.2 -> v3.0.4

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

sigstore/cosign (sigstore/cosign)

v3.0.4

Compare Source

v3.0.4 resolves https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m.

Changes

  • Fix bundle verify path for old bundle/trusted root (GHSA-whqx-f9j3-ch6m) (#​4623)
  • Optimize cosign tree performance by caching digest resolution (#​4612)
  • Don't require a trusted root to verify offline with a key (#​4613)
  • Support default services for trusted-root and signing-config creation (#​4592)

v3.0.3

Compare Source

Thank you for all of your feedback on Cosign v3! v3.0.3 fixes a number of bugs reported by
the community along with adding compatibility for the new bundle format and attestation
storage in OCI to additional commands. We're continuing to work on compatibility with
the remaining commands and will have a new release shortly. If you run into any problems,
please file an issue

Changes

  • 4554: Closes 4554 - Add warning when --output* is used (#​4556)
  • Protobuf bundle support for subcommand clean (#​4539)
  • Add staging flag to initialize with staging TUF metadata
  • Updating sign-blob to also support signing with a certificate (#​4547)
  • Protobuf bundle support for subcommands save and load (#​4538)
  • Fix cert attachment for new bundle with signing config
  • Fix OCI verification with local cert - old bundle
  • Deprecate tlog-upload flag (#​4458)
  • fix: Use signal context for sign cli package.
  • update offline verification directions (#​4526)
  • Fix signing/verifying annotations for new bundle
  • Add support to download and attach for protobuf bundles (#​4477)
  • Add --signing-algorithm flag (#​3497)
  • Refactor signcommon bundle helpers
  • Add --bundle and fix --upload for new bundle
  • Pass insecure registry flags through to referrers
  • Add protobuf bundle support for tree subcommand (#​4491)
  • Remove stale embed import (#​4492)
  • Support multiple container identities
  • Fix segfault when no attestations are found (#​4472)
  • Use overridden repository for new bundle format (#​4473)
  • Remove --out flag from cosign initialize (#​4462)
  • Deprecate offline flag (#​4457)
  • Deduplicate code in sign/attest* and verify* commands (#​4449)
  • Cache signing config when calling initialize (#​4456)

v3.0.2

Compare Source

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)
  • Update rekor-tiles version path (#​4450)

v3.0.1

Compare Source

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)

v3.0.0

Compare Source

Announcing the next major release of Cosign!

Cosign v3 is a minor change from Cosign v2.6.x, with all of the new capabilities of recent
releases on by default, but will still allow you to disable them if you need the older functionality.
These new features include support for the standardized bundle format (--new-bundle-fomat), providing roots
of trust for verification and service URLs for signing via one file (--trusted-root, --signing-config),
and container signatures stored as an OCI Image 1.1 referring artifact.

Learn more on our v3 announcement blog post! See
the changelogs for v2.6.0, v2.5.0, and v2.4.0 for more information on recent
changes.

If you have any feedback, please reach out on Slack or file an issue on GitHub.

Changes

  • Default to using the new protobuf format (#​4318)
  • Fetch service URLs from the TUF PGI signing config by default (#​4428)
  • Bump module version to v3 for Cosign v3.0 (#​4427)

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 PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sigstore/cosign](https://github.com/sigstore/cosign) | major | `v2.6.2` -> `v3.0.4` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>sigstore/cosign (sigstore/cosign)</summary> ### [`v3.0.4`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v304) [Compare Source](https://github.com/sigstore/cosign/compare/v3.0.3...v3.0.4) v3.0.4 resolves <https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m>. #### Changes - Fix bundle verify path for old bundle/trusted root (GHSA-whqx-f9j3-ch6m) ([#&#8203;4623](https://github.com/sigstore/cosign/issues/4623)) - Optimize cosign tree performance by caching digest resolution ([#&#8203;4612](https://github.com/sigstore/cosign/issues/4612)) - Don't require a trusted root to verify offline with a key ([#&#8203;4613](https://github.com/sigstore/cosign/issues/4613)) - Support default services for trusted-root and signing-config creation ([#&#8203;4592](https://github.com/sigstore/cosign/issues/4592)) ### [`v3.0.3`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v303) [Compare Source](https://github.com/sigstore/cosign/compare/v3.0.2...v3.0.3) Thank you for all of your feedback on Cosign v3! v3.0.3 fixes a number of bugs reported by the community along with adding compatibility for the new bundle format and attestation storage in OCI to additional commands. We're continuing to work on compatibility with the remaining commands and will have a new release shortly. If you run into any problems, please [file an issue](https://github.com/sigstore/cosign/issues) #### Changes - 4554: Closes 4554 - Add warning when --output\* is used ([#&#8203;4556](https://github.com/sigstore/cosign/issues/4556)) - Protobuf bundle support for subcommand `clean` ([#&#8203;4539](https://github.com/sigstore/cosign/issues/4539)) - Add staging flag to initialize with staging TUF metadata - Updating sign-blob to also support signing with a certificate ([#&#8203;4547](https://github.com/sigstore/cosign/issues/4547)) - Protobuf bundle support for subcommands `save` and `load` ([#&#8203;4538](https://github.com/sigstore/cosign/issues/4538)) - Fix cert attachment for new bundle with signing config - Fix OCI verification with local cert - old bundle - Deprecate tlog-upload flag ([#&#8203;4458](https://github.com/sigstore/cosign/issues/4458)) - fix: Use signal context for `sign` cli package. - update offline verification directions ([#&#8203;4526](https://github.com/sigstore/cosign/issues/4526)) - Fix signing/verifying annotations for new bundle - Add support to download and attach for protobuf bundles ([#&#8203;4477](https://github.com/sigstore/cosign/issues/4477)) - Add --signing-algorithm flag ([#&#8203;3497](https://github.com/sigstore/cosign/issues/3497)) - Refactor signcommon bundle helpers - Add --bundle and fix --upload for new bundle - Pass insecure registry flags through to referrers - Add protobuf bundle support for tree subcommand ([#&#8203;4491](https://github.com/sigstore/cosign/issues/4491)) - Remove stale embed import ([#&#8203;4492](https://github.com/sigstore/cosign/issues/4492)) - Support multiple container identities - Fix segfault when no attestations are found ([#&#8203;4472](https://github.com/sigstore/cosign/issues/4472)) - Use overridden repository for new bundle format ([#&#8203;4473](https://github.com/sigstore/cosign/issues/4473)) - Remove --out flag from `cosign initialize` ([#&#8203;4462](https://github.com/sigstore/cosign/issues/4462)) - Deprecate offline flag ([#&#8203;4457](https://github.com/sigstore/cosign/issues/4457)) - Deduplicate code in sign/attest\* and verify\* commands ([#&#8203;4449](https://github.com/sigstore/cosign/issues/4449)) - Cache signing config when calling initialize ([#&#8203;4456](https://github.com/sigstore/cosign/issues/4456)) ### [`v3.0.2`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://github.com/sigstore/cosign/compare/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 ([#&#8203;4448](https://github.com/sigstore/cosign/issues/4448)) - Update rekor-tiles version path ([#&#8203;4450](https://github.com/sigstore/cosign/issues/4450)) ### [`v3.0.1`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v301) [Compare Source](https://github.com/sigstore/cosign/compare/v3.0.0...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 ([#&#8203;4446](https://github.com/sigstore/cosign/issues/4446)) ### [`v3.0.0`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v300) [Compare Source](https://github.com/sigstore/cosign/compare/v2.6.2...v3.0.0) Announcing the next major release of Cosign! Cosign v3 is a minor change from Cosign v2.6.x, with all of the new capabilities of recent releases **on by default**, but will still allow you to disable them if you need the older functionality. These new features include support for the standardized bundle format (`--new-bundle-fomat`), providing roots of trust for verification and service URLs for signing via one file (`--trusted-root`, `--signing-config`), and container signatures stored as an OCI Image 1.1 referring artifact. Learn more on our [v3 announcement blog post](https://blog.sigstore.dev/cosign-3-0-available/)! See the changelogs for [v2.6.0](#v260), [v2.5.0](#v250), and [v2.4.0](#v240) for more information on recent changes. If you have any feedback, please reach out on Slack or file an issue on GitHub. #### Changes - Default to using the new protobuf format ([#&#8203;4318](https://github.com/sigstore/cosign/issues/4318)) - Fetch service URLs from the TUF PGI signing config by default ([#&#8203;4428](https://github.com/sigstore/cosign/issues/4428)) - Bump module version to v3 for Cosign v3.0 ([#&#8203;4427](https://github.com/sigstore/cosign/issues/4427)) </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 PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
CSRBot added 1 commit 2026-02-07 23:36:31 +01:00
chore(deps): update dependency sigstore/cosign to v3
All checks were successful
Helm / helm-lint (push) Successful in 8s
Helm / helm-unittest (push) Successful in 9s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 7s
7b184c8389
CSRBot requested review from volker.raschek 2026-02-07 23:36:31 +01:00
CSRBot force-pushed renovate/sigstore-cosign-3.x from 7b184c8389 to fe3ee092fa 2026-02-08 00:11:17 +01:00 Compare
All checks were successful
Generate README / generate-parameters (push) Successful in 11s
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 8s
Helm / helm-lint (pull_request) Successful in 9s
Required
Details
Helm / helm-unittest (pull_request) Successful in 7s
Required
Details
Markdown linter / markdown-lint (push) Successful in 10s
Markdown linter / markdown-link-checker (push) Successful in 31s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sigstore-cosign-3.x:renovate/sigstore-cosign-3.x
git checkout renovate/sigstore-cosign-3.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/prometheus-postgres-exporter#127