Skip to content

Commit

Permalink
prepare release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 28, 2021
1 parent adfb1b1 commit 6553844
Show file tree
Hide file tree
Showing 3 changed files with 10 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.7.0
ENV LINSTOR_CLI_VERSION 1.7.1
ENV PYTHON_LINSTOR_VERSION 1.7.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.7.0
ENV LINSTOR_CLI_VERSION 1.7.1
ARG release=1

LABEL name="linstor-client" \
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
linstor-client (1.7.1-1) experimental; urgency=medium

* setup.cfg: build-requires is deprecated
* rsc-cmds: involved remove debug output and fix removing elements

-- Rene Peinthor <rene.peinthor@linbit.com> Wed, 28 Apr 2021 06:50:15 +0000

linstor-client (1.7.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 client
"""

VERSION = "1.7.0"
VERSION = "1.7.1"

try:
from linstor_client.consts_githash import GITHASH
Expand Down

0 comments on commit 6553844

Please sign in to comment.