-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Filip Szufnarowski <filip.szufnarowski@intel.com>
- Loading branch information
1 parent
41698d0
commit 9cbfe68
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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](https://semver.org/spec/v2.0.0.html). | ||
|
||
Entries in this file are grouped into several categories: | ||
|
||
* Added | ||
* Changed | ||
* Deprecated | ||
* Fixed | ||
* Removed | ||
* Security | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0] - 2023-07-14 | ||
|
||
### Added | ||
|
||
* Changelog file ([#167](https://github.com/opiproject/opi-intel-bridge/pull/167)). | ||
* Documentation with usage examples using OPI commands ([#164](https://github.com/opiproject/opi-intel-bridge/pull/164)). | ||
* Enablement of QoS on NVMe device level ([#103](https://github.com/opiproject/opi-intel-bridge/pull/103), [#104](https://github.com/opiproject/opi-intel-bridge/pull/104)). | ||
* Enablement of QoS on volume level ([#92](https://github.com/opiproject/opi-intel-bridge/pull/92)). | ||
* Enablement of HW-accelerated DARE crypto on volume level ([#79](https://github.com/opiproject/opi-intel-bridge/pull/79), [#84](https://github.com/opiproject/opi-intel-bridge/pull/84)). | ||
* Dynamic exposition of NVMe storage devices to the host ([#15](https://github.com/opiproject/opi-intel-bridge/pull/15), [#43](https://github.com/opiproject/opi-intel-bridge/pull/43)). | ||
|
||
### Security | ||
|
||
* Enablement of mTLS-secured gRPC connection between host and IPU ([#165](https://github.com/opiproject/opi-intel-bridge/pull/165)). | ||
* Hardening of project security through enablement of security scans ([#137](https://github.com/opiproject/opi-intel-bridge/pull/137), [#149](https://github.com/opiproject/opi-intel-bridge/pull/149)). | ||
|
||
[unreleased]: https://github.com/opiproject/opi-intel-bridge/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/opiproject/opi-intel-bridge/releases/tag/v0.1.0 |