Skip to content

Commit 9d44e4a

Browse files
committed
prepare release v1.21.0
1 parent 88deb13 commit 9d44e4a

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [1.21.0] - 2024-01-22
12+
1113
### Added
1214

1315
- Add optional peer_slots parameter to resource_group_{create,modify,spawn}
16+
- Allow storpool rename map on snap restore an schedule enable
17+
18+
### Fixed
19+
20+
- resource.py exception if a resource reply is an apicallrc
1421

1522
## [1.20.1] - 2023-10-25
1623

debian/changelog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
python-linstor (1.21.0-1) experimental; urgency=medium
2+
3+
[ Gabor Hernadi ]
4+
* RscGrp: Added peer_slots parameter
5+
6+
[ Johanna Kucera ]
7+
* Schedules: allow storpool-rename on schedule enable
8+
* Snapshots: allow storpool-rename on snap restore
9+
10+
[ Rene Peinthor ]
11+
* responses: fix exception if no message field
12+
* resource: fix exception if resource replies is an apicallrc
13+
* setup.cfg: don't use deprecated build-requires anymore
14+
* gitlab-ci: build special version on branch
15+
16+
-- Rene Peinthor <[email protected]> Mon, 22 Jan 2024 08:07:22 +0000
17+
118
python-linstor (1.20.1-1) experimental; urgency=medium
219

320
[ Gabor Hernadi ]

linstor/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.20.1"
1+
VERSION = "1.21.0"

0 commit comments

Comments
 (0)