Skip to content

Update module github.com/sigstore/sigstore to v1.10.10 - #282

Merged
reyortiz3 merged 4 commits into
mainfrom
renovate/github.com-sigstore-sigstore-1.x
Sep 11, 2026
Merged

Update module github.com/sigstore/sigstore to v1.10.10#282
reyortiz3 merged 4 commits into
mainfrom
renovate/github.com-sigstore-sigstore-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/sigstore/sigstore v1.10.9v1.10.10 age confidence

Release Notes

sigstore/sigstore (github.com/sigstore/sigstore)

v1.10.10

Compare Source

What's Changed

  • Validate ed25519 public key length in verifier constructors by @​sueun-dev in #​2378
  • build(deps): Bump google.golang.org/api from 0.287.1 to 0.291.0 in /pkg/signature/kms/gcp by @​dependabot[bot] in #​2389
  • build(deps): Bump the gomod group across 3 directories with 4 updates by @​dependabot[bot] in #​2393
  • build(deps): Bump hashicorp/vault from 2.0.3 to 2.0.4 in /test/e2e in the all group by @​dependabot[bot] in #​2391
  • build(deps): Bump github.com/sigstore/sigstore from 1.10.8 to 1.10.9 in /test/fuzz in the tools group across 1 directory by @​dependabot[bot] in #​2392
  • build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.1 to 1.14.0 in /pkg/signature/kms/azure by @​dependabot[bot] in #​2388
  • build(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.54.0 to 1.55.6 in /pkg/signature/kms/aws by @​dependabot[bot] in #​2387
  • build(deps): Bump google.golang.org/api from 0.291.0 to 0.293.0 in /pkg/signature/kms/gcp by @​dependabot[bot] in #​2401
  • build(deps): Bump github.com/tink-crypto/tink-go/v2 from 2.7.0 to 2.8.0 by @​dependabot[bot] in #​2399
  • build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.11.0 to 0.11.1 in /test/fuzz in the tools group across 1 directory by @​dependabot[bot] in #​2397
  • build(deps): Bump the gomod group across 2 directories with 7 updates by @​dependabot[bot] in #​2398
  • build(deps): Bump google.golang.org/grpc from 1.83.0 to 1.83.1 in /pkg/signature/kms/gcp by @​dependabot[bot] in #​2411
  • Add retryable HTTP transport by @​crazy-max in #​2396
  • build(deps): Bump google.golang.org/api from 0.293.0 to 0.295.0 in /pkg/signature/kms/gcp by @​dependabot[bot] in #​2408
  • build(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.55.7 to 1.57.1 in /pkg/signature/kms/aws by @​dependabot[bot] in #​2404
  • build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.22.0 to 1.23.1 in /pkg/signature/kms/azure by @​dependabot[bot] in #​2407
  • build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.38 to 1.33.2 in /pkg/signature/kms/aws by @​dependabot[bot] in #​2406
  • Fix Azure KMS ECDSA signature verification (r||s ordering + padding) by @​hugolevino in #​2410
  • build(deps): Bump hashicorp/vault from 2.0.4 to 2.1.0 in /test/e2e in the all group by @​dependabot[bot] in #​2412
  • Bump go to 1.27 and fix linter and api issues by @​loosebazooka in #​2415
  • Support for ML-DSA keys by @​loosebazooka in #​2416
  • adjust mldsa error handling by @​loosebazooka in #​2417
  • build(deps): Bump the gomod group across 4 directories with 4 updates by @​dependabot[bot] in #​2413
  • build(deps): Bump github.com/google/go-containerregistry from 0.21.9 to 0.22.1 by @​dependabot[bot] in #​2403

New Contributors

Full Changelog: sigstore/sigstore@v1.10.9...v1.10.10


Configuration

📅 Schedule: (UTC)

  • 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

renovate Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.27 -> 1.27.0
github.com/go-jose/go-jose/v4 v4.1.4 -> v4.1.5

@renovate
renovate Bot force-pushed the renovate/github.com-sigstore-sigstore-1.x branch from fe6b913 to 0423be2 Compare September 11, 2026 07:27
@renovate
renovate Bot force-pushed the renovate/github.com-sigstore-sigstore-1.x branch from 0423be2 to cd8a7b9 Compare September 11, 2026 07:29
@renovate

renovate Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

reyortiz3 and others added 2 commits September 11, 2026 11:19
The sigstore/sigstore v1.10.10 bump raised go.mod's go directive to
1.27.0, but go.work still listed 1.27, causing go mod download (and
therefore lint, tests, and govulncheck) to fail in CI.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@reyortiz3
reyortiz3 enabled auto-merge (squash) September 11, 2026 15:53
@reyortiz3
reyortiz3 merged commit 23d40da into main Sep 11, 2026
6 checks passed
@reyortiz3
reyortiz3 deleted the renovate/github.com-sigstore-sigstore-1.x branch September 11, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants