Skip to content

Commit dea45e8

Browse files
committed
Release v1.8.0
1 parent 9754bf6 commit dea45e8

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
linstor-gateway (1.7.0-1) unstable; urgency=medium
28

39
* New upstream release

linstor-gateway.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%endif
88

99
Name: linstor-gateway
10-
Version: 1.7.0
10+
Version: 1.8.0
1111
Release: 1
1212
Summary: 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

0 commit comments

Comments
 (0)