Skip to content

Commit 2bca767

Browse files
committed
prepare release v1.22.0
1 parent 75650ed commit 2bca767

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-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.22.0] - 2024-04-02
12+
1113
### Changed
1214
- LinstorApi is now parsing .conf files in /etc/linstor/linstor-client.d and merging with other client conf
1315

debian/changelog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
python-linstor (1.22.0-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* fix rg/vg list throwing error in curl mode
5+
* config: read .conf files in /etc/linstor/linstor-client.d
6+
* encryption: allow setting user volume passphrases
7+
* resource_dfn_clone: allow to specify volume passwords
8+
* added volume_dfn_modify_passphrase
9+
10+
[ Johanna Kucera ]
11+
* Backups: add --force-restore option
12+
13+
-- Rene Peinthor <[email protected]> Tue, 02 Apr 2024 07:28:47 +0000
14+
115
python-linstor (1.21.1-1) experimental; urgency=medium
216

317
[ Rene Peinthor ]

linstor/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.21.1"
1+
VERSION = "1.22.0"

0 commit comments

Comments
 (0)