Skip to content

Commit 24dff04

Browse files
committed
prepare release v1.31.1
1 parent 610738e commit 24dff04

File tree

5 files changed

+41
-5
lines changed

5 files changed

+41
-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.1] - 2025-05-21
12+
1113
### Changed
1214

1315
- Move generated crd db drivers into own directory to fix gradlew clean

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
4+
ENV LINSTOR_VERSION 1.31.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.31.0
52+
ENV LINSTOR_VERSION 1.31.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.31.0
4+
ENV LINSTOR_VERSION 1.31.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.31.0
53+
ENV LINSTOR_VERSION 1.31.1
5454
ARG release=1
5555
ARG ARCH=amd64
5656

debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
linstor-server (1.31.1-1) experimental; urgency=medium
2+
3+
[ Gabor Hernadi ]
4+
* Reconnect: Fix double reconnecting race condition
5+
* ConnectionObserver: Dropped no longer needed allowReconnect parameter
6+
* PingTask: Drop old connection in case of duplicates
7+
* ProcCryptoTest: Properly close errorReporter after test
8+
* ApplyDeletedData: Fix possible ConcurrentModificationException
9+
* DRBD: Fixed orphand .res file
10+
* Cache: Read correct property for cache-blocksize
11+
* Cache: Fixed calculation of .dmcache_meta
12+
* Cache: disable StorPool check for diskless resuorces
13+
* PingTask: Fixed rare "access to deleted node"
14+
15+
[ Rene Peinthor ]
16+
* gradle: move db drivers into own directory
17+
* mkfsutils: force ext4 and xfs creation
18+
* rest-docu: add missed with_volume_definitions query param
19+
* Map replication state entries with node names
20+
* Drbd: Set exists to false for DrbdVlmData
21+
* readonlypropsimpl: implement toString()
22+
* gitlab-ci: test step skip assemble as it is in test
23+
* rscgrp/modify: use CtrlRscAutoHelper to invoke tiebreaker/autoquorum
24+
* Fix auto-quorum/tiebreaker if quorum property was explicitly set
25+
* Revert "gitlab-ci: test step skip assemble as it is in test"
26+
27+
[ Johanna Kucera ]
28+
* Schedules: fix cron error message
29+
30+
-- Rene Peinthor <rene.peinthor@linbit.com> Wed, 21 May 2025 06:07:39 +0000
31+
132
linstor-server (1.31.0-1) experimental; urgency=medium
233

334
[ Robert Altnöder ]

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
2+
Version: 1.31.1
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+
* Wed May 21 2025 Rene Peinthor <rene.peinthor@linbit.com> 1.31.1-1
167+
- New upstream release. Bug fixes
168+
166169
* Tue Apr 8 2025 Rene Peinthor <rene.peinthor@linbit.com> 1.31.0-1
167170
- New upstream release. Bug fixes
168171

0 commit comments

Comments
 (0)