Skip to content

v0.7.0

Compare
Choose a tag to compare
@deeglaze deeglaze released this 06 Jul 16:48
· 120 commits to main since this release
14ac50e

This release has 1 major semantic change and a few minor bug fixes.

Major change:

  • PR#59: TCB versions are interpreted with the viewpoint of a fleet of machines rather than a more tightly constrained ordering relationship of TCB versions within a single node.

Substantive changes:

  • PR#56: GitHub releases should now have prebuilt binaries of the CLI tools attached for easier adoption.
  • PR#50: Adds INSTALL.md instructions for expectations about the sev-guest device

Minor changes:

  • PR#63: Fixes the 32-bit build. Required for the 32-bit build of go-tpm-tools.
  • PR#61: Corrects an error condition matcher that tests use, and fixes the impacted tests.
  • PR#60: Typo fix.
  • PR#58: Fixes an ASN1 string encoding in test-only fake certificate generation from PrintableString to IA5String.
  • PR#57: Removes a workaround for clock skew on AMD KDS's NotBefore timestamp since they now back-date certificates by 24 hours.
  • PR#54: Updates the AMD SEV certificate link to correspond to AMD's website reorganization.
  • PR#47: A minor change to permit VLEK certificates in report data, but not yet fully support them.
  • PR#46: Fixes linter errors about unused receiver variables.