Skip to content

Commit fc14187

Browse files
chore(main): release 0.2.0
1 parent 2e70346 commit fc14187

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,42 @@ Entries in this file are grouped into several categories:
1414
* Removed
1515
* Security
1616

17+
## [0.2.0](https://github.com/opiproject/opi-intel-bridge/compare/v0.1.0...v0.2.0) (2023-10-27)
18+
19+
20+
### Features
21+
22+
* add grpc gw http listener ([c71b20f](https://github.com/opiproject/opi-intel-bridge/commit/c71b20f1c85713148cbce31d6d8cd9a1d186e1b8))
23+
* add grpc interceptor to log calls ([e31be29](https://github.com/opiproject/opi-intel-bridge/commit/e31be295964a5b9fdb54575fcf5d02d94f20965d))
24+
* add otel grpc for monitoring ([7fe8081](https://github.com/opiproject/opi-intel-bridge/commit/7fe8081da8670130f2e690a3fef7b375661becbd))
25+
* **db:** add redis to compose file ([5dbfd9b](https://github.com/opiproject/opi-intel-bridge/commit/5dbfd9b71ed1a1ab6d81223d7c2f43149f9d1795))
26+
* **frontend:** add frontend target api support ([b09a9af](https://github.com/opiproject/opi-intel-bridge/commit/b09a9afe64d054221617c09236a0de7f0f4e4afc))
27+
* **frontend:** check pci port and physical function ([6e665db](https://github.com/opiproject/opi-intel-bridge/commit/6e665db2f3d8d8434a52820151748dc69181db37))
28+
* **frontend:** enable virtio-blk support ([b148dfd](https://github.com/opiproject/opi-intel-bridge/commit/b148dfd47cf04f565d54c6db06ce6c6aa0c6212e))
29+
* **frontend:** required changes after adding annotations ([5e2e17f](https://github.com/opiproject/opi-intel-bridge/commit/5e2e17f276d8abd8e3cdb27e168fb40ac6c88ff5))
30+
* **frontend:** required changes after adding annotations ([efde344](https://github.com/opiproject/opi-intel-bridge/commit/efde344758580da4d2369d7913a36d6155ce68b1))
31+
* **middleend:** remove unreachable code due to annotations ([a67056d](https://github.com/opiproject/opi-intel-bridge/commit/a67056deb739000198f9b6ec759dbaeb77d35b18))
32+
* **store:** use gokv pkg to abstract persistant store ([5af283c](https://github.com/opiproject/opi-intel-bridge/commit/5af283c67b9211afac5295cd1bf4925c0fd7bbda))
33+
* **store:** use redis ([cd65e70](https://github.com/opiproject/opi-intel-bridge/commit/cd65e7022235f78007d5bae038e0e03355dfb931))
34+
35+
36+
### Bug Fixes
37+
38+
* add PCI device information ([f3c8c3c](https://github.com/opiproject/opi-intel-bridge/commit/f3c8c3c8ee0f7e1a4ce734ee3864db3ce8f0be13))
39+
* **deps:** update github.com/opiproject/gospdk digest to de73bd1 ([684115e](https://github.com/opiproject/opi-intel-bridge/commit/684115e3c4e4952b70374e27d7afa01570e4f62d))
40+
* **deps:** update github.com/opiproject/opi-api digest to 520b62d ([d018b4e](https://github.com/opiproject/opi-intel-bridge/commit/d018b4e58138d5f6f6831dab8c9bd10c0e91b2a4))
41+
* **deps:** update github.com/opiproject/opi-api digest to f1f72ea ([8bb3c23](https://github.com/opiproject/opi-intel-bridge/commit/8bb3c23430afb9cebb9f86e94c739b31ae5bc3df))
42+
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to 535f853 ([bbd0744](https://github.com/opiproject/opi-intel-bridge/commit/bbd0744b9493df912ac31cb6755c59b80fffd643))
43+
* **deps:** update github.com/opiproject/opi-smbios-bridge digest to f751cc6 ([fd7189c](https://github.com/opiproject/opi-intel-bridge/commit/fd7189cc3cc7f201211bab2151dd1e348db08fb9))
44+
* **deps:** update github.com/opiproject/opi-spdk-bridge digest to 09c0f6e ([96d7e38](https://github.com/opiproject/opi-intel-bridge/commit/96d7e38669838b966c85898c39b4fe5b710a1c65))
45+
* **deps:** update github.com/opiproject/opi-spdk-bridge digest to 2fd8728 ([d538b38](https://github.com/opiproject/opi-intel-bridge/commit/d538b38fe735cbcf8fb8b0393a28772fbeeb4026))
46+
* **deps:** update github.com/opiproject/opi-spdk-bridge digest to b1a5a65 ([10ed50c](https://github.com/opiproject/opi-intel-bridge/commit/10ed50cba43888563b53287b31f90ba73141c4fe))
47+
* **frontend:** do not allow npi controller for subsys with hostnqn ([1be2642](https://github.com/opiproject/opi-intel-bridge/commit/1be264213d01519a66f85cee034712284afc9d3b))
48+
* **godpu:** new commands introduced ([e64e24f](https://github.com/opiproject/opi-intel-bridge/commit/e64e24f248a94be4b5fc9e2252795d54b6d22fef))
49+
* pass ctx to all Call funcs ([d919904](https://github.com/opiproject/opi-intel-bridge/commit/d919904dbd080879eb35712716f5cfdd3088d13c))
50+
* rename SpdkJSONRPC to Client ([13dd0de](https://github.com/opiproject/opi-intel-bridge/commit/13dd0dec741b930549d3720e3542b2467b3a7daa))
51+
* rename to InventoryService ([343e723](https://github.com/opiproject/opi-intel-bridge/commit/343e72300740b07bd3ae00d7fd019f25cadd80f2))
52+
1753
## [Unreleased]
1854

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

0 commit comments

Comments
 (0)