diff --git a/Dockerfile b/Dockerfile index 34382e701..c70fb6356 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/debian/changelog b/debian/changelog index 7699dc0f9..f2f6736f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 10 Sep 2018 14:28:42 +0200 + linstor-server (0.6.2-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor.spec b/linstor.spec index a857526ae..c6eccc5bb 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 0.6.2 +Version: 0.6.3 Release: 1%{?dist} Summary: LINSTOR SDS %define GRADLE_TASKS installdist