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

build(deps): update sigstore_protobuf_specs requirement from 0.3 to 0.4 #430

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Updates the requirements on sigstore_protobuf_specs to permit the latest version.

Changelog

Sourced from sigstore_protobuf_specs's changelog.

0.4.0

  • Announced deprecation of JSONSchema outputs from this project (#493

Fixed

  • Fix toolchain to write generated code as the user running the build instead of root (#473

Changed

  • Recreated toolchain for code generation instead of depending on third-party container image (#469 (#475
  • Updated code generation tools for Go library to latest stable releases (#476
  • Updated code generation tools for JSONSchema files to latest stable releases (#478
  • Updated code generation tools for Python library to latest stable releases (#479
  • Updated code generation tools for Ruby library to latest stable releases (#481
  • Updated code generation tools for Rust library to latest stable releases (#486
  • Updated code generation tools for Typescript library to latest stable releases (#488

0.3.3

  • Allowed specifying artifact digest for verification (#406
  • Added version to SigningConfig message (#383

Changed

  • Docs: Clarify that integration time is only trustworthy with a Signed Entry Timestamp (#442
  • Docs: Clarify inclusion promise requirement (#380
  • Docs: Clarify that artifact digest verification should not be used with in-toto attestations (#461

0.3.2

  • Added TransparencyLogInstance.checkpoint_key_id as an optional key identifier for logs that generate checkpoints (#284)

Changed

... (truncated)

Commits
  • 68cc7d2 bump up to v0.4.0, add changelog (#506)
  • a74d71d build(deps): bump actions/setup-java from 4.6.0 to 4.7.0 (#516)
  • e9a8145 automate publishing Java releases from GHA workflow (#510)
  • d6bce61 build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (#514)
  • ec18411 build(deps): bump ruby/setup-ruby from 1.213.0 to 1.214.0 (#515)
  • c550071 build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#512)
  • 60793ea build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#513)
  • 675de0c build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#511)
  • ca1b624 build(deps): bump serde_json from 1.0.135 to 1.0.136 in /gen/pb-rust (#505)
  • aa9058a Update GOOGLEAPIS_COMMIT in versions.mk (#509)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
@flavio
Copy link
Member

flavio commented Feb 6, 2025

@dependabot rebase

Updates the requirements on [sigstore_protobuf_specs](https://github.com/sigstore/protobuf-specs) to permit the latest version.
- [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.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: sigstore_protobuf_specs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/sigstore_protobuf_specs-0.4 branch from 11a9132 to 697003b Compare February 6, 2025 15:49
@flavio flavio merged commit 6713337 into main Feb 6, 2025
14 checks passed
@flavio flavio deleted the dependabot/cargo/sigstore_protobuf_specs-0.4 branch February 6, 2025 15:54
flavio added a commit to flavio/sigstore-rs that referenced this pull request Feb 6, 2025
== What's Changed
* cosign: Allow use of regex in CertSubjectEmailVerifier by @dave-tucker in sigstore#300
* build(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0 by @dependabot in sigstore#396
* build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in sigstore#397
* build(deps): update rstest requirement from 0.22 to 0.23 by @dependabot in sigstore#399
* build(deps): update testcontainers requirement from 0.22 to 0.23 by @dependabot in sigstore#398
* automation: fix GHA invoking cargo audit by @flavio in sigstore#400
* Cosign | Add support for client to configure a proxy to pull signatures by @Xynnn007 in sigstore#392
* build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in sigstore#401
* CONTRIBUTORS.md: Add note about tests and building by @jku in sigstore#404
* cosign: fix regex dependency import by @Xynnn007 in sigstore#411
* Lint tests too by @jku in sigstore#405
* Simplify cosign verify-bundle example by @jku in sigstore#408
* Examples: Add a minimal example of bundle sign/verify by @jku in sigstore#410
* build(deps): update tough requirement from 0.18 to 0.19 by @dependabot in sigstore#407
* cosign: Make verify-blob compatible with sigstore-python by @jku in sigstore#403
* build(deps): update oci-client requirement from 0.13 to 0.14 by @dependabot in sigstore#418
* build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in sigstore#417
* Deprecate actions-rs actions by @jku in sigstore#415
* build(deps): update cached requirement from 0.53 to 0.54 by @dependabot in sigstore#421
* build(deps): update thiserror requirement from 1.0 to 2.0 by @dependabot in sigstore#420
* build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 by @dependabot in sigstore#422
* fix clippy complaint by @bobcallaway in sigstore#425
* fix zizmor issues in github actions workflows by @bobcallaway in sigstore#424
* build(deps): update rstest requirement from 0.23 to 0.24 by @dependabot in sigstore#423
* Update embedded trust root by @jku in sigstore#431
* build(deps): update sigstore_protobuf_specs requirement from 0.3 to 0.4 by @dependabot in sigstore#430
* chore(deps): upgrade openidconnect by @flavio in sigstore#433

== New Contributors
* @dave-tucker made their first contribution in sigstore#300
* @jku made their first contribution in sigstore#404

**Full Changelog**: sigstore/sigstore-rs@v0.10.0...v0.11.0

Signed-off-by: Flavio Castelli <[email protected]>
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant