Skip to content

Commit

Permalink
prepare release v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed May 12, 2022
1 parent 8e46785 commit 801b2d2
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.controller
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV LINSTOR_VERSION 1.18.1-rc.2
ENV LINSTOR_VERSION 1.18.1

ENV LINSTOR_TGZNAME linstor-server
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
Expand Down Expand Up @@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf

# ENV can not be shared between builder and "main"
ENV LINSTOR_VERSION 1.18.1-rc.2
ENV LINSTOR_VERSION 1.18.1
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,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV LINSTOR_VERSION 1.18.1-rc.2
ENV LINSTOR_VERSION 1.18.1
ARG ARCH=amd64

ENV LINSTOR_TGZNAME linstor-server
Expand Down Expand Up @@ -50,7 +50,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.18.1-rc.2
ENV LINSTOR_VERSION 1.18.1
ARG release=1
ARG ARCH=amd64

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

[ Gabor Hernadi ]
* LocalIP: Fix finding the local IP
* zfs,snap-restore: Fix duplicate zpool
* VlmGrp: Add to RG on Stlt
* VG,Stlt: Update properties properly
* Extend checks for automatic rs-discard-granularity and discard-zeroes- [...]
* ConfFileBuilder: Add Vlm-props to prioProps
* Node,modify: also update port if nodeType changes
* Node,Modify: Make reconnect asynchron
* TaskScheduler: Add reschedule method
* TaskScheduleService: Fixed possible concurrentModExc
* TaskScheduler: Changed returned long from relative to absolute timestamp
* TaskSchedule: Added new next execution-time-calculation
* TaskScheduleService: fixed new execution-time-calculation

[ Matt Kereczman ]
* docs: add prometheus metrics to docs

[ Robert Altnoeder ]
* Experimental/review: New main loop, supposed to fix synchronization is [...]

[ Rene Peinthor ]
* rest: update rest-api-version

-- Rene Peinthor <rene.peinthor@linbit.com> Thu, 12 May 2022 05:39:55 +0000

linstor-server (1.18.1~rc.2-1) experimental; urgency=medium

[ Aiden Grossman ]
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.18.1~rc.2
Version: 1.18.1
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -142,6 +142,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
%systemd_preun linstor-satellite.service

%changelog
* Thu May 12 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.18.1-1
- New upstream release. Bug fixes

* Mon May 2 2022 Gabor Hernadi <gabor.hernadi@linbit.com> 1.18.1~rc.2-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 801b2d2

Please sign in to comment.