Skip to content

Commit

Permalink
prepare release v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Sep 25, 2024
1 parent d4f915e commit f945086
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.23.2] - 2024-09-25

### Fixed
- missing commands.utils package

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV LINSTOR_CLI_VERSION 1.23.1
ENV LINSTOR_CLI_VERSION 1.23.2
ENV PYTHON_LINSTOR_VERSION 1.23.1

ENV LINSTOR_CLI_PKGNAME linstor-client
Expand Down Expand Up @@ -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.1
ENV LINSTOR_CLI_VERSION 1.23.2
ARG release=1

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

* Fix missing commands.utils package

-- Rene Peinthor <[email protected]> Wed, 25 Sep 2024 09:36:16 +0000

linstor-client (1.23.1-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.23.1"
VERSION = "1.23.2"

try:
from linstor_client.consts_githash import GITHASH
Expand Down

0 comments on commit f945086

Please sign in to comment.