We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3faca90 + d5471df commit d590af9Copy full SHA for d590af9
3 files changed
ChangeLog.md
@@ -1,5 +1,8 @@
1
# PyPowerFlex Change Log
2
3
+## Version 1.14.0 - released on 05/12/24
4
+- Added support for managing NVME over TCP entities including SDT and NVMe Host.
5
+
6
## Version 1.13.0 - released on 28/10/24
7
- Fixed storage pool get_sdss function to return the correct data.
8
README.md
@@ -40,6 +40,7 @@ python setup.py install
40
* StoragePool
41
* AccelerationPool
42
* Sdc
43
+* NvmeHost
44
* FaultSet
45
* Volume
46
* ManagedDevice
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='PyPowerFlex',
20
- version='1.13.0',
+ version='1.14.0',
21
description='Python library for Dell PowerFlex',
22
author='Ansible Team at Dell',
23
author_email='ansible.team@dell.com',
0 commit comments