Skip to content

Commit

Permalink
prepare release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jan 27, 2020
1 parent 665ed8d commit 974dfca
Show file tree
Hide file tree
Showing 4 changed files with 24 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.4.1
ENV LINSTOR_VERSION 1.4.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.4.1
ENV LINSTOR_VERSION 1.4.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.4.1
ENV LINSTOR_VERSION 1.4.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.4.1
ENV LINSTOR_VERSION 1.4.2
ARG release=1

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

[ Gabor Hernadi ]
* Removing unnecessary merge-resolving file
* SignIn: Add return code
* Drbd: fixed resize while resync uncleard flag
* StorPool, list: Removed filtering DfltDisklessStorPools
* VlmGrp: Added Flags with GROSS_SIZE as first value
* VlmDfn: Changed method of toggling GROSS_SIZE
* DISKLESS flag: pulled splitting into new flags up

[ Rene Peinthor ]
* res-grps: check that place count is positive

-- Rene Peinthor <rene.peinthor@linbit.com> Mon, 27 Jan 2020 11:07:59 +0000

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

* FILE, FILE_THIN: fixed isSnapshotSupported
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.1
Version: 1.4.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
* Mon Jan 27 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.4.2-1
- New upstream release. VlmGrp gross-size, resize bug-fix.

* Thu Jan 16 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.4.1-1
- New upstream release. DB migration fixes.

Expand Down

0 comments on commit 974dfca

Please sign in to comment.