From b47dc48324ac22c7169d2b391cdd2dca68ffcbb8 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 18 Oct 2022 07:23:27 +0000 Subject: [PATCH] prepare release v1.15.1 --- CHANGELOG.md | 8 +++++++- debian/changelog | 10 ++++++++++ linstor/version.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a664c..99a16d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.15.0] - 2022-09-20 +## [1.15.1] - 2022-10-18 + +### Added + +- SnapVlm: Add response object for state ### Fixed - Fixed sos_report_create and sos_report_download since parameter concatenation +## [1.15.0] - 2022-09-20 + ### Added - Added autoplace-options to resource-group spawn method diff --git a/debian/changelog b/debian/changelog index 7b7b67d..c52d3a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-linstor (1.15.1-1) experimental; urgency=medium + + [ Rene Peinthor ] + * Fixed sos_report_create and sos_report_download since parameter concat [...] + + [ Gabor Hernadi ] + * SnapVlm: Add response object for state + + -- Rene Peinthor Tue, 18 Oct 2022 07:21:20 +0000 + python-linstor (1.15.0-1) experimental; urgency=medium [ Johanna Kucera ] diff --git a/linstor/version.py b/linstor/version.py index 57d0a1b..6b69db2 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.15.0" +VERSION = "1.15.1"