-
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
3 changed files
with
11 additions
and
3 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,6 +1,6 @@ | ||
FROM centos:centos7 as builder | ||
|
||
ENV LINSTOR_CLI_VERSION 1.6.0 | ||
ENV LINSTOR_CLI_VERSION 1.6.1 | ||
ENV PYTHON_LINSTOR_VERSION 1.6.0 | ||
|
||
ENV LINSTOR_CLI_PKGNAME linstor-client | ||
|
@@ -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.6.0 | ||
ENV LINSTOR_CLI_VERSION 1.6.1 | ||
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,11 @@ | ||
linstor-client (1.6.1-1) experimental; urgency=medium | ||
|
||
* interactive: recover interactive connection after socket timeout | ||
* rsc-td: fix incorrect toggle disk short option | ||
* rsc-td: toggle disk storage pool options are now optional | ||
|
||
-- Rene Peinthor <[email protected]> Wed, 13 Jan 2021 07:45:24 +0000 | ||
|
||
linstor-client (1.6.0-1) experimental; urgency=medium | ||
|
||
[ Rene Peinthor ] | ||
|
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