diff --git a/CHANGELOG.md b/CHANGELOG.md index 47aa44209..2fa21669b 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.26.2] - 2024-02-28 + ### Changed - Snapshots and resources are processed independently of each other diff --git a/Dockerfile.controller b/Dockerfile.controller index b2bd679f2..e521013d0 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.1 +ENV LINSTOR_VERSION 1.26.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.26.1 +ENV LINSTOR_VERSION 1.26.2 ARG release=1 LABEL name="linstor-controller" \ diff --git a/Dockerfile.satellite b/Dockerfile.satellite index 8b0c80445..00df864fa 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.1 +ENV LINSTOR_VERSION 1.26.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.26.1 +ENV LINSTOR_VERSION 1.26.2 ARG release=1 ARG ARCH=amd64 diff --git a/debian/changelog b/debian/changelog index bb057bdf4..f7fbf9566 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +linstor-server (1.26.2-1) experimental; urgency=medium + + [ Gabor Hernadi ] + * Luks: Recalculate ignore-reasons when deleting RD or R + * AbsStorProvider: Delete unnecessary volumesLut + * DevHandler: Split processing of resources and snapshots + + [ Robert Altnoeder ] + * Handle read-only buffers in debug code that dumps buffer contents + * Add some error handling code to SatelliteNetComInitializer + * HexViewer: Fix special characters initialization + + -- Rene Peinthor Wed, 28 Feb 2024 11:18:44 +0000 + linstor-server (1.26.1-1) experimental; urgency=medium [ Gabor Hernadi ] diff --git a/linstor.spec b/linstor.spec index 2f3300e4f..4b136f40e 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 1.26.1 +Version: 1.26.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 Feb 28 2024 Rene Peinthor 1.26.2-1 +- New upstream release. Bug fixes + * Thu Feb 22 2024 Rene Peinthor 1.26.1-1 - New upstream release. Bug fixes