Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2023
1 parent 6c6e8ba commit a48be0b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,37 @@ Entries in this file are grouped into several categories:
* Removed
* Security

## [0.2.0](https://github.com/opiproject/opi-intel-bridge/compare/v0.1.0...v0.2.0) (2023-10-07)


### Features

* add grpc gw http listener ([c71b20f](https://github.com/opiproject/opi-intel-bridge/commit/c71b20f1c85713148cbce31d6d8cd9a1d186e1b8))
* add grpc interceptor to log calls ([e31be29](https://github.com/opiproject/opi-intel-bridge/commit/e31be295964a5b9fdb54575fcf5d02d94f20965d))
* add otel grpc for monitoring ([7fe8081](https://github.com/opiproject/opi-intel-bridge/commit/7fe8081da8670130f2e690a3fef7b375661becbd))
* **db:** add redis to compose file ([5dbfd9b](https://github.com/opiproject/opi-intel-bridge/commit/5dbfd9b71ed1a1ab6d81223d7c2f43149f9d1795))
* **frontend:** add frontend target api support ([b09a9af](https://github.com/opiproject/opi-intel-bridge/commit/b09a9afe64d054221617c09236a0de7f0f4e4afc))
* **frontend:** check pci port and physical function ([6e665db](https://github.com/opiproject/opi-intel-bridge/commit/6e665db2f3d8d8434a52820151748dc69181db37))
* **frontend:** enable virtio-blk support ([b148dfd](https://github.com/opiproject/opi-intel-bridge/commit/b148dfd47cf04f565d54c6db06ce6c6aa0c6212e))
* **frontend:** required changes after adding annotations ([5e2e17f](https://github.com/opiproject/opi-intel-bridge/commit/5e2e17f276d8abd8e3cdb27e168fb40ac6c88ff5))
* **frontend:** required changes after adding annotations ([efde344](https://github.com/opiproject/opi-intel-bridge/commit/efde344758580da4d2369d7913a36d6155ce68b1))
* **middleend:** remove unreachable code due to annotations ([a67056d](https://github.com/opiproject/opi-intel-bridge/commit/a67056deb739000198f9b6ec759dbaeb77d35b18))
* **store:** use gokv pkg to abstract persistant store ([5af283c](https://github.com/opiproject/opi-intel-bridge/commit/5af283c67b9211afac5295cd1bf4925c0fd7bbda))


### Bug Fixes

* add PCI device information ([f3c8c3c](https://github.com/opiproject/opi-intel-bridge/commit/f3c8c3c8ee0f7e1a4ce734ee3864db3ce8f0be13))
* **deps:** update github.com/opiproject/gospdk digest to de73bd1 ([684115e](https://github.com/opiproject/opi-intel-bridge/commit/684115e3c4e4952b70374e27d7afa01570e4f62d))
* **deps:** update github.com/opiproject/opi-api digest to 520b62d ([d018b4e](https://github.com/opiproject/opi-intel-bridge/commit/d018b4e58138d5f6f6831dab8c9bd10c0e91b2a4))
* **deps:** update github.com/opiproject/opi-api digest to f1f72ea ([8bb3c23](https://github.com/opiproject/opi-intel-bridge/commit/8bb3c23430afb9cebb9f86e94c739b31ae5bc3df))
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 535f853 ([bbd0744](https://github.com/opiproject/opi-intel-bridge/commit/bbd0744b9493df912ac31cb6755c59b80fffd643))
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to f751cc6 ([fd7189c](https://github.com/opiproject/opi-intel-bridge/commit/fd7189cc3cc7f201211bab2151dd1e348db08fb9))
* **deps:** update github.com/opiproject/opi-spdk-bridge digest to 09c0f6e ([96d7e38](https://github.com/opiproject/opi-intel-bridge/commit/96d7e38669838b966c85898c39b4fe5b710a1c65))
* **deps:** update github.com/opiproject/opi-spdk-bridge digest to 2fd8728 ([d538b38](https://github.com/opiproject/opi-intel-bridge/commit/d538b38fe735cbcf8fb8b0393a28772fbeeb4026))
* **deps:** update github.com/opiproject/opi-spdk-bridge digest to b1a5a65 ([10ed50c](https://github.com/opiproject/opi-intel-bridge/commit/10ed50cba43888563b53287b31f90ba73141c4fe))
* **godpu:** new commands introduced ([e64e24f](https://github.com/opiproject/opi-intel-bridge/commit/e64e24f248a94be4b5fc9e2252795d54b6d22fef))

## [Unreleased]

* Add virtio-blk support ([#234](https://github.com/opiproject/opi-intel-bridge/pull/234)).
Expand Down

0 comments on commit a48be0b

Please sign in to comment.