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 and glimchb committed May 17, 2024
1 parent 48c4440 commit d9b0653
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Changelog

## [0.2.0](https://github.com/opiproject/pydpu/compare/v0.1.1...v0.2.0) (2024-05-15)


### Features

* add redfish basic comamnds ([3143288](https://github.com/opiproject/pydpu/commit/314328835931993a4fad7f3a9936365b2ad32026))
* **evpn:** replace cloud with evpn APIs ([329b7ed](https://github.com/opiproject/pydpu/commit/329b7ed08bfc2732c49a29b1e029b42b8f2e685a))
* **redfish:** add bmc reset and factory ([5bd5d1d](https://github.com/opiproject/pydpu/commit/5bd5d1d6c63aef98947f7c25a41f92a71f4b32fa))
* **redfish:** add certificates service ([19ccb69](https://github.com/opiproject/pydpu/commit/19ccb69f09325e9628189f2861081920488f804f))
* **redfish:** add update service ([525b7e8](https://github.com/opiproject/pydpu/commit/525b7e8b5f96c07557cfbebcaee7794e482db37f))
* **redfish:** detect bmc name automatically ([b9a8b74](https://github.com/opiproject/pydpu/commit/b9a8b74850fb5de770b1e3a0b57db31acfbcc45c))
* **redfish:** detect system name automatically ([1b7ac58](https://github.com/opiproject/pydpu/commit/1b7ac586fb90a6ac818c4f271ffb9ebab13f84e2))
* **storage/nvme:** pass max_nsq, max_ncq to controller ([91579e3](https://github.com/opiproject/pydpu/commit/91579e389e195367e034b03ea80d671db722e54b))
* **storage/nvme:** pass port, pf, vf to controller ([f27cbc7](https://github.com/opiproject/pydpu/commit/f27cbc797592b6d2a6a6068998c6c3ed5e6b038d))
* **storage:** add NvmePath class ([e3a2603](https://github.com/opiproject/pydpu/commit/e3a26039b79705037b2e7fc63e856649e6d755a4))
* **storage:** add NvmeRemoteController class ([6d7e27a](https://github.com/opiproject/pydpu/commit/6d7e27a8dee26eb70ee00c69d723d07c7a56e816))
* **storage:** change id refs to name ([c3b024c](https://github.com/opiproject/pydpu/commit/c3b024ce1d029005d385a1e2da0fe54ea578279b))
* **storage:** change id refs to name ([ec3a8d4](https://github.com/opiproject/pydpu/commit/ec3a8d41163c44ba928a1a92dc857b58d0dedc9e))


### Bug Fixes

* **deps:** update dependency click to v8.1.4 ([f3ea5a9](https://github.com/opiproject/pydpu/commit/f3ea5a90c86748e85086dfee94873adb3c2915c9))
* **deps:** update dependency click to v8.1.5 ([9ec2807](https://github.com/opiproject/pydpu/commit/9ec2807a5bd7fdcdba7af6c2347534d81b965b3b))
* **deps:** update dependency click to v8.1.6 ([5972019](https://github.com/opiproject/pydpu/commit/5972019a3d0642ac741d30963d40368ec600183f))
* **deps:** update dependency click to v8.1.7 ([0f6e414](https://github.com/opiproject/pydpu/commit/0f6e414e68350a3382ddc6d1bc16da0f1b7abecb))
* **deps:** update dependency google-api-core to v2.11.1 ([5af9d9c](https://github.com/opiproject/pydpu/commit/5af9d9c30b666efb4584d19b313c2ddc27f32aa0))
* **deps:** update dependency google-api-core to v2.12.0 ([bc65898](https://github.com/opiproject/pydpu/commit/bc65898be91fe3beab7bb1b81a4653d95b8b5e90))
* **deps:** update dependency google-api-core to v2.14.0 ([e35a33f](https://github.com/opiproject/pydpu/commit/e35a33fd76a27d2ab23449beffaec38e570d9160))
* **deps:** update dependency google-api-core to v2.15.0 ([0a85796](https://github.com/opiproject/pydpu/commit/0a8579643938791bfb6a2acf417e77aca9c1f5ec))
* **deps:** update dependency grpcio to v1.53.0 ([72e68dc](https://github.com/opiproject/pydpu/commit/72e68dc8f95648722fe27a518ff72f0818cae7db))
* **deps:** update dependency grpcio to v1.56.2 ([1359c65](https://github.com/opiproject/pydpu/commit/1359c656bb3d780f365f44fee776dcfa7ce1fd93))
* **deps:** update dependency grpcio to v1.57.0 ([99c21b5](https://github.com/opiproject/pydpu/commit/99c21b51f28f164e01017f5f474c8c8c07cffb3c))
* **deps:** update dependency grpcio to v1.59.0 ([aca912b](https://github.com/opiproject/pydpu/commit/aca912b62fedfb1361d10a47f6ffb6f5a4ebdcc3))
* **deps:** update dependency grpcio to v1.59.2 ([768d493](https://github.com/opiproject/pydpu/commit/768d493715eb2107949914fca5331b4088649c22))
* **deps:** update dependency grpcio to v1.60.0 ([ae3f5a9](https://github.com/opiproject/pydpu/commit/ae3f5a904611d81472e53b92c4579bf3cf69e753))
* few typos ([78ad4e8](https://github.com/opiproject/pydpu/commit/78ad4e85d08b3e888947398194130f6a18bcde3a))
* lint error found ([dd5fc88](https://github.com/opiproject/pydpu/commit/dd5fc88912578246c4f1b38555c55dcd23c48e49))
* **make:** skip __init__.py files ([ff7db68](https://github.com/opiproject/pydpu/commit/ff7db686aee9ddcb64a42eabb6fdd164648827ee))
* **proto:** include subsystem in full resource name ([b320344](https://github.com/opiproject/pydpu/commit/b320344d80aa37964a1078b4897ade5a6f32dbeb))
* readme badge after action rename ([9402748](https://github.com/opiproject/pydpu/commit/940274833054597f56c00d350482f04189ffbdba))
* **storage/nvme:** pass required trtype for controller ([3d3ec41](https://github.com/opiproject/pydpu/commit/3d3ec4110449276f8ef7ebd744800f04f9f4a9b7))
* **storage/nvme:** use subsys fullname as parent ([fe6e5d8](https://github.com/opiproject/pydpu/commit/fe6e5d8fe00449fec508adb4b4e05e047df0e8d7))
* **storage/nvme:** use trtype for controller ([1a0845d](https://github.com/opiproject/pydpu/commit/1a0845d09e21e2f60295cfdebc62bc3c855b9403))
* **storage:** add missing '/' in nvme names ([d28a1cd](https://github.com/opiproject/pydpu/commit/d28a1cd47ebc3fbdcc6000a62cb963066fdd2b2f))
* **storage:** change of nvme names ([7bc1ed1](https://github.com/opiproject/pydpu/commit/7bc1ed153768a5e5d6754f9130fae595f059a612))
* **storage:** use wrappers_pb2 for PciEndpoint values ([71b4189](https://github.com/opiproject/pydpu/commit/71b4189b3daf1eada72d325a2eb2c72b545b988b))
* **test:** add missing docker components ([53ece96](https://github.com/opiproject/pydpu/commit/53ece96a6f4fc8f8611e4ca7f4d6cf8310141073))

0 comments on commit d9b0653

Please sign in to comment.