Skip to content

Commit

Permalink
prepare release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jan 13, 2021
1 parent 826e4ff commit fb64eb2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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
Expand Down Expand Up @@ -45,7 +45,7 @@ FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

# 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" \
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
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 <rene.peinthor@linbit.com> Wed, 13 Jan 2021 07:45:24 +0000

linstor-client (1.6.0-1) experimental; urgency=medium

[ Rene Peinthor ]
Expand Down
2 changes: 1 addition & 1 deletion linstor_client/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Global constants for linstor
"""

VERSION = "1.6.0"
VERSION = "1.6.1"

try:
from linstor.consts_githash import GITHASH
Expand Down

0 comments on commit fb64eb2

Please sign in to comment.