Skip to content

Commit 6253b56

Browse files
committed
prepare release v1.30.1
1 parent b0f14d0 commit 6253b56

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.30.1] - 2024-12-17
12+
1113
### Fixed
1214

1315
- Migration: Fixed splitSnapProps bug not properly handling KVS properties

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.30.0
4+
ENV LINSTOR_VERSION 1.30.1
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.30.0
52+
ENV LINSTOR_VERSION 1.30.1
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.30.0
4+
ENV LINSTOR_VERSION 1.30.1
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.30.0
53+
ENV LINSTOR_VERSION 1.30.1
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.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+
18
linstor-server (1.30.0-1) experimental; urgency=medium
29

310
[ Gabor Hernadi ]

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.30.0
2+
Version: 1.30.1
33
Release: 1%{?dist}
44
Summary: LINSTOR SDS
55
BuildArch: noarch
@@ -151,6 +151,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
151151
%systemd_preun linstor-satellite.service
152152

153153
%changelog
154+
* Tue Dec 17 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.30.1-1
155+
- New upstream release. Bug fixes
156+
154157
* Tue Dec 17 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.30.0-1
155158
- New upstream release. Bug fixes
156159

0 commit comments

Comments
 (0)