Skip to content

CoCos AI v0.10.0 Release Notes

Latest

Choose a tag to compare

@SammyOina SammyOina released this 01 Jul 13:59
5c3561f

πŸš€ New Features

  • Extensible resource downloader framework β€” added support for S3, GCS, and OCI sources ([#590](#590))
  • Multiple KBS support β€” CoCos AI can now work with multiple key broker servers (COCOS-584, [#587](#587))
  • Full Disk Encryption (FDE) support (COCOS-432, [#553](#553))
  • GPU confidential computing attestation β€” added support for GPU CC attestation (COCOS-591, [#592](#592))
  • Azure TDX support ([#596](#596))
  • NVIDIA GPU support for CVMs β€” Manager can now start Confidential VMs with NVIDIA GPU support ([#595](#595))
  • Non-chunked computation requests β€” added support for non-chunked computation requests plus KBS decryption for uploaded algorithms and datasets ([#608](#608))

πŸ”’ Security & Validation

  • Enforced binding label checks ([#589](#589))

πŸ› Fixes

  • Fixed agent startup issues ([#605](#605))

🧹 Refactors & Internal Improvements

  • Refactored test functions to use the testing.TB interface and enhanced SNP claims extraction logic ([#599](#599))

⬆️ Dependency Updates

  • Bumped github.com/go-chi/chi/v5 from 5.2.3 β†’ 5.2.4 ([#570](#570))
  • Bumped github.com/google/go-tpm from 0.9.6 β†’ 0.9.8 ([#572](#572))
  • Bumped github.com/absmach/certs from 0.18.2 β†’ 0.18.5 ([#574](#574))
  • Bumped github.com/absmach/supermq from 0.19.0 β†’ 0.19.1 ([#580](#580))
  • Bumped cloud.google.com/go/storage from 1.57.2 β†’ 1.62.3 ([#581](#581))

πŸ‘₯ Contributors

Thanks to @danko-miladinovic, @SammyOina, @jovan-djukic, and dependabot for this release.

Full Changelog: v0.9.0...v0.10.0