Skip to content

fix(deps): update module github.com/sigstore/cosign/v2 to v3#305

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-sigstore-cosign-v2-3.x
Open

fix(deps): update module github.com/sigstore/cosign/v2 to v3#305
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-sigstore-cosign-v2-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/sigstore/cosign/v2 v2.6.2v3.0.5 age confidence

Release Notes

sigstore/cosign (github.com/sigstore/cosign/v2)

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.4 resolves 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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 7, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 46 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.6 -> 1.25.0
github.com/sirupsen/logrus v1.9.3 -> v1.9.4-0.20230606125235-dd1b4c2e81af
github.com/containerd/stargz-snapshotter/estargz v0.16.3 -> v0.18.1
github.com/coreos/go-oidc/v3 v3.14.1 -> v3.17.0
github.com/docker/cli v28.2.2+incompatible -> v29.0.3+incompatible
github.com/docker/docker-credential-helpers v0.9.3 -> v0.9.4
github.com/go-jose/go-jose/v4 v4.1.2 -> v4.1.3
github.com/go-openapi/analysis v0.23.0 -> v0.24.1
github.com/go-openapi/errors v0.22.2 -> v0.22.4
github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.1
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.3
github.com/go-openapi/loads v0.22.0 -> v0.23.2
github.com/go-openapi/runtime v0.28.0 -> v0.29.2
github.com/go-openapi/spec v0.21.0 -> v0.22.1
github.com/go-openapi/strfmt v0.23.0 -> v0.25.0
github.com/go-openapi/swag v0.24.1 -> v0.25.4
github.com/go-openapi/swag/cmdutils v0.24.0 -> v0.25.4
github.com/go-openapi/swag/conv v0.24.0 -> v0.25.4
github.com/go-openapi/swag/fileutils v0.24.0 -> v0.25.4
github.com/go-openapi/swag/jsonname v0.24.0 -> v0.25.4
github.com/go-openapi/swag/jsonutils v0.24.0 -> v0.25.4
github.com/go-openapi/swag/loading v0.24.0 -> v0.25.4
github.com/go-openapi/swag/mangling v0.24.0 -> v0.25.4
github.com/go-openapi/swag/netutils v0.24.0 -> v0.25.4
github.com/go-openapi/swag/stringutils v0.24.0 -> v0.25.4
github.com/go-openapi/swag/typeutils v0.24.0 -> v0.25.4
github.com/go-openapi/swag/yamlutils v0.24.0 -> v0.25.4
github.com/go-openapi/validate v0.24.0 -> v0.25.1
github.com/klauspost/compress v1.18.0 -> v1.18.1
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec -> v0.20251110.0
github.com/sigstore/rekor v1.4.2 -> v1.4.3
github.com/sigstore/sigstore v1.9.6-0.20250729224751-181c5d3339b3 -> v1.10.0
github.com/sigstore/sigstore-go v1.1.3 -> v1.1.4-0.20251201121426-2cdedea80894
github.com/spf13/cast v1.7.1 -> v1.10.0
github.com/spf13/cobra v1.10.1 -> v1.10.2
github.com/theupdateframework/go-tuf/v2 v2.2.0 -> v2.3.0
github.com/transparency-dev/formats v0.0.0-20250421220931-bb8ad4d07c26 -> v0.0.0-20251017110053-404c0d5b696c
github.com/vbatts/tar-split v0.12.1 -> v0.12.2
gitlab.com/gitlab-org/api/client-go v0.143.3 -> v0.160.0
go.mongodb.org/mongo-driver v1.14.0 -> v1.17.6
go.uber.org/zap v1.27.0 -> v1.27.1
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/time v0.12.0 -> v0.14.0
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c -> v0.0.0-20251022142026-3a174f9686a8
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c -> v0.0.0-20251103181224-f26f9409b101
k8s.io/api v0.34.1 -> v0.34.2
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20250820121507-0af2bda4dd1d

@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch 5 times, most recently from aab05b1 to d7ff8e6 Compare October 14, 2025 01:16
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch 2 times, most recently from c908c04 to f986fdb Compare November 12, 2025 04:50
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch 2 times, most recently from e3f4508 to 0541df6 Compare December 10, 2025 02:06
@renovate
Copy link
Contributor Author

renovate bot commented Dec 14, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 28 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.25.5
github.com/Masterminds/semver/v3 v3.3.0 -> v3.4.0
github.com/docker/docker-credential-helpers v0.9.3 -> v0.9.4
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0
github.com/go-chi/chi/v5 v5.2.3 -> v5.2.4
github.com/go-openapi/errors v0.22.4 -> v0.22.6
github.com/go-openapi/jsonpointer v0.22.1 -> v0.22.4
github.com/go-openapi/jsonreference v0.21.3 -> v0.21.4
github.com/go-openapi/spec v0.22.1 -> v0.22.3
github.com/google/go-querystring v1.1.0 -> v1.2.0
github.com/klauspost/compress v1.18.1 -> v1.18.2
github.com/miekg/pkcs11 v1.1.1 -> v1.1.2
github.com/secure-systems-lab/go-securesystemslib v0.9.1 -> v0.10.0
github.com/sigstore/rekor v1.4.3 -> v1.5.0
github.com/sigstore/rekor-tiles/v2 v2.0.1 -> v2.2.0
github.com/sigstore/sigstore v1.10.3 -> v1.10.4
github.com/theupdateframework/go-tuf/v2 v2.3.0 -> v2.4.1
gitlab.com/gitlab-org/api/client-go v0.143.3 -> v1.25.0
go.opentelemetry.io/otel v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.39.0
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 -> v0.0.0-20260128011058-8636f8732409
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/api v0.34.1 -> v0.35.1
k8s.io/apimachinery v0.34.1 -> v0.35.1
k8s.io/client-go v0.34.1 -> v0.35.1
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch 3 times, most recently from 749ab7d to db50078 Compare December 15, 2025 18:07
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch 4 times, most recently from 5179238 to 5b30a19 Compare January 15, 2026 14:37
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch from 5b30a19 to 8129c26 Compare January 18, 2026 06:41
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch from 8129c26 to 2f5fc67 Compare February 2, 2026 17:13
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch 2 times, most recently from ffa76d2 to 6ef3c6b Compare February 12, 2026 18:06
@renovate renovate bot force-pushed the renovate/github.com-sigstore-cosign-v2-3.x branch from 6ef3c6b to 0c21a60 Compare February 19, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments