Skip to content

Commit

Permalink
Added changelog file.
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Szufnarowski <filip.szufnarowski@intel.com>
  • Loading branch information
intelfisz authored and artek-koltun committed Jul 14, 2023
1 parent 41698d0 commit 9cbfe68
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 9cbfe68

Please sign in to comment.