Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.10.2
->v0.11.0
2c58cdc
->814bf88
v1.61.0
->v1.62.0
Release Notes
google/go-sev-guest (github.com/google/go-sev-guest)
v0.11.0
Compare Source
The new QuoteProvider interface will automatically extend the auxblob to include an entry that details the machine's product information. This is useful when the cached VCEK is missing, since that certificate's productName extension is the only other place that information could be found from the AMD-generated artifacts (report and cert).
The other change here is minor with respect to
CertTableOptions
invalidate
. A required entry must have its verification function fail on an emptyblob
for the requirement to be fatal. This allows for a missing blob to drive a network-based fallback before the option fails entirely.Full Changelog: google/go-sev-guest@v0.10.2...v0.11.0
What's Changed
Full Changelog: google/go-sev-guest@v0.10.2...v0.11.0
grpc/grpc-go (google.golang.org/grpc)
v1.62.0
: Release 1.62.0Compare Source
New Features
Behavior Changes
Bug Fixes
Performance Improvements
x/net/trace
by usinggrpcnotrace
to enable dead code elimination (#6954)grpcrand
by adoptingmath/rand
's top-level functions for go version 1.21.0 and newer. (#6925)Dependencies
v1.61.1
: Release 1.61.1Compare Source
Bug Fixes
Configuration
📅 Schedule: 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.