Skip to content

Commit

Permalink
prepare release v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jun 2, 2021
1 parent a3a7349 commit 631c2dd
Show file tree
Hide file tree
Showing 4 changed files with 29 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.12.4
ENV LINSTOR_VERSION 1.12.5

ENV LINSTOR_TGZNAME linstor-server
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
Expand Down Expand Up @@ -48,7 +48,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.12.4
ENV LINSTOR_VERSION 1.12.5
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.12.4
ENV LINSTOR_VERSION 1.12.5
ARG ARCH=amd64

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

ENV LINSTOR_VERSION 1.12.4
ENV LINSTOR_VERSION 1.12.5
ARG release=1
ARG ARCH=amd64

Expand Down
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
linstor-server (1.12.5-1) experimental; urgency=medium

[ Rene Peinthor ]
* make-rsc-available: Set default for diskful flag
* db-migrationutils: always drop constraints on mariadb
* common: allow preferred nic for rd and rg
* physica-devs: Do not use blkid for filtering anymore

[ Gabor Hernadi ]
* MakeAvailable: toggle-disk if diskful is set
* Luks: Fixed reserving correct size for header
* AbsStorProvider: Fixed resize condition
* DRBD: Fixed shrinking
* Mixed SPs: Allow more combinations

[ Christoph Böhmwalder ]
* docs: apidiffgo: use more common tail syntax
* docs: rest-api: clarify PropsInfo documentation

-- Rene Peinthor <rene.peinthor@linbit.com> Wed, 02 Jun 2021 11:00:23 +0000

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

[ Gabor Hernadi ]
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.12.4
Version: 1.12.5
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -137,6 +137,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
%systemd_preun linstor-satellite.service

%changelog
* Wed Jun 2 2021 Rene Peinthor <rene.peinthor@linbit.com> 1.12.5-1
- New upstream release. Bug fixes

* Tue May 18 2021 Rene Peinthor <rene.peinthor@linbit.com> 1.12.4-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 631c2dd

Please sign in to comment.