-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
python-linstor (1.10.1-1) experimental; urgency=medium | ||
|
||
[ Gabor Hernadi ] | ||
* Node: Added eviction_timestamp property | ||
* Snapshot,delete: Add optional node_names list | ||
* RscGrp: Added adjust command | ||
* NodeRestore: Added optional delete_resources and delete_snapshots | ||
|
||
[ Rene Peinthor ] | ||
* resource: Add clone method | ||
|
||
-- Rene Peinthor <[email protected]> Tue, 07 Sep 2021 09:29:12 +0000 | ||
|
||
python-linstor (1.10.0-1) experimental; urgency=medium | ||
|
||
* errors: improve LinstorApiCallError usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "1.10.0" | ||
VERSION = "1.10.1" |