Skip to content

Commit

Permalink
prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Sep 3, 2018
1 parent d065871 commit 4d1197d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 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.0
ENV LINSTOR_VERSION 0.6.1

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

[ Rene Peinthor ]
* gradle: also add lib/* to linstor-config cp tool startup script
* db: fix broken freespace manager migration script
* Fix NPE if node currently doesn't have a peer

[ Gabor Hernadi ]
* Added 1 hour db-connection idle timeout

-- Rene Peinthor <rene.peinthor@linbit.com> Mon, 03 Sep 2018 11:07:48 +0200

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

[ Joel Colledge ]
Expand Down
9 changes: 5 additions & 4 deletions linstor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: linstor
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: LINSTOR SDS
%define GRADLE_TASKS installdist
Expand Down Expand Up @@ -46,7 +46,7 @@ Summary: Common files shared between controller and satellite
Requires: jre-headless

%description common
TODO.
Linstor shared components between linstor-controller and linstor-satellite


%files common -f %{_builddir}/%{NAME_VERS}/server/jar.deps
Expand All @@ -62,7 +62,7 @@ Summary: Linstor controller specific files
Requires: linstor-common = %{version}

%description controller
TODO.
Linstor controller manages linstor satellites and persistant data storage.


%files controller -f %{_builddir}/%{NAME_VERS}/controller/jar.deps
Expand Down Expand Up @@ -90,7 +90,8 @@ Requires: lvm2
Requires: drbd-utils

%description satellite
TODO.
Linstor satellite, communicates with linstor-controller
and creates drbd resource files.


%files satellite -f %{_builddir}/%{NAME_VERS}/satellite/jar.deps
Expand Down

0 comments on commit 4d1197d

Please sign in to comment.