From 6ebd8b241298003bca57f4689237c7340275c904 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 22 Feb 2022 09:01:59 +0000 Subject: [PATCH] prepare release v1.13.0 --- debian/changelog | 18 ++++++++++++++++++ linstor/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d088b06..0184830 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +python-linstor (1.13.0-1) experimental; urgency=medium + + [ Rene Peinthor ] + * add flake8 build step and fix pep8 errors + * gitlab: lbbuild is more of a deploy stage + * gitlab: run all on jenkins push + * rscdfn-clone: add support for zfs clone option + * submodule: update linstor-common path + * resource: allow a new resource to be initialized with a resource-group + * resource: from_resource_group init storage_pool if dfn_only + * resource-sync: add sync status api call + * add controller_backupdb api method + + [ Moritz "WanzenBug" Wanzenböck ] + * backup: add snapshot name parameters + + -- Rene Peinthor Tue, 22 Feb 2022 09:01:38 +0000 + python-linstor (1.12.0-1) experimental; urgency=medium [ Christoph Böhmwalder ] diff --git a/linstor/version.py b/linstor/version.py index 5878cbe..cfa2a19 100644 --- a/linstor/version.py +++ b/linstor/version.py @@ -1 +1 @@ -VERSION = "1.12.0" +VERSION = "1.13.0"