Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: update CHANGELOG with release information #473

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,20 @@ Entries in this file are grouped into several categories:

## [Unreleased]

## [0.2.0] - 2024-01-12

### Added

* Usage of SPDK Acceleration Framework for encryption ([#465](https://github.com/opiproject/opi-intel-bridge/pull/465)).
* Setting number of queues per NVMe controller ([#410](https://github.com/opiproject/opi-intel-bridge/pull/410)).
* Otel monitoring ([#317](https://github.com/opiproject/opi-intel-bridge/pull/317)).
* Nvme/TCP as a target ([#314](https://github.com/opiproject/opi-intel-bridge/pull/314)).
* HTTP gateway for inventory service ([264](https://github.com/opiproject/opi-intel-bridge/pull/264)).
* Virtio-blk support ([#234](https://github.com/opiproject/opi-intel-bridge/pull/234)).
* HTTP gateway for inventory service ([264](https://github.com/opiproject/opi-intel-bridge/pull/264))
* Nvme/TCP as a target ([#314](https://github.com/opiproject/opi-intel-bridge/pull/314))
* Otel monitoring ([#317](https://github.com/opiproject/opi-intel-bridge/pull/317))
* Nvme/TCP PSK support ([#318](https://github.com/opiproject/opi-intel-bridge/pull/318))
* Setting number of queues per NVMe controller ([#410](https://github.com/opiproject/opi-intel-bridge/pull/410))

### Security

* Nvme/TCP PSK support ([#318](https://github.com/opiproject/opi-intel-bridge/pull/318)).

## [0.1.0] - 2023-07-14

Expand Down
Loading