Skip to content

Commit

Permalink
prepare release v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jan 22, 2024
1 parent 88deb13 commit 9d44e4a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.21.0] - 2024-01-22

### Added

- Add optional peer_slots parameter to resource_group_{create,modify,spawn}
- Allow storpool rename map on snap restore an schedule enable

### Fixed

- resource.py exception if a resource reply is an apicallrc

## [1.20.1] - 2023-10-25

Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
python-linstor (1.21.0-1) experimental; urgency=medium

[ Gabor Hernadi ]
* RscGrp: Added peer_slots parameter

[ Johanna Kucera ]
* Schedules: allow storpool-rename on schedule enable
* Snapshots: allow storpool-rename on snap restore

[ Rene Peinthor ]
* responses: fix exception if no message field
* resource: fix exception if resource replies is an apicallrc
* setup.cfg: don't use deprecated build-requires anymore
* gitlab-ci: build special version on branch

-- Rene Peinthor <[email protected]> Mon, 22 Jan 2024 08:07:22 +0000

python-linstor (1.20.1-1) experimental; urgency=medium

[ Gabor Hernadi ]
Expand Down
2 changes: 1 addition & 1 deletion linstor/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.20.1"
VERSION = "1.21.0"

0 comments on commit 9d44e4a

Please sign in to comment.