From 9b7fae3f07c1017b5de4f476d2c57491728aefbe Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Wed, 18 Dec 2024 14:52:44 +0000 Subject: [PATCH] prepare release v1.30.2 --- CHANGELOG.md | 2 ++ Dockerfile.controller | 4 ++-- Dockerfile.satellite | 4 ++-- debian/changelog | 7 +++++++ linstor.spec | 5 ++++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87a3bbd5..5e40e8b1f 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.30.2] - 2024-12-18 + ### Fixed - Migration: Fixed splitSnapProps bug not properly handling additional properties diff --git a/Dockerfile.controller b/Dockerfile.controller index 943a02e5b..5c04a4c54 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.30.1 +ENV LINSTOR_VERSION 1.30.2 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.30.1 +ENV LINSTOR_VERSION 1.30.2 ARG release=1 LABEL name="linstor-controller" \ diff --git a/Dockerfile.satellite b/Dockerfile.satellite index 2daef4a7d..540963163 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.30.1 +ENV LINSTOR_VERSION 1.30.2 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.30.1 +ENV LINSTOR_VERSION 1.30.2 ARG release=1 ARG ARCH=amd64 diff --git a/debian/changelog b/debian/changelog index 96eff6334..a4116e39b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linstor-server (1.30.2-1) experimental; urgency=medium + + [ Gabor Hernadi ] + * Migration,SplitSnapProp: Fix SequenceNumber + + -- Rene Peinthor Wed, 18 Dec 2024 14:52:27 +0000 + linstor-server (1.30.1-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor.spec b/linstor.spec index f8ab17ef8..c529697f1 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 1.30.1 +Version: 1.30.2 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 Dec 18 2024 Rene Peinthor 1.30.2-1 +- New upstream release. Bug fixes + * Tue Dec 17 2024 Rene Peinthor 1.30.1-1 - New upstream release. Bug fixes