Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 2.56 KB

Changelog

This file lists all notable changes in the project per release. It is also continously updated with already published but not yet released work.

Release versioning in this project adheres to Semantic Versioning.

Entries in this file are grouped into several categories:

  • Added
  • Changed
  • Deprecated
  • Fixed
  • Removed
  • Security

0.2.0 - 2024-01-12

Added

  • Usage of SPDK Acceleration Framework for encryption (#465).
  • Setting number of queues per NVMe controller (#410).
  • Otel monitoring (#317).
  • Nvme/TCP as a target (#314).
  • HTTP gateway for inventory service (264).
  • Virtio-blk support (#234).

Security

  • Nvme/TCP PSK support (#318).

0.1.0 - 2023-07-14

Added

  • Changelog file (#167).
  • Documentation with usage examples using OPI commands (#164).
  • Enablement of QoS on NVMe device level (#103, #104).
  • Enablement of QoS on volume level (#92).
  • Enablement of HW-accelerated DARE crypto on volume level (#79, #84).
  • Dynamic exposition of NVMe storage devices to the host (#15, #43).

Security

  • Enablement of mTLS-secured gRPC connection between host and IPU (#165).
  • Hardening of project security through enablement of security scans (#137, #149).