From b2be7208a777f0743d4c7187062678cd5416fccf Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Wed, 31 Jul 2024 09:59:41 +0000 Subject: [PATCH] prepare release v1.29.0 --- CHANGELOG.md | 2 ++ Dockerfile.controller | 4 ++-- Dockerfile.satellite | 4 ++-- debian/changelog | 31 +++++++++++++++++++++++++++++++ linstor.spec | 5 ++++- 5 files changed, 41 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcc0278a..a9fd31634 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.0] - 2024-07-31 + ### Changed - Improved responsiveness: Allow some API calls to be executed concurrently on the satellite diff --git a/Dockerfile.controller b/Dockerfile.controller index d71a086e9..b87be7bcc 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.28.0 +ENV LINSTOR_VERSION 1.29.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.28.0 +ENV LINSTOR_VERSION 1.29.0 ARG release=1 LABEL name="linstor-controller" \ diff --git a/Dockerfile.satellite b/Dockerfile.satellite index 9c5a0fca7..6c771997b 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.28.0 +ENV LINSTOR_VERSION 1.29.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.28.0 +ENV LINSTOR_VERSION 1.29.0 ARG release=1 ARG ARCH=amd64 diff --git a/debian/changelog b/debian/changelog index 2dacad8dc..090ebd194 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +linstor-server (1.29.0-1) experimental; urgency=medium + + [ Moritz Wanzenböck ] + * gitlab-ci: build for RHEL 9 + * gitlab-ci: update vmshed and virter + + [ Gabor Hernadi ] + * Snap,crt: Fix possible deadlock + * Refactored ReadOnlyProps + * Guice,ReadOnlyProps: Allow ReadOnlyProps to be injected + * DevMgr: Remove uncessary seeding of local props + * Introduce StorPoolInfo and NodeInfo + * RequestThinFreeSpace: Allow concurrent execution with devMgrRun + * Props: Changed getNamespaces return type + * Reconnect: Fix deadlock + * Lvm: Added cache for lvs and vgs + * LVM: synchronize methods + + [ Michael Troutman ] + * update and improve README.md + + [ Rene Peinthor ] + * Fix wrong resource definition already exists error message + * Log format v2 + * sos-report: Controller not always dumping full log content + + [ Johanna Kucera ] + * Props: use ReadOnlyProps where applicable + + -- Rene Peinthor Wed, 31 Jul 2024 09:59:10 +0000 + linstor-server (1.28.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor.spec b/linstor.spec index 163b47b82..a44a7ac98 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 1.28.0 +Version: 1.29.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 +* Wed Jul 31 2024 Rene Peinthor 1.29.0-1 +- New upstream release. Bug fixes + * Thu Jul 11 2024 Rene Peinthor 1.28.0-1 - New upstream release. Bug fixes