Skip to content

Commit 6da9e8d

Browse files
committed
prepare release v1.31.0-rc.2
1 parent 159d3bf commit 6da9e8d

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.31.0-rc.2] - 2025-03-21
12+
1113
### Fixed
1214

1315
- Add missing migrations (etcd/crd) for ZFS rename

Dockerfile.controller

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
22
FROM $BUILDER as builder
33

4-
ENV LINSTOR_VERSION 1.31.0-rc.1
4+
ENV LINSTOR_VERSION 1.31.0-rc.2
55

66
ENV LINSTOR_TGZNAME linstor-server
77
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
@@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
4949
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf
5050

5151
# ENV can not be shared between builder and "main"
52-
ENV LINSTOR_VERSION 1.31.0-rc.1
52+
ENV LINSTOR_VERSION 1.31.0-rc.2
5353
ARG release=1
5454

5555
LABEL name="linstor-controller" \

Dockerfile.satellite

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
22
FROM $BUILDER as builder
33

4-
ENV LINSTOR_VERSION 1.31.0-rc.1
4+
ENV LINSTOR_VERSION 1.31.0-rc.2
55
ARG ARCH=amd64
66

77
ENV LINSTOR_TGZNAME linstor-server
@@ -50,7 +50,7 @@ RUN cd ${HOME}/${LINSTOR_TGZNAME}-${LINSTOR_VERSION} && \
5050
FROM quay.io/linbit/drbd-utils
5151
# this is/needs to be based on registry.access.redhat.com/ubi7/ubi
5252

53-
ENV LINSTOR_VERSION 1.31.0-rc.1
53+
ENV LINSTOR_VERSION 1.31.0-rc.2
5454
ARG release=1
5555
ARG ARCH=amd64
5656

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
linstor-server (1.31.0~rc.2-1) experimental; urgency=medium
2+
3+
* Only satellite zfs migrate nodes that have a ZFS pool
4+
* Add missing migrations (etcd/crd) for ZFS rename
5+
6+
-- Rene Peinthor <rene.peinthor@linbit.com> Fri, 21 Mar 2025 18:54:41 +0000
7+
18
linstor-server (1.31.0~rc.1-1) experimental; urgency=medium
29

310
[ Rene Peinthor ]

linstor.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: linstor
2-
Version: 1.31.0~rc.1
2+
Version: 1.31.0~rc.2
33
Release: 1%{?dist}
44
Summary: LINSTOR SDS
55
BuildArch: noarch
@@ -163,6 +163,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
163163
%systemd_preun linstor-satellite.service
164164

165165
%changelog
166+
* Fri Mar 21 2025 Rene Peinthor <rene.peinthor@linbit.com> 1.31.0~rc.2-1
167+
- New upstream release. Bug fixes
168+
166169
* Wed Mar 19 2025 Rene Peinthor <rene.peinthor@linbit.com> 1.31.0~rc.1-1
167170
- New upstream release. Bug fixes
168171

0 commit comments

Comments
 (0)