Skip to content

Commit

Permalink
prepare release v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 17, 2023
1 parent d038816 commit 790dc16
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.18.0] - 2023-04-17

### Added

- Added snapshot_create_multi method to create snapshots of multiple resources

### Changed

- SizeCalc now supports sector units

### Fixed

- RscDfn create doesn't ignore peerslot

## [1.17.0] - 2023-03-14

### Added
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python-linstor (1.18.0-1) experimental; urgency=medium

[ Gabor Hernadi ]
* RscDfn,Crt: add peerslots to create request
* Qsi: Add oversubscription_ratio property
* MultiSnap: Add support for new API

[ Rene Peinthor ]
* SizeCalc class now unterstands sectors

-- Rene Peinthor <rene.peinthor@linbit.com> Mon, 17 Apr 2023 11:59:17 +0000

python-linstor (1.17.0-1) experimental; urgency=medium

* add resource_group_query_size_info() method
Expand Down
2 changes: 1 addition & 1 deletion linstor/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.17.0"
VERSION = "1.18.0"

0 comments on commit 790dc16

Please sign in to comment.