Skip to content

Commit

Permalink
prepare release v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Oct 18, 2022
1 parent 421dd8d commit 9c6f7fa
Show file tree
Hide file tree
Showing 5 changed files with 40 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.0] - 2022-10-18

### Added
- Added SnapshotVolumeNode as part of SnapshotNode to include a snapshot state
- Status of EBS volumes and snapshots are now queried periodically
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.0-rc.1
ENV LINSTOR_VERSION 1.20.0

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.0-rc.1
ENV LINSTOR_VERSION 1.20.0
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.0-rc.1
ENV LINSTOR_VERSION 1.20.0
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.0-rc.1
ENV LINSTOR_VERSION 1.20.0
ARG release=1
ARG ARCH=amd64

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

[ Moritz "WanzenBug" Wanzenböck ]
* crd: make crd caching lazy
* docker: don't force binding REST-API on ipv4

[ Johanna Kucera ]
* BackupShipping: make sure filters are applied
* BackupShipping: prevent concurrent usage of DateFormat
* BackupShipping: force backups to do initial full sync
* BackupShipping: allow users to set forceInitialSync

[ Gabor Hernadi ]
* Snap,Props: Delete props of Snap and SnapVlm on delete
* EBS: Fix make-available support
* Ebs: Prohibit deletion of EBS Target SP
* Ebs: Add support for Tags
* Ebs: Add support for VolumeTypes
* Ebs: Added EbsStatusManager
* Ebs: Prevent snap rollback/restore while pending
* AllUpToDateCheck: Add null check
* EBS: Prevent EBS modifications during cooldown
* Crd: Randomized Cluster/LocalId
* Drbd: Fix mkfs without quorum

[ Michael Troutman ]
* DOCS: corrects sihpped misspelling

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 18 Oct 2022 07:17:30 +0000

linstor-server (1.20.0~rc.1-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.20.0~rc.1
Version: 1.20.0
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
* Tue Oct 18 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.0-1
- New upstream release. Bug fixes

* Tue Sep 20 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.0~rc.1-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 9c6f7fa

Please sign in to comment.