diff --git a/CHANGELOG.md b/CHANGELOG.md index d17a45e..6c82e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/debian/changelog b/debian/changelog index 2d00b3a..4e31e8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linstor-gateway (1.4.0~rc.1-1) unstable; urgency=medium + + * New upstream release + + -- Christoph Böhmwalder Tue, 20 Feb 2024 13:01:37 +0100 + linstor-gateway (1.3.0-1) unstable; urgency=medium * New upstream release diff --git a/linstor-gateway.spec b/linstor-gateway.spec index efb0a71..419fb33 100644 --- a/linstor-gateway.spec +++ b/linstor-gateway.spec @@ -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/') @@ -57,6 +57,9 @@ find %{_datadir}/doc/drbd-reactor* \ %{_firewalldir}/services/%{name}.xml %changelog +* Tue Feb 20 2024 Christoph Böhmwalder - 1.4.0~rc.1-1 +- New upstream release + * Tue Oct 24 2023 Christoph Böhmwalder - 1.3.0-1 - New upstream release