Skip to content

Commit

Permalink
prepare release v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jul 31, 2024
1 parent a58a687 commit b2be720
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 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.29.0] - 2024-07-31

### Changed

- Improved responsiveness: Allow some API calls to be executed concurrently on the satellite
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.controller
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_VERSION 1.28.0
ENV LINSTOR_VERSION 1.29.0

ENV LINSTOR_TGZNAME linstor-server
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
Expand Down Expand Up @@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer <[email protected]>
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf

# ENV can not be shared between builder and "main"
ENV LINSTOR_VERSION 1.28.0
ENV LINSTOR_VERSION 1.29.0
ARG release=1

LABEL name="linstor-controller" \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.satellite
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_VERSION 1.28.0
ENV LINSTOR_VERSION 1.29.0
ARG ARCH=amd64

ENV LINSTOR_TGZNAME linstor-server
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN cd ${HOME}/${LINSTOR_TGZNAME}-${LINSTOR_VERSION} && \
FROM quay.io/linbit/drbd-utils
# this is/needs to be based on registry.access.redhat.com/ubi7/ubi

ENV LINSTOR_VERSION 1.28.0
ENV LINSTOR_VERSION 1.29.0
ARG release=1
ARG ARCH=amd64

Expand Down
31 changes: 31 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
linstor-server (1.29.0-1) experimental; urgency=medium

[ Moritz Wanzenböck ]
* gitlab-ci: build for RHEL 9
* gitlab-ci: update vmshed and virter

[ Gabor Hernadi ]
* Snap,crt: Fix possible deadlock
* Refactored ReadOnlyProps
* Guice,ReadOnlyProps: Allow ReadOnlyProps to be injected
* DevMgr: Remove uncessary seeding of local props
* Introduce StorPoolInfo and NodeInfo
* RequestThinFreeSpace: Allow concurrent execution with devMgrRun
* Props: Changed getNamespaces return type
* Reconnect: Fix deadlock
* Lvm: Added cache for lvs and vgs
* LVM: synchronize methods

[ Michael Troutman ]
* update and improve README.md

[ Rene Peinthor ]
* Fix wrong resource definition already exists error message
* Log format v2
* sos-report: Controller not always dumping full log content

[ Johanna Kucera ]
* Props: use ReadOnlyProps where applicable

-- Rene Peinthor <[email protected]> Wed, 31 Jul 2024 09:59:10 +0000

linstor-server (1.28.0-1) experimental; urgency=medium

[ Rene Peinthor ]
Expand Down
5 changes: 4 additions & 1 deletion linstor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: linstor
Version: 1.28.0
Version: 1.29.0
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -151,6 +151,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
%systemd_preun linstor-satellite.service

%changelog
* Wed Jul 31 2024 Rene Peinthor <[email protected]> 1.29.0-1
- New upstream release. Bug fixes

* Thu Jul 11 2024 Rene Peinthor <[email protected]> 1.28.0-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit b2be720

Please sign in to comment.