Releases: opiproject/pydpu
Releases · opiproject/pydpu
v0.2.1
v0.2.0
0.2.0 (2024-05-15)
Features
- add redfish basic comamnds (3143288)
- evpn: replace cloud with evpn APIs (329b7ed)
- redfish: add bmc reset and factory (5bd5d1d)
- redfish: add certificates service (19ccb69)
- redfish: add update service (525b7e8)
- redfish: detect bmc name automatically (b9a8b74)
- redfish: detect system name automatically (1b7ac58)
- storage/nvme: pass max_nsq, max_ncq to controller (91579e3)
- storage/nvme: pass port, pf, vf to controller (f27cbc7)
- storage: add NvmePath class (e3a2603)
- storage: add NvmeRemoteController class (6d7e27a)
- storage: change id refs to name (c3b024c)
- storage: change id refs to name (ec3a8d4)
Bug Fixes
- deps: update dependency click to v8.1.4 (f3ea5a9)
- deps: update dependency click to v8.1.5 (9ec2807)
- deps: update dependency click to v8.1.6 (5972019)
- deps: update dependency click to v8.1.7 (0f6e414)
- deps: update dependency google-api-core to v2.11.1 (5af9d9c)
- deps: update dependency google-api-core to v2.12.0 (bc65898)
- deps: update dependency google-api-core to v2.14.0 (e35a33f)
- deps: update dependency google-api-core to v2.15.0 (0a85796)
- deps: update dependency grpcio to v1.53.0 (72e68dc)
- deps: update dependency grpcio to v1.56.2 (1359c65)
- deps: update dependency grpcio to v1.57.0 (99c21b5)
- deps: update dependency grpcio to v1.59.0 (aca912b)
- deps: update dependency grpcio to v1.59.2 (768d493)
- deps: update dependency grpcio to v1.60.0 (ae3f5a9)
- few typos (78ad4e8)
- lint error found (dd5fc88)
- make: skip init.py files (ff7db68)
- proto: include subsystem in full resource name (b320344)
- readme badge after action rename (9402748)
- storage/nvme: pass required trtype for controller (3d3ec41)
- storage/nvme: use subsys fullname as parent (fe6e5d8)
- storage/nvme: use trtype for controller (1a0845d)
- storage: add missing '/' in nvme names (d28a1cd)
- storage: change of nvme names (7bc1ed1)
- storage: use wrappers_pb2 for PciEndpoint values (71b4189)
- test: add missing docker components (53ece96)
v0.1.2
What's Changed
- Add cli by @glimchb in #11
- Add CLI tests, additional minor fixes by @MoshiBin in #12
- Fix codecov reporting by @MoshiBin in #13
- Add missing header to .flake8 config by @MoshiBin in #16
- Add protobuf generation & generated protobufs by @MoshiBin in #19
- chore(deps): update python docker tag to v3.11.2 by @renovate in #22
- proto: use API repo makefiles to generate by @glimchb in #21
- re-genrate common and delete old files by @glimchb in #23
- Add storage by @glimchb in #20
- add address argument to all commands by @glimchb in #24
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Fix PyPI token env variable name Signed-off-by: Moshi Binyamini <[email protected]>