Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the sigstore group with 3 updates: github.com/sigstore/protobuf-specs, github.com/sigstore/scaffolding and github.com/sigstore/sigstore-go.

Updates github.com/sigstore/protobuf-specs from 0.4.1 to 0.4.2

Changelog

Sourced from github.com/sigstore/protobuf-specs's changelog.

0.4.2

Changed

  • Deprecated LMS/LMS-OTS as supported signing algorithms (#597)
  • Added stronger language around how clients should handle service selection (#607)
  • Revised checkpoint key ID comment, deprecated log ID (#629)
  • Added operator for SigningConfig services, log and TSA roots (#634)
  • Added ML-DSA to algorithm registry (#616)
Commits
  • 011f5a0 Add CHANGELOG, bump releases for v0.4.2 (#637)
  • 8beee48 build(deps): bump ruby/setup-ruby from 1.238.0 to 1.239.0 (#636)
  • 966b43d add: ML-DSA to algorithm registry (#616)
  • a4c70fe Add operator for SigningConfig services, log and TSA roots (#634)
  • ef40dfb build(deps): bump ruby/setup-ruby from 1.237.0 to 1.238.0 (#635)
  • 8b886ff Revise checkpoint key ID comment, deprecate log ID (#629)
  • 8e998ce build(deps): bump prost-reflect-build in /gen/pb-rust (#623)
  • 1124687 build(deps): bump distroless/nodejs22-debian12 in /protoc-builder (#622)
  • 33a35cc Update GOOGLEAPIS_COMMIT in versions.mk (#617)
  • bda1b2c build(deps): bump distroless/base-debian12 in /protoc-builder (#621)
  • Additional commits viewable in compare view

Updates github.com/sigstore/scaffolding from 0.7.22 to 0.7.23

Release notes

Sourced from github.com/sigstore/scaffolding's releases.

v0.7.23

Thanks to all contributors!

What's Changed

New Contributors

Full Changelog: sigstore/scaffolding@v0.7.22...v0.7.23

Commits
  • 57c1c47 Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#1574)
  • 6524e0c Bump go.step.sm/crypto from 0.61.0 to 0.63.0 (#1570)
  • 49e68a5 Bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.0 (#1571)
  • aa457fa Bump github.com/sigstore/timestamp-authority from 1.2.5 to 1.2.6 (#1569)
  • ee6e244 Bump github.com/golang/glog from 1.2.4 to 1.2.5 (#1572)
  • d4d6d74 Bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 (#1573)
  • f13df2b Bump github/codeql-action from 3.28.16 to 3.28.17 (#1575)
  • 832418b bump cloud-sql-proxy to v2.16.0 (#1568)
  • fd22420 Bump k8s.io/code-generator from 0.32.2 to 0.33.0 (#1565)
  • ea1250f add support for testing on k8s 1.33 (#1567)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore-go from 0.7.2 to 1.0.0

Release notes

Sourced from github.com/sigstore/sigstore-go's releases.

v1.0.0

We're very excited to release sigstore-go 1.0! View the blog post announcing this release for more details.

This release should contain the last set of breaking changes until version 2.0, including a few renames (such as SignedEntityVerifier -> Verifier and VerifyTimestampAuthority -> VerifySignedTimestamp). We are excited to begin a new phase of simple, stable APIs!

What's Changed

Full Changelog: sigstore/sigstore-go@v0.7.3...v1.0.0

v0.7.3

Note: v0.7.3 will likely be the last release before v1.0.

What's Changed

Full Changelog: sigstore/sigstore-go@v0.7.2...v0.7.3

Commits
  • cedac1b Update README for 1.0.0 release. (#480)
  • 48df3a9 Bump the minor-patch group across 2 directories with 3 updates (#479)
  • fed666a Bump actions/setup-go from 5.4.0 to 5.5.0 (#478)
  • 6392d0e Deprecate and rename VerifyTimestampAuthority/VerifyArtifactTransparencyLog (...
  • b47323b Rename and deprecate SignedEntityVerifier in favor of Verifier (#476)
  • d1f9d7f Use repository.Type from go-tuf in tests (#475)
  • 94bb81b Add verification errors to output of VerifyTimestampAuthority (#473)
  • 2bb86a1 Update theupdateframework/go-tuf to v2.1.0 and copy in unexported repo type f...
  • 6207d62 Prevent duplicate timestamps from same TSA (#472)
  • 8dff965 Disable TUF timestamping when TUF cache disabled (#470)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the sigstore group with 3 updates: [github.com/sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs), [github.com/sigstore/scaffolding](https://github.com/sigstore/scaffolding) and [github.com/sigstore/sigstore-go](https://github.com/sigstore/sigstore-go).


Updates `github.com/sigstore/protobuf-specs` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/sigstore/protobuf-specs/releases)
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md)
- [Commits](sigstore/protobuf-specs@v0.4.1...v0.4.2)

Updates `github.com/sigstore/scaffolding` from 0.7.22 to 0.7.23
- [Release notes](https://github.com/sigstore/scaffolding/releases)
- [Changelog](https://github.com/sigstore/scaffolding/blob/main/release.md)
- [Commits](sigstore/scaffolding@v0.7.22...v0.7.23)

Updates `github.com/sigstore/sigstore-go` from 0.7.2 to 1.0.0
- [Release notes](https://github.com/sigstore/sigstore-go/releases)
- [Commits](sigstore/sigstore-go@v0.7.2...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/sigstore/protobuf-specs
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sigstore
- dependency-name: github.com/sigstore/scaffolding
  dependency-version: 0.7.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sigstore
- dependency-name: github.com/sigstore/sigstore-go
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sigstore
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/sigstore-dfc8e585ef branch June 16, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant