in-toto / in-toto-golang

A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity.
https://in-toto.io/
Other
119 stars 49 forks source link

chore(deps): bump github.com/spiffe/go-spiffe/v2 from 2.1.6 to 2.1.7 #296

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/spiffe/go-spiffe/v2 from 2.1.6 to 2.1.7.

Release notes

Sourced from github.com/spiffe/go-spiffe/v2's releases.

v2.1.7

Fixed

  • Panic if the Workload API returned a malformed JWT-SVID (#233)
  • Race that causes WaitForUpdate to return immediately after watcher is initialized even if there is no update (#260)
Changelog

Sourced from github.com/spiffe/go-spiffe/v2's changelog.

[2.1.7] - 2024-01-17

Fixed

  • Panic if the Workload API returned a malformed JWT-SVID (#233)
  • Race that causes WaitForUpdate to return immediately after watcher is initialized even if there is no update (#260)
Commits
  • 16eb51c Changelog for v2.1.7 (#261)
  • d5efaaa Make the backoff test better and fix a typo (#251)
  • 425c1e0 Upgrade to golang 1.19 in GHA, and fix go.sum (#246)
  • 35e62f6 Fix race on watcher update check (#260)
  • 40abfb1 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /v2 (#254)
  • 781980a Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /v2 (#256)
  • ced85a9 Bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /v2 (#257)
  • 16893f6 Bump actions/setup-go from 4 to 5 (#249)
  • 0dfd0a6 Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /v2 (#247)
  • f992e00 Upgrade to golang 1.19.13, and upgrade GRPC library to 1.59.0 (#245)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)