Skip to content

Commit

Permalink
prepare release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Mar 11, 2020
1 parent faa5b3d commit 9164a43
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.controller
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:centos7 as builder

ENV LINSTOR_VERSION 1.4.3
ENV LINSTOR_VERSION 1.5.0

ENV GRADLE_VERSION 4.4.1

Expand Down Expand Up @@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

# ENV can not be shared between builder and "main"
ENV LINSTOR_VERSION 1.4.3
ENV LINSTOR_VERSION 1.5.0
ARG release=1

LABEL name="linstor-controller" \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.satellite
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:centos7 as builder

ENV LINSTOR_VERSION 1.4.3
ENV LINSTOR_VERSION 1.5.0

ENV GRADLE_VERSION 4.4.1

Expand Down Expand Up @@ -37,7 +37,7 @@ RUN cd ${HOME} && \
FROM quay.io/linbit/drbd-utils
# this is/needs to be based on registry.access.redhat.com/ubi7/ubi

ENV LINSTOR_VERSION 1.4.3
ENV LINSTOR_VERSION 1.5.0
ARG release=1

LABEL name="linstor-satellite" \
Expand Down
30 changes: 29 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
linstor-server (1.5.0-1) experimental; urgency=medium

[ Rene Peinthor ]
* rest-api-docu: fix changelog entry
* move EVENT_ consts to internal api
* drbd-connection: Monitor drbd connection states
* peeroffline: pretend full-sync is successful

[ Johanna Kucera ]
* Tests: added tests for class Align

[ Roland Kammerer ]
* containers,lvm: disable drbd devices

[ Gabor Hernadi ]
* RscCrt: Relaxed layer-list restrictions
* Openflex: Restoring reusable utilities from swordfish-implementation
* StltCfg: added --openflex cmdline option
* StltExtToolChecker: Openflex now reports support for NVMe
* Added openflex specifc checks for resource-creation
* StorageLayer: Combined getCapacity and getFreeSpace methods
* Stlt: fetching free space now goes through devMgr
* OpenflexProcessStarter: start process before creating node
* Openflex: Allow only 1 vlm per rsc
* Openflex: Added Openflex layer

-- Rene Peinthor <rene.peinthor@linbit.com> Wed, 11 Mar 2020 12:57:32 +0000

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

[ Rene Peinthor ]
Expand Down Expand Up @@ -51,7 +79,7 @@ linstor-server (1.4.3-1) experimental; urgency=medium
* gitignore: added database files
* logging: added level by components
* logging: add correct error messages
* service ordering: implement correct ordering for starting and stopping services
* service ordering: implement correct ordering for starting and stopping [...]
* Passphrase: implemented automated initialization of passphrase
* startup order: added shutdown for NetCom

Expand Down
5 changes: 4 additions & 1 deletion linstor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: linstor
Version: 1.4.3
Version: 1.5.0
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -134,6 +134,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
%systemd_preun linstor-satellite.service

%changelog
* Wed Mar 11 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.5.0-1
- New upstream release. OpenFlex support, drbd-connection info, bug fixes.

* Tue Mar 3 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.4.3-1
- New upstream release. Remove ETCD trans-limit, bug fixes.

Expand Down

0 comments on commit 9164a43

Please sign in to comment.