From 6608a8c5d8687a2e6d0feb40940aa63d462fa25e Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 20 Sep 2022 12:37:39 +0000 Subject: [PATCH] prepare release v1.15.0 --- CHANGELOG.md | 2 ++ debian/changelog | 19 +++++++++++++++++++ linstor/version.py | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4fbbd..557936e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.15.0] - 2022-09-20 + ### Added - Added autoplace-options to resource-group spawn method diff --git a/debian/changelog b/debian/changelog index eded63a..7b7b67d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +python-linstor (1.15.0-1) experimental; urgency=medium + + [ Johanna Kucera ] + * RscGrp: add autoplace-options to spawn command + + [ Johannes Thoma ] + * LINSTOR for Windows: Microsoft Storage Spaces support + + [ Rene Peinthor ] + * physical_storage_create_device_pool: sed support + * linstor-common: update + * add Changelog.md + * linstor-common: update + + [ Gabor Hernadi ] + * EBS: Added methods + + -- Rene Peinthor Tue, 20 Sep 2022 12:37:27 +0000 + python-linstor (1.14.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor/version.py b/linstor/version.py index c1230dd..57d0a1b 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.14.0" +VERSION = "1.15.0"