From 9d44e4a783e0159ed5b9cd044f7da69d974d160c Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Mon, 22 Jan 2024 08:10:08 +0000 Subject: [PATCH] prepare release v1.21.0 --- CHANGELOG.md | 7 +++++++ debian/changelog | 17 +++++++++++++++++ linstor/version.py | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db86874..9623dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.21.0] - 2024-01-22 + ### Added - Add optional peer_slots parameter to resource_group_{create,modify,spawn} +- Allow storpool rename map on snap restore an schedule enable + +### Fixed + +- resource.py exception if a resource reply is an apicallrc ## [1.20.1] - 2023-10-25 diff --git a/debian/changelog b/debian/changelog index fc44f29..9160732 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +python-linstor (1.21.0-1) experimental; urgency=medium + + [ Gabor Hernadi ] + * RscGrp: Added peer_slots parameter + + [ Johanna Kucera ] + * Schedules: allow storpool-rename on schedule enable + * Snapshots: allow storpool-rename on snap restore + + [ Rene Peinthor ] + * responses: fix exception if no message field + * resource: fix exception if resource replies is an apicallrc + * setup.cfg: don't use deprecated build-requires anymore + * gitlab-ci: build special version on branch + + -- Rene Peinthor Mon, 22 Jan 2024 08:07:22 +0000 + python-linstor (1.20.1-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor/version.py b/linstor/version.py index 7643e12..452976d 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.20.1" +VERSION = "1.21.0"