Skip to content

Commit

Permalink
Release v1.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrboe committed Jul 4, 2024
1 parent 75a1cff commit bc243fe
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.6.0-rc.1] - 2024-07-04

### Changes

* Add a sensible User-Agent when sending http requests via the client. (fc34f086)
* 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. (01161bfc)
* NFS: Add a --filesystem option when creating an NFS export. (86b70a58)

### Fixes

* Fix some Go API client functions so that they actually return data. (34f68fc3)

## [1.5.0] - 2024-04-17

### Features
Expand Down Expand Up @@ -273,7 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* First released version
* REST API version 1.0.0

[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.6.0-rc.1...HEAD
[1.6.0-rc.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.5.0...v1.6.0-rc.1
[1.5.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.4.0-rc.1...v1.4.0
[1.4.0-rc.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.3.0...v1.4.0-rc.1
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.6.0~rc.1-1) unstable; urgency=medium

* New upstream release

-- Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Thu, 04 Jul 2024 10:58:19 +0200

linstor-gateway (1.5.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.5.0
Version: 1.6.0~rc.1
Release: 1
Summary: 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 @@ -57,6 +57,9 @@ find %{_datadir}/doc/drbd-reactor* \
%{_firewalldir}/services/%{name}.xml

%changelog
* Thu Jul 04 2024 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.6.0~rc.1-1
- New upstream release

* Wed Apr 17 2024 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.5.0-1
- New upstream release

Expand Down

0 comments on commit bc243fe

Please sign in to comment.