Releases: LINBIT/linstor-gateway
Releases · LINBIT/linstor-gateway
Release v2.1.0
Release v2.0.0
Breaking Changes
- Change the default HTTP port from 8080 to 8337. (6ace610)
Release v1.9.0
Changes
- Add a Server header to the REST API responses to identify the LINSTOR Gateway server. (82c9a4f)
- Generate Software Bill of Materials (SBOM) files for each release. (173ab21)
- Clarify a health check message about the
targetclipackage. (df6af21)
Fixes
- Make the first 8 bytes of the
product_idunique so that VMware ESXi does not consider two devices to be identical. (f951087)
Release v1.8.0
Changes
- Change the
scsi_snandproduct_idcalculations so that they are both unique per volume. (0d144af)
Release v1.7.0
Changes
- Change the
scsi_snandproduct_idcalculations so that they are both unique per volume. (0d144af)
Release v1.6.0
Fixes
- Correct a statement about multiple exports in the "nfs create" help text. (ba82ed5)
Release v1.6.0-rc.1
Changes
- Add a sensible User-Agent when sending http requests via the client. (fc34f08)
- NFS: Let LINSTOR set the file system owner of the export's root directory. This allows XFS file systems to be used with NFS exports. (01161bf)
- NFS: Add a --filesystem option when creating an NFS export. (86b70a5)
Fixes
- Fix some Go API client functions so that they actually return data. (34f68fc)
Release v1.5.0
Features
- Added hints to some health check outputs to help users resolve potential issues. (09e0860)
- New health check for NVMe-oF resource agents. (d3441f5)
- New health check for SCST kernel modules and user space utilities. (138c1f6)
- The drbd-reactor health check now also checks that if the
drbd-reactor-reload.{path,service}files are up-to-date. (2c40ff0) - When creating a resource, linstor-gateway now waits a few seconds to ensure that the resource is actually running. This prevents situations where the resource fails to start, but linstor-gateway still reports it as "running". (2c40ff0)
- Various improvements to the end-to-end tests.
Release v1.5.0-rc.1
Features
- Added hints to some health check outputs to help users resolve potential issues. (09e0860)
- New health check for NVMe-oF resource agents. (d3441f5)
- New health check for SCST kernel modules and user space utilities. (138c1f6)
- The drbd-reactor health check now also checks that if the
drbd-reactor-reload.{path,service}files are up-to-date. (2c40ff0) - When creating a resource, linstor-gateway now waits a few seconds to ensure that the resource is actually running. This prevents situations where the resource fails to start, but linstor-gateway still reports it as "running". (2c40ff0)
- Various improvements to the end-to-end tests.
Release v1.4.0
- No changes over rc1