Skip to content

Commit

Permalink
prepare release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Mar 24, 2020
1 parent a4ad9cf commit f9a1a0b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 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.5.1
ENV LINSTOR_VERSION 1.5.2

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.5.1
ENV LINSTOR_VERSION 1.5.2
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.5.1
ENV LINSTOR_VERSION 1.5.2

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.5.1
ENV LINSTOR_VERSION 1.5.2
ARG release=1

LABEL name="linstor-satellite" \
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linstor-server (1.5.2-1) experimental; urgency=medium

* Lvm: fixed bug where a VG has no PV

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 24 Mar 2020 11:42:55 +0000

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

* Revert "DB: Removed deprecated *CtrlDatabaseDriver interfaces"
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.5.1
Version: 1.5.2
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
* Tue Mar 24 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.5.1-1
- New upstream release. Fix LVM-filters on physical-storage.

* Mon Mar 23 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.5.1-1
- New upstream release. Add LVM-filters, fix db password login.

Expand Down

0 comments on commit f9a1a0b

Please sign in to comment.