Skip to content

Commit

Permalink
prepare release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Sep 10, 2018
1 parent 7e6e17a commit d608e73
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:xenial as builder

ENV LINSTOR_VERSION 0.6.2
ENV LINSTOR_VERSION 0.6.3

ENV LINSTOR_TGZNAME linstor-server
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
Expand Down
31 changes: 31 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
linstor-server (0.6.3-1) experimental; urgency=medium

[ Rene Peinthor ]
* linstor-config: make sure the LINSTOR schema is set
* nodeapidata: use ConnectionStatus enum
* err-list: Fix null pointer exception if node not connected
* storpool-list: fix diskless storpool filtering
* zfsdriver: fix incorrect total capacity reporting
* zfsdriver: fix total capacity for sub datasets
* zfsthindriver: add zfs thin driver
* satellite: atomically write drbd res files
* tests: fix guice SF_TARGET_PORT_POOL mock
* swordfishtarget: resolve satellite start binary from class path
* swordfishtarget: don't fail controller startup
* node-lost: fix resource definition in delete state

[ Gabor Hernadi ]
* Added timeout for respawning drbd events2 stream
* Fixed access to deleted volume
* Removed special treatment for default diskless storage pool
* Added whitelist storage drivers per node type
* Fixed tests
* Fixed controller: establishing connection to swordfish_target
* Added --bind-address argument
* Added swordfish_target node creation API
* Fixed potential ConcurrentModificationException
* Added .res file testing
* Fixed satellite disconnect when extCmd takes long

-- Rene Peinthor <rene.peinthor@linbit.com> Mon, 10 Sep 2018 14:28:42 +0200

linstor-server (0.6.2-1) experimental; urgency=medium

[ Gabor Hernadi ]
Expand Down
2 changes: 1 addition & 1 deletion linstor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: linstor
Version: 0.6.2
Version: 0.6.3
Release: 1%{?dist}
Summary: LINSTOR SDS
%define GRADLE_TASKS installdist
Expand Down

0 comments on commit d608e73

Please sign in to comment.