Skip to content

Releases: LINBIT/linstor-gateway

Release v2.1.0

05 Feb 17:57

Choose a tag to compare

Changes

  • Add configurable resource timeout for all operations. (31276c2)
  • Add CORS configuration for the gateway server. (722d7e6)

Release v2.0.0

04 Dec 16:29

Choose a tag to compare

⚠️ Breaking change: see migrating.md for a guide for upgrading to v2.

Breaking Changes

  • Change the default HTTP port from 8080 to 8337. (6ace610)

Release v1.9.0

08 Jul 11:18

Choose a tag to compare

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 targetcli package. (df6af21)

Fixes

  • Make the first 8 bytes of the product_id unique so that VMware ESXi does not consider two devices to be identical. (f951087)

Release v1.8.0

18 Mar 13:43

Choose a tag to compare

Changes

  • Change the scsi_sn and product_id calculations so that they are both unique per volume. (0d144af)

Release v1.7.0

26 Nov 10:23

Choose a tag to compare

Changes

  • Change the scsi_sn and product_id calculations so that they are both unique per volume. (0d144af)

Release v1.6.0

18 Jul 08:50

Choose a tag to compare

Fixes

  • Correct a statement about multiple exports in the "nfs create" help text. (ba82ed5)

Release v1.6.0-rc.1

04 Jul 09:31

Choose a tag to compare

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

17 Apr 13:48

Choose a tag to compare

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

10 Apr 05:26

Choose a tag to compare

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

04 Mar 09:28

Choose a tag to compare

  • No changes over rc1