Skip to content

Releases: open-iscsi/targetd

Version 0.10.4 Release

12 Mar 20:36
021697e
Compare
Choose a tag to compare

Corrects a bug that was introduced with previous release for SSL fix where the service was unable to run with SSL disabled.

ref. #101

Version 0.10.3 Release

11 Dec 23:15
b588b2b
Compare
Choose a tag to compare

Python 3.12 API change fix for TLS.

Version 0.10.2 Release

24 Jun 17:03
a4df809
Compare
Choose a tag to compare

New release which adds support for libblockdev version 3.0 and continued compatibility with version 2.0.

Version 0.10.1 Release

15 Jun 21:25
f272b27
Compare
Choose a tag to compare

New release to mainly pickup this correction:

dc6d563 setup.py: Replace distutils with setuptools

Version 0.10.0 Release

06 Apr 19:48
d694b77
Compare
Choose a tag to compare

API additions

  • Add optional size parameter to vol_copy
  • Add call vol_resize

Misc.

  • Code reformatted with black, enforced by CI $ black -t py36 .
  • Code clean-ups

Version 0.9.1 Release

01 Dec 16:35
3c13e68
Compare
Choose a tag to compare

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

10 Sep 20:56
3f5157e
Compare
Choose a tag to compare

Numerous bug fixes:

  • Modify setup.py to include backends
  • Many other small bug fixes and improvements

API additions

  • Add chown option to nfs_export_add
  • Return a json object from nfs_export_add, previously nothing was returned.
{"host": "host", "path": "path"}

Verison 0.8.12 Release

14 Jul 14:04
6aaf03e
Compare
Choose a tag to compare

This release features

  • ZFS block device support see: #36

Addresses issue(s):

  • Add missing pip3 package ref: #40

Version 0.8.11 Release

25 Feb 21:41
aa8b1df
Compare
Choose a tag to compare

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.

Version 0.8.9 Release

08 Jul 16:49
1f36a56
Compare
Choose a tag to compare

This release features

Closes issues:

Refactor(s):

  • Replace lvm2app API with libblockdev, ref. #27
  • Remove magic numbers

Misc:

  • Fix constant that was removed from rtslib
  • Fix python 3.7 reserved key aync