File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.31.0-rc.2] - 2025-03-21
12
+
11
13
### Fixed
12
14
13
15
- Add missing migrations (etcd/crd) for ZFS rename
Original file line number Diff line number Diff line change 1
1
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
2
2
FROM $BUILDER as builder
3
3
4
- ENV LINSTOR_VERSION 1.31.0-rc.1
4
+ ENV LINSTOR_VERSION 1.31.0-rc.2
5
5
6
6
ENV LINSTOR_TGZNAME linstor-server
7
7
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
@@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
49
49
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf
50
50
51
51
# 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
53
53
ARG release=1
54
54
55
55
LABEL name="linstor-controller" \
Original file line number Diff line number Diff line change 1
1
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
2
2
FROM $BUILDER as builder
3
3
4
- ENV LINSTOR_VERSION 1.31.0-rc.1
4
+ ENV LINSTOR_VERSION 1.31.0-rc.2
5
5
ARG ARCH=amd64
6
6
7
7
ENV LINSTOR_TGZNAME linstor-server
@@ -50,7 +50,7 @@ RUN cd ${HOME}/${LINSTOR_TGZNAME}-${LINSTOR_VERSION} && \
50
50
FROM quay.io/linbit/drbd-utils
51
51
# this is/needs to be based on registry.access.redhat.com/ubi7/ubi
52
52
53
- ENV LINSTOR_VERSION 1.31.0-rc.1
53
+ ENV LINSTOR_VERSION 1.31.0-rc.2
54
54
ARG release=1
55
55
ARG ARCH=amd64
56
56
Original file line number Diff line number Diff line change
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
+
1
8
linstor-server (1.31.0~rc.1-1) experimental; urgency=medium
2
9
3
10
[ Rene Peinthor ]
Original file line number Diff line number Diff line change 1
1
Name: linstor
2
- Version: 1.31.0~rc.1
2
+ Version: 1.31.0~rc.2
3
3
Release: 1%{?dist }
4
4
Summary: LINSTOR SDS
5
5
BuildArch: noarch
@@ -163,6 +163,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
163
163
%systemd_preun linstor-satellite.service
164
164
165
165
%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
+
166
169
* Wed Mar 19 2025 Rene Peinthor <rene.peinthor@linbit.com> 1.31.0~rc.1-1
167
170
- New upstream release. Bug fixes
168
171
You can’t perform that action at this time.
0 commit comments