Skip to content

Commit 790dc16

Browse files
committed
prepare release v1.18.0
1 parent d038816 commit 790dc16

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
python-linstor (1.17.0-1) experimental; urgency=medium
214

315
* add resource_group_query_size_info() method

linstor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.17.0"
1+
VERSION = "1.18.0"

0 commit comments

Comments
 (0)