Skip to content

Commit 8a56f7c

Browse files
committed
prepare release v1.24.0
1 parent c87315c commit 8a56f7c

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.24.0] - 2024-12-17
12+
1113
### Added
1214

1315
- Added options dst_rsc_grp and force_rsc_grp to BackupShip, BackupRestore and BackupSchedule

debian/changelog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
python-linstor (1.24.0-1) experimental; urgency=medium
2+
3+
[ Gabor Hernadi ]
4+
* Backup: Added dst_rsc_grp and force_rsc_grp
5+
6+
[ Luís Simas ]
7+
* linstorapi: remove unused logger
8+
9+
[ Rene Peinthor ]
10+
* linstorapi: fix pep8
11+
* rscdfn-clone: add layer_list parameter
12+
* clone: add resource-group parameter for cloning
13+
* responses: add layer_stack and layer_data props
14+
15+
-- Rene Peinthor <[email protected]> Tue, 17 Dec 2024 10:05:48 +0000
16+
117
python-linstor (1.23.1-1) experimental; urgency=medium
218

319
* update linstor-common

linstor/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.23.1"
1+
VERSION = "1.24.0"

0 commit comments

Comments
 (0)