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
88
99## [ Unreleased]
1010
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+
1125## [ 1.17.0] - 2023-03-14
1226
1327### 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 <
[email protected] > Mon, 17 Apr 2023 11:59:17 +0000
12+
113python-linstor (1.17.0-1) experimental; urgency=medium
214
315 * 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