From 2f0037c1e536bde57d11cc02f33e2c8e2f477b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=B6hmwalder?= Date: Mon, 16 Oct 2023 10:43:23 +0200 Subject: [PATCH] Release v1.3.0-rc.1 --- CHANGELOG.md | 18 +++++++++++++++++- debian/changelog | 6 ++++++ linstor-gateway.spec | 5 ++++- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34d580..86c196c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [1.3.0-rc.1] - 2023-10-16 + +### Features + +* The `status` command will now show what node a resource is running on. (106dfc88) +* The `check-health` command now differentiates between "agent", "server", and "client" mode, checking the requirements for the respective mode of operation. (e0b25072) +* All `create` commands now use `-r` as the shorthand flag for resource groups. Previously, iSCSI used `-g` instead -- this shorthand is now deprecated. (5b0eb9ab) +* When creating an iSCSI target, the `--implementation` flag can now be used to specify what iSCSI target implementation should be used by the underlying resource agent. (e6bcc14f) +* When a step in the creation of a resource fails, the resources created in previous steps will now be cleaned up. This avoids "resource already exists" errors. (434d2d13) +* When installing LINSTOR Gateway via rpm, the drbd-reactor auto-reload files will now be copied to the appropriate place automatically. (736cd2ae) + +### Fixes + +* The `check-health` command now finds the correct path to the drbd-reactor documentation directory more reliably. (bc4747ac) + ## [1.2.0] - 2023-03-14 ### Features @@ -225,7 +240,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.2.0...HEAD +[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.3.0-rc.1...HEAD +[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 [1.1.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.0.0...v1.1.0 diff --git a/debian/changelog b/debian/changelog index 6424595..131b9d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linstor-gateway (1.3.0-rc.1-1) unstable; urgency=medium + + * New upstream release + + -- Christoph Böhmwalder Mon, 16 Oct 2023 10:42:52 +0200 + linstor-gateway (1.2.0-1) unstable; urgency=medium * New upstream release diff --git a/linstor-gateway.spec b/linstor-gateway.spec index 88373e2..0146cd8 100644 --- a/linstor-gateway.spec +++ b/linstor-gateway.spec @@ -7,7 +7,7 @@ %endif Name: linstor-gateway -Version: 1.2.0 +Version: 1.3.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 +* Mon Oct 16 2023 Christoph Böhmwalder - 1.3.0-rc.1-1 +- New upstream release + * Tue Mar 14 2023 Christoph Böhmwalder - 1.2.0-1 - New upstream release