File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ ## 1.8.0 - 2025-03-18
11+
12+ ### Changes
13+
14+ * Add a health check for the ` fuser ` tool (20f28d80)
15+ * Disallow uppercase characters when creating iSCSI IQN (9754bf6d)
16+
17+ ### Fixes
18+
19+ * Fix a typo in a REST route (ae74e771)
20+
1021## [ 1.7.0] - 2024-11-26
1122
1223### Changes
Original file line number Diff line number Diff line change 1+ linstor-gateway (1.8.0-1) unstable; urgency=medium
2+
3+ * New upstream release
4+
5+ -- Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Tue, 18 Mar 2025 13:37:41 +0100
6+
17linstor-gateway (1.7.0-1) unstable; urgency=medium
28
39 * New upstream release
Original file line number Diff line number Diff line change 77%endif
88
99Name: linstor-gateway
10- Version: 1.7 .0
10+ Version: 1.8 .0
1111Release: 1
1212Summary: Exposes highly available LINSTOR storage via iSCSI, NFS, or NVMe-OF.
1313%global tarball_version %(echo "%{version }" | sed -e 's/~rc/-rc/' -e 's/~alpha /-alpha /')
@@ -57,6 +57,9 @@ find %{_datadir}/doc/drbd-reactor* \
5757 %{_firewalldir }/services/%{name }.xml
5858
5959%changelog
60+ * Tue Mar 18 2025 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.8.0-1
61+ - New upstream release
62+
6063* Tue Nov 26 2024 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.7.0-1
6164- New upstream release
6265
You can’t perform that action at this time.
0 commit comments