Skip to content

Commit 8e8a6bf

Browse files
committed
prepare release v1.0.4
1 parent db874f2 commit 8e8a6bf

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
python-linstor (1.0.4-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* resource-api: add support for resource-groups
5+
* linstorapi: improve type comments
6+
* responses: add reports property to volumes
7+
* linstorapi-selectfilter: fix incorrect layer_list setting
8+
* linstorapi: slightly better error message on https connect fails
9+
* linstorapi: resource-dfn list, do not fail on empty list response(curl)
10+
* linstorapi: fix incorrect message on require_version method
11+
* linstorapi: add physica-storage API calls
12+
* physical-storage: allow multiple devices per node and storage pool
13+
* linstor-common: depend on TIE_BREAKER FLAG
14+
* linstorapi: add single resource connection query method
15+
16+
[ Rainer Laschober ]
17+
* ResourceGroups: Implement function for list command; imports; naming
18+
* ResourceDefinitions: Modify function for list command
19+
* Nodes: Modify function for list command
20+
21+
-- Rene Peinthor <[email protected]> Thu, 24 Oct 2019 11:32:30 +0200
22+
123
python-linstor (1.0.3-1) experimental; urgency=medium
224

325
[ Rene Peinthor ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.0.3"
1+
VERSION = "1.0.4"
22

33
from .linstorapi import ApiCallResponse, ErrorReport
44
from .linstorapi import Linstor, MultiLinstor

0 commit comments

Comments
 (0)