-
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
6 changed files
with
61 additions
and
6 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
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.26.2 | ||
ENV LINSTOR_VERSION 1.27.0 | ||
|
||
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.26.2 | ||
ENV LINSTOR_VERSION 1.27.0 | ||
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,51 @@ | ||
linstor-server (1.27.0-1) experimental; urgency=medium | ||
|
||
[ Rene Peinthor ] | ||
* openapi: move changelog into own markdown file | ||
* encryption: Allow users to provide their own encryption keys for volumes | ||
* rscdfninternal: fix clone method naming | ||
* cloning/encrypted: Allow to specify a new passhrase after cloning | ||
* vlmdfn: add modify luks passphrase api | ||
* snapshot/rollback: fix rollback after first attempt | ||
* controller: info log client responses from ResponseUtils | ||
* ctrlapihandler: cleanup useless code | ||
* ctrlerrorlist: add loginfo | ||
* ctrlnode: add loginfo | ||
* ctrlrscdfn: add loginfo | ||
* ctrlstorpool: added loginfo | ||
* ctrlvlmdfnmodify: added loginfo | ||
* rest/reqhelper: log apircexceptions as errors | ||
* satellite: add more info logging | ||
* external-files: Improve error message and info logging | ||
* response-utils: improve logging ACR messages | ||
* response-utils: concat extra responses instead of replacing them | ||
* make-available: only warn if an involved node is offline | ||
|
||
[ Gabor Hernadi ] | ||
* linstor-db: Changed dflt cfg path to "/etc/linstor" | ||
* Backup,rst: Only reset RD props if we actually restore the backup | ||
* AutoSnapTask: Fix rescheduling issue | ||
* Backup,restore: Fix invalid negative number when restoring from old LINSTOR | ||
* K8sTxMgr: Iterate over correct ALL_TABLES | ||
* K8s,SpaceHistory: Fix incorrect dates | ||
* Rsc,del: Rerun tiebreaker-check after migration | ||
* SysFs: Only show missing cgroup warning if property is set | ||
* ExactSize: Add property to render the size entry | ||
* Rsc,undelete: Also remove flags from volume | ||
|
||
[ Johanna Kucera ] | ||
* Backup: Add force-restore | ||
* Backups: allow multi-restore | ||
* SnapDfn: don't allow empty snapDfns to exist | ||
|
||
[ Robert Altnoeder ] | ||
* Report SocketChannel without an attached Peer object | ||
* Fix power-of-2 calculations | ||
* Update MathUtilsTest | ||
* Add change log entries | ||
|
||
-- Rene Peinthor <[email protected]> Tue, 02 Apr 2024 07:10:58 +0000 | ||
|
||
linstor-server (1.26.2-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.26.2 | ||
Version: 1.27.0 | ||
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 | ||
* Tue Apr 2 2024 Rene Peinthor <[email protected]> 1.27.0-1 | ||
- New upstream release. Bug fixes | ||
|
||
* Wed Feb 28 2024 Rene Peinthor <[email protected]> 1.26.2-1 | ||
- New upstream release. Bug fixes | ||
|
||
|