Releases: gluster/glustercli-python
Releases · gluster/glustercli-python
Gluster CLI Python bindings 0.8.7
Allow to setup package with older python3 (#60) For example with Python 3.7 without this patch its failing with: ``` File "/tmp/pip-req-build-mkwq4yyi/setup.py", line 4, in <module> from importlib.metadata import version, PackageNotFoundError ModuleNotFoundError: No module named 'importlib.metadata' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-mkwq4yyi/ ``` This also remove unused import `os` and `re`
Gluster CLI Python bindings 0.8.6
Updated Master -> Primary and Slave to Secondary for Georep command wrappers
Gluster CLI Python bindings 0.8.5
Fixed Geo-replication status parsing.
Gluster CLI Python bindings 0.8.4
Replace VERSION variable with setuptools_scm for versioning (#57) * Use setuptools_scm instead of env for version handling * Update Github Actions Signed-off-by: <contact@nlach.fr>
Gluster CLI Python bindings 0.8.3
- Fixed issue with Gluster Status command parse.
Gluster CLI Python bindings 0.8.2-a2
To test PyPi upload
Gluster CLI Python bindings 0.8.2
New release using the Github CI based release automation
Gluster CLI Python bindings 0.8.2-a1
To test Pypi
Gluster CLI Python bindings 0.8.1
Update parsers.py (#51) disable stripe, as that info seems unavailably in gluster 9 and higher and stripe volumes seem to be deprecated.
v0.8.0
- Subvolume grouping added.
- Volume and subvol health are available