From 5ae791a32309644bdc429253e234b25a250390aa Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 24 Sep 2024 13:50:08 +0000 Subject: [PATCH] prepare release v1.29.1 --- CHANGELOG.md | 2 ++ Dockerfile.controller | 4 ++-- Dockerfile.satellite | 4 ++-- debian/changelog | 35 +++++++++++++++++++++++++++++++++++ linstor.spec | 5 ++++- 5 files changed, 45 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fa0db6b..febb668be 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.29.1] - 2024-09-24 + ### Changed - sedutils-cli calls will now resolve given paths before using them (as sedutils-cli only allows /dev/nvme*) diff --git a/Dockerfile.controller b/Dockerfile.controller index b87be7bcc..03f725db8 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.29.0 +ENV LINSTOR_VERSION 1.29.1 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.29.0 +ENV LINSTOR_VERSION 1.29.1 ARG release=1 LABEL name="linstor-controller" \ diff --git a/Dockerfile.satellite b/Dockerfile.satellite index 6c771997b..78f51fbd5 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.29.0 +ENV LINSTOR_VERSION 1.29.1 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.29.0 +ENV LINSTOR_VERSION 1.29.1 ARG release=1 ARG ARCH=amd64 diff --git a/debian/changelog b/debian/changelog index 090ebd194..914185833 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +linstor-server (1.29.1-1) experimental; urgency=medium + + [ Moritz Wanzenböck ] + * systemd: allow satellite to handle shutdown + * ci: also build master for RHEL 9 + + [ Rene Peinthor ] + * storage-pool-list: fix cleanup of error-reports + * sedutils: resolve real path now before using with sedutil-cli + * physical-storage: SED-setup used same password for all drives + * confbuilder: rd/rg/c props now included in connection-net section + * rscdfn: improve ExactSize property error message + + [ Johanna Kucera ] + * SQL: prevent SQL-Injection + * Refactor date-formatting to be thread-safe + + [ Gabor Hernadi ] + * Resize: Allow LV deletion during a failing resize + * Lvm,Cache: Add time-based cache for lvs,vgs commands + * SkipDisk: Update ignore reason and satellites after detection + * PropsChangedListener: Add SkipDisk + * Layer: Changed ignore reasons from string to enum + * LayerIgnoreReasons: Changed nullable String to Set + * DevHandler: Implement ignoreReason's preventOnDelete + * RG,modify: eagerly subscribe to flux-list + * BackgroundRunner: Fix Flux-race + * SOS: Additionally gather journalctl -k -b all --since + * GenCrd: Use ZonedDateTime for RFC3339 + + [ Michael Troutman ] + * remove Slack channel badge from README + + -- Rene Peinthor Tue, 24 Sep 2024 13:47:17 +0000 + linstor-server (1.29.0-1) experimental; urgency=medium [ Moritz Wanzenböck ] diff --git a/linstor.spec b/linstor.spec index a44a7ac98..145636a28 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 1.29.0 +Version: 1.29.1 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 Sep 24 2024 Rene Peinthor 1.29.1-1 +- New upstream release. Bug fixes + * Wed Jul 31 2024 Rene Peinthor 1.29.0-1 - New upstream release. Bug fixes