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.
Breaking Changes:
[launcher/cmd] Refactor verifier for issue #419
cmd.Instance
,cmd.MetadataServer
,cmd.NewMetadataServer
.verifier
from launcher to go-tpm-tools.verifier.Client
,verifier.Challenge
, etc.fake
from launcher to go-tpm-tools.fake.Claims
,fake.NewClient
, etc.rest
from launcher to go-tpm-tools.rest.NewClient
,rest.BadRegionError
, etc.New Features:
[cmd] Add new command token in the CLI tool #375
[cmd] add records to cloud logging when fetching token from attestation verifier #417
Bug Fixes:
Statically link binaries built by goreleaser #425
Other Changes:
Update readme to gotpm CLI instructions. #424, #426
New Contributors:
@Ruide in #375
@qinkunbao in #424