Releases: open-iscsi/targetd
Releases · open-iscsi/targetd
Version 0.10.4 Release
Version 0.10.3 Release
Python 3.12 API change fix for TLS.
Version 0.10.2 Release
New release which adds support for libblockdev
version 3.0 and continued compatibility with version 2.0.
Version 0.10.1 Release
New release to mainly pickup this correction:
dc6d563 setup.py: Replace distutils with setuptools
Version 0.10.0 Release
API additions
- Add optional
size
parameter tovol_copy
- Add call
vol_resize
Misc.
- Code reformatted with
black
, enforced by CI$ black -t py36 .
- Code clean-ups
Version 0.9.1 Release
This release picks up a couple of low priority security enhancements and some misc. code improvements
- Limit payload size
- Mitigate password brute force attacks
Version 0.9.0 Release
Numerous bug fixes:
- Modify
setup.py
to include backends - Many other small bug fixes and improvements
API additions
- Add
chown
option tonfs_export_add
- Return a json object from
nfs_export_add
, previously nothing was returned.
{"host": "host", "path": "path"}
Verison 0.8.12 Release
Version 0.8.11 Release
This release features
Addresses issues:
#34
#35
https://bugzilla.redhat.com/show_bug.cgi?id=1612290 (man page corrections)
Fixed man page section for configuration file.