Skip to content

Commit

Permalink
prepare release v1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Dec 14, 2022
1 parent 3f4953c commit 58a983a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.20.2] - 2022-12-14

### Fixed

- Can now use snapshot restore on a snapshot created by a backup create
Expand Down
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.20.1
ENV LINSTOR_VERSION 1.20.2

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.20.1
ENV LINSTOR_VERSION 1.20.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,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV LINSTOR_VERSION 1.20.1
ENV LINSTOR_VERSION 1.20.2
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.20.1
ENV LINSTOR_VERSION 1.20.2
ARG release=1
ARG ARCH=amd64

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

[ Johanna Kucera ]
* Backups: fix normal snap restore

[ Gabor Hernadi ]
* Db,migration: Fix orphan cleanup

-- Rene Peinthor <rene.peinthor@linbit.com> Wed, 14 Dec 2022 14:20:05 +0000

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

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

%changelog
* Wed Dec 14 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.2-1
- New upstream release. Bug fixes

* Tue Dec 13 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.1-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 58a983a

Please sign in to comment.