Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrboe committed Mar 6, 2023
1 parent bb50c92 commit de7a7f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## 1.1.1 - 2023-03-06

### Fixes

* Fix NFS healthcheck on older systemd versions (53bbd671)
* Ignore and overwrite an existing promoter config if its corresponding
LINSTOR resource does not exist (137f7560)
* Fix a `nil` dereference when listing resources with a broken LINSTOR state
(df53d0b3)

## 1.1.0 - 2023-02-24

### Features
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linstor-gateway (1.1.1-1) unstable; urgency=medium

* New upstream release

-- Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Mon, 06 Mar 2023 16:28:04 +0100

linstor-gateway (1.1.0-1) unstable; urgency=medium

* New upstream release
Expand Down
5 changes: 4 additions & 1 deletion linstor-gateway.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%endif

Name: linstor-gateway
Version: 1.1.0
Version: 1.1.1
Release: 1
Summary: LINSTOR Gateway exposes highly available LINSTOR storage via iSCSI, NFS, or NVMe-OF.
%global tarball_version %(echo "%{version}" | sed -e 's/~rc/-rc/' -e 's/~alpha/-alpha/')
Expand Down Expand Up @@ -52,6 +52,9 @@ install -D -m 644 %{name}.xml %{buildroot}%{_firewalldir}/services/%{name}.xml
%{_firewalldir}/services/%{name}.xml

%changelog
* Mon Mar 06 2023 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.1.1-1
- New upstream release

* Fri Feb 24 2023 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.1.0-1
- New upstream release

Expand Down

0 comments on commit de7a7f0

Please sign in to comment.