Skip to content

v0.5.0

Compare
Choose a tag to compare
@ruomengh ruomengh released this 13 May 06:30
· 12 commits to main since this release
926bbff

What's Changed

  1. Supports Intel TDX 1.0 Technology Preview Ubuntu 24.04 as a basis for CCNP (node measurement and container measurement).
  2. Support getting quote with configfs-tsm.
  3. Replace device plugin with CCNP webhook.
  4. CVM image rewriter has been moved out as a separated tool.
  5. Fixed known issue of Release v0.4.0 - Rust SDK: Get event logs in batch runs into "broken pipe" failure after the CVM runs for a few days

Configuration

Ubuntu 24.04 host and guest in the line of v0.5.0 configuration.

Known Issues

Since the TDX host and guest packages are from Ubuntu 24.04 TDX, you may want to pay attention to the known issues

Changelogs

  • Plugin 06: not use interactive installation by @ruomengh in #51
  • sdk/rust: update CcReport to support the latest structure by @dongx1x in #52
  • sdk/rust: update tonic version to support more features by @dongx1x in #53
  • deployment: remove grpc-health-probe check for false alarm by @dongx1x in #54
  • sdk/go: increment package version to fix CVE issue by @Ruoyu-y in #56
  • container: update base image to alpine3.19 by @dongx1x in #57
  • Update dockerfile to fix CVEs by @ruomengh in #58
  • deployment: add configfs-tsm support for ccnp-server by @dongx1x in #55
  • service: add ccnp webhook to add ccnp server sock automatically by @dongx1x in #59
  • deployment: remove ccnp device plugin by @dongx1x in #60
  • docs: add container measurement design guide by @dongx1x in #63
  • deployment: remove root privilege and add configfs permission for ccnp by @dongx1x in #62
  • fix: fix coverity issues by @Ruoyu-y in #64
  • update dcap version to 1.21 by @LeiZhou-97 in #65
  • doc: fix doc scan errors by @dongx1x in #67
  • tools: update build tool to support latest ubuntu 24.04 by @dongx1x in #66
  • tools: fix build version error and rtmr parameter error by @dongx1x in #68
  • Remove cvm image rewriters from tools by @ruomengh in #69
  • docs: update container measurement doc according to the feedback by @dongx1x in #70
  • Fix ccnp-example container Dockerfile by @ruomengh in #72
  • Remove cvm image rewriter github action by @ruomengh in #73
  • Update README by @ruomengh in #74
  • Update NFD label for TDX by @ruomengh in #75
  • Update docker compose deployment to support configfs-tsm by @ruomengh in #76
  • Update deployment documents by @ruomengh in #77

New Contributors

Full Changelog: v0.4.0...v0.5.0