-
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
7 changed files
with
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM centos:centos7 as builder | ||
|
||
ENV LINSTOR_CLI_VERSION 1.8.0 | ||
ENV PYTHON_LINSTOR_VERSION 1.8.0 | ||
ENV LINSTOR_CLI_VERSION 1.9.0 | ||
ENV PYTHON_LINSTOR_VERSION 1.9.0 | ||
|
||
ENV LINSTOR_CLI_PKGNAME linstor-client | ||
ENV LINSTOR_CLI_TGZ ${LINSTOR_CLI_PKGNAME}-${LINSTOR_CLI_VERSION}.tar.gz | ||
|
@@ -45,7 +45,7 @@ FROM registry.access.redhat.com/ubi7/ubi | |
MAINTAINER Roland Kammerer <[email protected]> | ||
|
||
# ENV can not be shared between builder and "main" | ||
ENV LINSTOR_CLI_VERSION 1.8.0 | ||
ENV LINSTOR_CLI_VERSION 1.9.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,23 @@ | ||
linstor-client (1.9.0-1) experimental; urgency=medium | ||
|
||
[ Rene Peinthor ] | ||
* linstor controller which command that shows currently used controller | ||
* node-info: show provider/layer errors only with new option | ||
* drbd-opts: timeout clashes with the global linstor-client timeout option | ||
* qmvs: remove old property reading | ||
* node/info: add missing layers and providers | ||
* cmds: always show all resources (including tiebreaker) | ||
* node-info: add REMOTE_SPDK | ||
* setup.py: fix parsing debian changelog with nonascii chars | ||
|
||
[ Moritz "WanzenBug" Wanzenböck ] | ||
* Add linstor advise subcommands | ||
|
||
[ Gabor Hernadi ] | ||
* RemoteSpdk: Added subcommands | ||
|
||
-- Rene Peinthor <[email protected]> Mon, 19 Jul 2021 08:43:05 +0000 | ||
|
||
linstor-client (1.8.0-1) experimental; urgency=medium | ||
|
||
* node: show info also for combined nodes | ||
|
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