From 8250eddde5f533facba39b4d1f77f1ef85f8521d Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 2 Apr 2024 07:11:27 +0000 Subject: [PATCH] prepare release v1.27.0 --- CHANGELOG-OPENAPI.md | 4 +++- CHANGELOG.md | 2 ++ Dockerfile.controller | 4 ++-- Dockerfile.satellite | 4 ++-- debian/changelog | 48 +++++++++++++++++++++++++++++++++++++++++++ linstor.spec | 5 ++++- 6 files changed, 61 insertions(+), 6 deletions(-) diff --git a/CHANGELOG-OPENAPI.md b/CHANGELOG-OPENAPI.md index 42db6a8d4..6bb122b1d 100644 --- a/CHANGELOG-OPENAPI.md +++ b/CHANGELOG-OPENAPI.md @@ -3,9 +3,11 @@ All notable changes to Linstor OPENAPI(REST) will be documented in this file. ## [Unreleased] - - Added force_restore parameter to backup ship, restore and schedule backups + +## [1.22.0] ### Added + - Added force_restore parameter to backup ship, restore and schedule backups - Added volume_passphrases to resource-group spawn - Added volume_passphrases to ResourceDefinitionCloneRequest - Added passphrase to volume-definition create diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ef6dd70..070c3e4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.27.0] - 2024-04-02 + ### Added - Allow users to provide their own encryption passphrase for volumes diff --git a/Dockerfile.controller b/Dockerfile.controller index e521013d0..c0325b5ec 100644 --- a/Dockerfile.controller +++ b/Dockerfile.controller @@ -1,7 +1,7 @@ ARG BUILDER=registry.access.redhat.com/ubi8/ubi FROM $BUILDER as builder -ENV LINSTOR_VERSION 1.26.2 +ENV LINSTOR_VERSION 1.27.0 ENV LINSTOR_TGZNAME linstor-server ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz @@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf # ENV can not be shared between builder and "main" -ENV LINSTOR_VERSION 1.26.2 +ENV LINSTOR_VERSION 1.27.0 ARG release=1 LABEL name="linstor-controller" \ diff --git a/Dockerfile.satellite b/Dockerfile.satellite index 00df864fa..38e71c385 100644 --- a/Dockerfile.satellite +++ b/Dockerfile.satellite @@ -1,7 +1,7 @@ ARG BUILDER=registry.access.redhat.com/ubi8/ubi FROM $BUILDER as builder -ENV LINSTOR_VERSION 1.26.2 +ENV LINSTOR_VERSION 1.27.0 ARG ARCH=amd64 ENV LINSTOR_TGZNAME linstor-server @@ -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.26.2 +ENV LINSTOR_VERSION 1.27.0 ARG release=1 ARG ARCH=amd64 diff --git a/debian/changelog b/debian/changelog index f7fbf9566..058ea15a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +linstor-server (1.27.0-1) experimental; urgency=medium + + [ Rene Peinthor ] + * openapi: move changelog into own markdown file + * encryption: Allow users to provide their own encryption keys for volumes + * rscdfninternal: fix clone method naming + * cloning/encrypted: Allow to specify a new passhrase after cloning + * vlmdfn: add modify luks passphrase api + * snapshot/rollback: fix rollback after first attempt + * controller: info log client responses from ResponseUtils + * ctrlapihandler: cleanup useless code + * ctrlerrorlist: add loginfo + * ctrlnode: add loginfo + * ctrlrscdfn: add loginfo + * ctrlstorpool: added loginfo + * ctrlvlmdfnmodify: added loginfo + * rest/reqhelper: log apircexceptions as errors + * satellite: add more info logging + * external-files: Improve error message and info logging + * response-utils: improve logging ACR messages + * response-utils: concat extra responses instead of replacing them + * make-available: only warn if an involved node is offline + + [ Gabor Hernadi ] + * linstor-db: Changed dflt cfg path to "/etc/linstor" + * Backup,rst: Only reset RD props if we actually restore the backup + * AutoSnapTask: Fix rescheduling issue + * Backup,restore: Fix invalid negative number when restoring from old LINSTOR + * K8sTxMgr: Iterate over correct ALL_TABLES + * K8s,SpaceHistory: Fix incorrect dates + * Rsc,del: Rerun tiebreaker-check after migration + * SysFs: Only show missing cgroup warning if property is set + * ExactSize: Add property to render the size entry + * Rsc,undelete: Also remove flags from volume + + [ Johanna Kucera ] + * Backup: Add force-restore + * Backups: allow multi-restore + * SnapDfn: don't allow empty snapDfns to exist + + [ Robert Altnoeder ] + * Report SocketChannel without an attached Peer object + * Fix power-of-2 calculations + * Update MathUtilsTest + * Add change log entries + + -- Rene Peinthor Tue, 02 Apr 2024 07:10:58 +0000 + linstor-server (1.26.2-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor.spec b/linstor.spec index 4b136f40e..3f3747c93 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 1.26.2 +Version: 1.27.0 Release: 1%{?dist} Summary: LINSTOR SDS BuildArch: noarch @@ -151,6 +151,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || : %systemd_preun linstor-satellite.service %changelog +* Tue Apr 2 2024 Rene Peinthor 1.27.0-1 +- New upstream release. Bug fixes + * Wed Feb 28 2024 Rene Peinthor 1.26.2-1 - New upstream release. Bug fixes