Skip to content

Commit

Permalink
prepare release v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 2, 2024
1 parent 75650ed commit 2bca767
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.22.0] - 2024-04-02

### Changed
- LinstorApi is now parsing .conf files in /etc/linstor/linstor-client.d and merging with other client conf

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

[ Rene Peinthor ]
* fix rg/vg list throwing error in curl mode
* config: read .conf files in /etc/linstor/linstor-client.d
* encryption: allow setting user volume passphrases
* resource_dfn_clone: allow to specify volume passwords
* added volume_dfn_modify_passphrase

[ Johanna Kucera ]
* Backups: add --force-restore option

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 02 Apr 2024 07:28:47 +0000

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

[ Rene Peinthor ]
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.21.1"
VERSION = "1.22.0"

0 comments on commit 2bca767

Please sign in to comment.