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.30.1] - 2024-12-17
12
+
11
13
### Fixed
12
14
13
15
- Migration: Fixed splitSnapProps bug not properly handling KVS properties
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.30.0
4
+ ENV LINSTOR_VERSION 1.30.1
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.30.0
52
+ ENV LINSTOR_VERSION 1.30.1
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.30.0
4
+ ENV LINSTOR_VERSION 1.30.1
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.30.0
53
+ ENV LINSTOR_VERSION 1.30.1
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.30.1-1) experimental; urgency=medium
2
+
3
+ [ Gabor Hernadi ]
4
+ * Migration,SplitSnapProps: Add missing migration enum
5
+
6
+ -- Rene Peinthor <rene.peinthor@linbit.com> Tue, 17 Dec 2024 15:33:02 +0000
7
+
1
8
linstor-server (1.30.0-1) experimental; urgency=medium
2
9
3
10
[ Gabor Hernadi ]
Original file line number Diff line number Diff line change 1
1
Name: linstor
2
- Version: 1.30.0
2
+ Version: 1.30.1
3
3
Release: 1%{?dist }
4
4
Summary: LINSTOR SDS
5
5
BuildArch: noarch
@@ -151,6 +151,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
151
151
%systemd_preun linstor-satellite.service
152
152
153
153
%changelog
154
+ * Tue Dec 17 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.30.1-1
155
+ - New upstream release. Bug fixes
156
+
154
157
* Tue Dec 17 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.30.0-1
155
158
- New upstream release. Bug fixes
156
159
You can’t perform that action at this time.
0 commit comments