Skip to content

Commit b47dc48

Browse files
committed
prepare release v1.15.1
1 parent 63c7898 commit b47dc48

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11-
## [1.15.0] - 2022-09-20
11+
## [1.15.1] - 2022-10-18
12+
13+
### Added
14+
15+
- SnapVlm: Add response object for state
1216

1317
### Fixed
1418

1519
- Fixed sos_report_create and sos_report_download since parameter concatenation
1620

1721

22+
## [1.15.0] - 2022-09-20
23+
1824
### Added
1925

2026
- Added autoplace-options to resource-group spawn method

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
python-linstor (1.15.1-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* Fixed sos_report_create and sos_report_download since parameter concat [...]
5+
6+
[ Gabor Hernadi ]
7+
* SnapVlm: Add response object for state
8+
9+
-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 18 Oct 2022 07:21:20 +0000
10+
111
python-linstor (1.15.0-1) experimental; urgency=medium
212

313
[ Johanna Kucera ]

linstor/version.py

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

0 commit comments

Comments
 (0)