Skip to content
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

Bump github.com/sigstore/protobuf-specs from 0.2.1 to 0.3.0 #101

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps github.com/sigstore/protobuf-specs from 0.2.1 to 0.3.0.

Changelog

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

0.3.0

  • Options for more generic observer time (#179)
  • BREAKING: VerificationMaterials.contents now has an additional certificate variant, which is preferred in 0.3 bundles with the Sigstore PGI (#191)
  • Added algorithm registry documentation and updated PublicKeyDetails message (#194, #212)
    • Deterministic ECDSA is deprecated
    • NIST-P384 and NIST-P521 curves added
    • Existing (and underspecified) RSA key types are deprecated. New RSA keytypes are defined that specifies size of public modulus and hash algorithm. RSA now only supports PKCS#1 signature scheme, and PKIX (SubjectPublicKeyInfo) encoding.
    • Experimental support for LMS key types.

Changed

  • Deprecated support for detached SCTs (#188)

Fixed

  • Docs: Clarified rotation of verification materials in the trust root (#210
Commits
  • 1ef5b8e build(deps): bump gradle/wrapper-validation-action from 2.1.0 to 2.1.1 (#220)
  • 34af7f5 Prepare for a v0.3.0 release (#213)
  • a9d8b69 build(deps): bump gradle/wrapper-validation-action from 2.0.1 to 2.1.0 (#219)
  • 3a1daa1 protos: drop EXPERIMENTAL_ prefix (#214)
  • 7e73a23 build(deps): bump gradle/wrapper-validation-action from 2.0.0 to 2.0.1 (#218)
  • 99b42b4 build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#217)
  • 7b2d9ce build(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 (#216)
  • 3381208 build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (#215)
  • 9bbc08f Add RSA variants, experimental LMS and LM-OTS to algorithm registry (#199)
  • 0440eff Clarified how clients should work with the trust root during rotations (#210)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 19, 2024
@haydentherapper
Copy link
Contributor

/hold, working on #97 now

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sigstore/protobuf-specs-0.3.0 branch from f576065 to 9ece0d6 Compare February 22, 2024 22:12
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sigstore/protobuf-specs-0.3.0 branch 3 times, most recently from 5acf5a5 to febfba4 Compare March 4, 2024 17:21
@steiza steiza mentioned this pull request Mar 27, 2024
@steiza
Copy link
Member

steiza commented Mar 28, 2024

Note that the bundle v0.3 mediaType is still under discussion, so we might want to wait a bit before landing this.

pkg/bundle/bundle.go Outdated Show resolved Hide resolved
pkg/bundle/bundle.go Show resolved Hide resolved
pkg/bundle/verification_content.go Show resolved Hide resolved
dependabot bot and others added 4 commits March 28, 2024 15:11
Bumps [github.com/sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) from 0.2.1 to 0.3.0.
- [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.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/sigstore/protobuf-specs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Zach Steindler <[email protected]>
@steiza steiza force-pushed the dependabot/go_modules/github.com/sigstore/protobuf-specs-0.3.0 branch from e5a7c5c to 5f7e2d2 Compare March 28, 2024 19:22
pkg/bundle/bundle.go Outdated Show resolved Hide resolved
pkg/bundle/bundle.go Show resolved Hide resolved
Copy link
Contributor

@haydentherapper haydentherapper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@haydentherapper haydentherapper merged commit edafa82 into main Apr 1, 2024
11 checks passed
@haydentherapper haydentherapper deleted the dependabot/go_modules/github.com/sigstore/protobuf-specs-0.3.0 branch April 1, 2024 16:24
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.

2 participants