File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.18.0] - 2023-04-17
12
+
13
+ ### Added
14
+
15
+ - Added snapshot_create_multi method to create snapshots of multiple resources
16
+
17
+ ### Changed
18
+
19
+ - SizeCalc now supports sector units
20
+
21
+ ### Fixed
22
+
23
+ - RscDfn create doesn't ignore peerslot
24
+
11
25
## [ 1.17.0] - 2023-03-14
12
26
13
27
### Added
Original file line number Diff line number Diff line change
1
+ python-linstor (1.18.0-1) experimental; urgency=medium
2
+
3
+ [ Gabor Hernadi ]
4
+ * RscDfn,Crt: add peerslots to create request
5
+ * Qsi: Add oversubscription_ratio property
6
+ * MultiSnap: Add support for new API
7
+
8
+ [ Rene Peinthor ]
9
+ * SizeCalc class now unterstands sectors
10
+
11
+ -- Rene Peinthor <rene.peinthor@linbit.com> Mon, 17 Apr 2023 11:59:17 +0000
12
+
1
13
python-linstor (1.17.0-1) experimental; urgency=medium
2
14
3
15
* add resource_group_query_size_info() method
Original file line number Diff line number Diff line change 1
- VERSION = "1.17 .0"
1
+ VERSION = "1.18 .0"
You can’t perform that action at this time.
0 commit comments