Skip to content

Commit

Permalink
prepare release v1.20.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Sep 20, 2022
1 parent 7995333 commit 095b9be
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 6 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-rc.1] - 2022-09-20

### Added

- Added basic support for [SED](https://trustedcomputinggroup.org/resource/self-encrypting-drives-sed-overview/)
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.19.1
ENV LINSTOR_VERSION 1.20.0-rc.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.19.1
ENV LINSTOR_VERSION 1.20.0-rc.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.19.1
ENV LINSTOR_VERSION 1.20.0-rc.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.19.1
ENV LINSTOR_VERSION 1.20.0-rc.1
ARG release=1
ARG ARCH=amd64

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

[ Gabor Hernadi ]
* DrbdVersion: Changed default version to undertermined
* AutoSnap: Also start AutoSnap for spawned resources
* AutoSnap: run after ctrl restart
* AutoSnap: Read AutoSnapshot/Keep from PrioProps
* PropsCon: fixed ConcurrentModExc
* BackupShipL2L: Fixed NullPointerException
* Layer: Add IgnoreReason
* EncryptionHelper: reevaluate volatile rscdata after setCryptKey
* EncryptionHelper: Fixed tests
* Drbd,extMd: Fixed mixing internal and external metadata
* Zfs: list only necessary datasets
* CrtVlm: Fix size-check for storage pools
* SpecStlt: use correct --option
* SpecStlt: Changed conf dir
* SpecStlt: shutdown specStltProcess on node delete
* SpecStlt: Deallocate port on node delete
* SpecStlt: refactored "openflex" variable names and strings
* RemoteName: Introducing prefix
* Remote: Moved into dedicated package
* Remote: Add EbsRemote
* AbsStorProv: Added SPName to asLvIdentifier method
* EbsProvider: Added EbsTarget- and EbsInitiatorProvider
* EBS: fixed reported allocated size
* EBS: Added resize support
* FreeCapacityUtils: Fix overflow
* EBS: Add snapshot support
* AbsRscData: Add suspend and ignoreReason to txObjs
* Db,EbsRemote: Fix loading EBS resources
* EbsTarget: Do not wait until snapshot is complete
* Storage: do not wipefs on initiator
* Auto-diskful: only cleanup auto-diskful resources
* Auto-diskful: only cleanup auto-diskful or make-available resources
* Sos: Do not fail if satellite is offline.

[ Michael Troutman ]
* corrects "LinStor" misspellings in help message

[ Johanna Kucera ]
* BackupShipping: simplify and fix abort
* BackupShipping: fix backup schedule delete
* BackupShipping: treat restore-abort-maps atomically
* BackupShipping: return copy instead of actual map
* BackupShipping: abort failed shippings after ctrl-restart
* BackupShipping: Allow shipping of rsc to several remotes at once
* DB: Improve DB-update-logging

[ Moritz "WanzenBug" Wanzenböck ]
* physical-storage: set VG during thin pool creation
* crd: implement local caching of resources

[ Rene Peinthor ]
* storpool/getApiData: clone props map, so we don't expose the real props
* DecryptionHelper: add base64ToString variant
* LsBlkUtils: reuse blkid to check device access
* Add Self Encrypting Drive (SED) support
* gitlab-ci: mark stages interruptible
* Add a changelog file

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 20 Sep 2022 12:43:10 +0000

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

[ Johanna Kucera ]
Expand Down
2 changes: 1 addition & 1 deletion docs/rest_v1_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ info:
Changelog:
* unreleased
* 1.15.0
- Added GET, POST /v1/remotes/ebs
- Added PUT /v1/remotes/ebs/{remoteName}
- Extended RemoteList with ebs_remotes
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.19.1
Version: 1.20.0~rc.1
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 Sep 20 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.0~rc.1-1
- New upstream release. Bug fixes

* Wed Jul 27 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.19.1-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 095b9be

Please sign in to comment.