Skip to content

Commit

Permalink
Release v1.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrboe committed Feb 20, 2024
1 parent 8d44356 commit bfcdc33
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.4.0-rc.1] - 2024-02-20

### Features

* The `nfs create` command now supports creating multiple NFS exports in the same cluster. (6244defb)
* The `delete` command now prompts for confirmation before deleting a resource. (7c6d7833)
* drbd-reactor configuration files generated by LINSTOR Gateway are now versioned and can be migrated to new versions automatically. (87230226, f72c2c39)

### Fixes

* The `nfs upgrade` command now actually respects the `--dry-run` flag. (e760b419)
* drbd-reactor configuration files no longer include the deprecated `id` field. (878d53f4)
* In the NFS configuration file, the `IPaddr2` and `nfsserver` resource agent entries were switched. These are now in the correct order. (2337e327)

## [1.3.0] - 2023-10-24

* No changes over rc1
Expand Down Expand Up @@ -244,7 +258,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.3.0...HEAD
[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.4.0-rc.1...HEAD
[1.4.0-rc.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.3.0...v1.4.0-rc.1
[1.3.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.3.0-rc.1...v1.3.0
[1.3.0-rc.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.2.0...v1.3.0-rc.1
[1.2.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.1.1...v1.2.0
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.4.0~rc.1-1) unstable; urgency=medium

* New upstream release

-- Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Tue, 20 Feb 2024 13:01:37 +0100

linstor-gateway (1.3.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.3.0
Version: 1.4.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
* Tue Feb 20 2024 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.4.0~rc.1-1
- New upstream release

* Tue Oct 24 2023 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.3.0-1
- New upstream release

Expand Down

0 comments on commit bfcdc33

Please sign in to comment.