-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ARG BUILDER=registry.access.redhat.com/ubi8/ubi | ||
FROM $BUILDER as builder | ||
|
||
ENV LINSTOR_VERSION 1.30.1 | ||
ENV LINSTOR_VERSION 1.30.2 | ||
|
||
ENV LINSTOR_TGZNAME linstor-server | ||
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz | ||
|
@@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer <[email protected]> | |
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf | ||
|
||
# ENV can not be shared between builder and "main" | ||
ENV LINSTOR_VERSION 1.30.1 | ||
ENV LINSTOR_VERSION 1.30.2 | ||
ARG release=1 | ||
|
||
LABEL name="linstor-controller" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
linstor-server (1.30.2-1) experimental; urgency=medium | ||
|
||
[ Gabor Hernadi ] | ||
* Migration,SplitSnapProp: Fix SequenceNumber | ||
|
||
-- Rene Peinthor <[email protected]> Wed, 18 Dec 2024 14:52:27 +0000 | ||
|
||
linstor-server (1.30.1-1) experimental; urgency=medium | ||
|
||
[ Gabor Hernadi ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: linstor | ||
Version: 1.30.1 | ||
Version: 1.30.2 | ||
Release: 1%{?dist} | ||
Summary: LINSTOR SDS | ||
BuildArch: noarch | ||
|
@@ -151,6 +151,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || : | |
%systemd_preun linstor-satellite.service | ||
|
||
%changelog | ||
* Wed Dec 18 2024 Rene Peinthor <[email protected]> 1.30.2-1 | ||
- New upstream release. Bug fixes | ||
|
||
* Tue Dec 17 2024 Rene Peinthor <[email protected]> 1.30.1-1 | ||
- New upstream release. Bug fixes | ||
|
||
|