-
Notifications
You must be signed in to change notification settings - Fork 10
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
8 changed files
with
27 additions
and
8 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,8 +1,8 @@ | ||
ARG BUILDER=registry.access.redhat.com/ubi8/ubi | ||
FROM $BUILDER as builder | ||
|
||
ENV LINSTOR_CLI_VERSION 1.23.2 | ||
ENV PYTHON_LINSTOR_VERSION 1.23.1 | ||
ENV LINSTOR_CLI_VERSION 1.24.0 | ||
ENV PYTHON_LINSTOR_VERSION 1.24.0 | ||
|
||
ENV LINSTOR_CLI_PKGNAME linstor-client | ||
ENV LINSTOR_CLI_TGZ ${LINSTOR_CLI_PKGNAME}-${LINSTOR_CLI_VERSION}.tar.gz | ||
|
@@ -42,7 +42,7 @@ FROM registry.access.redhat.com/ubi8/ubi | |
MAINTAINER Roland Kammerer <[email protected]> | ||
|
||
# ENV can not be shared between builder and "main" | ||
ENV LINSTOR_CLI_VERSION 1.23.2 | ||
ENV LINSTOR_CLI_VERSION 1.24.0 | ||
ARG release=1 | ||
|
||
LABEL name="linstor-client" \ | ||
|
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,20 @@ | ||
linstor-client (1.24.0-1) experimental; urgency=medium | ||
|
||
[ Gabor Hernadi ] | ||
* DRBD-Options: Fix help text | ||
* Backup: Added --target-resource-group and --force-move-resource-group | ||
|
||
[ Rene Peinthor ] | ||
* linstor-cloudstack: add orphaned resources helper script | ||
* rscdfn-clone: add --layer-list argument | ||
* rscdfn: add resource-group argument to clone | ||
* vlm-list: change column order rsc,node | ||
* rsc-dfn-list: show layers as column | ||
* rsc-list: show layers instead of port in table | ||
* resource/volume-list: show multiple primaries as yellow | ||
|
||
-- Rene Peinthor <[email protected]> Tue, 17 Dec 2024 10:12:23 +0000 | ||
|
||
linstor-client (1.23.2-1) experimental; urgency=medium | ||
|
||
* Fix missing commands.utils package | ||
|
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
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