Skip to content

7.0.0-dev1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jul 12:22
· 524 commits to main since this release
3874bc2

Changed

  • CCF no longer has platform-specific builds. The single build configuration will run on both SNP and Virtual, automatically detecting the current platform at runtime. This means the COMPILE_TARGET CMake option is no longer required, and all release artifacts no longer have a platform in their path.
  • The logging.host_level configuration option and --enclave-log-level CLI switch are replaced by a combined --log-level CLI switch (#7104).
  • Drop support for 5.* Linux kernels exposing /dev/sev. Only 6.*+ Linux kernels exposing /dev/sev-guest are now supported (#7109).

Removed

  • The ccf/pal/hardware_info.h header has been removed (#7117).