Skip to content

Commit

Permalink
prepare release v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Sep 24, 2024
1 parent 85886ae commit 5ae791a
Show file tree
Hide file tree
Showing 5 changed files with 45 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.1] - 2024-09-24

### Changed

- sedutils-cli calls will now resolve given paths before using them (as sedutils-cli only allows /dev/nvme*)
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.29.0
ENV LINSTOR_VERSION 1.29.1

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 <roland.kammerer@linbit.com>
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf

# ENV can not be shared between builder and "main"
ENV LINSTOR_VERSION 1.29.0
ENV LINSTOR_VERSION 1.29.1
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.29.0
ENV LINSTOR_VERSION 1.29.1
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.29.0
ENV LINSTOR_VERSION 1.29.1
ARG release=1
ARG ARCH=amd64

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

[ Moritz Wanzenböck ]
* systemd: allow satellite to handle shutdown
* ci: also build master for RHEL 9

[ Rene Peinthor ]
* storage-pool-list: fix cleanup of error-reports
* sedutils: resolve real path now before using with sedutil-cli
* physical-storage: SED-setup used same password for all drives
* confbuilder: rd/rg/c props now included in connection-net section
* rscdfn: improve ExactSize property error message

[ Johanna Kucera ]
* SQL: prevent SQL-Injection
* Refactor date-formatting to be thread-safe

[ Gabor Hernadi ]
* Resize: Allow LV deletion during a failing resize
* Lvm,Cache: Add time-based cache for lvs,vgs commands
* SkipDisk: Update ignore reason and satellites after detection
* PropsChangedListener: Add SkipDisk
* Layer: Changed ignore reasons from string to enum
* LayerIgnoreReasons: Changed nullable String to Set
* DevHandler: Implement ignoreReason's preventOnDelete
* RG,modify: eagerly subscribe to flux-list
* BackgroundRunner: Fix Flux-race
* SOS: Additionally gather journalctl -k -b all --since
* GenCrd: Use ZonedDateTime for RFC3339

[ Michael Troutman ]
* remove Slack channel badge from README

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 24 Sep 2024 13:47:17 +0000

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

[ Moritz Wanzenböck ]
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.29.0
Version: 1.29.1
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
* Tue Sep 24 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.29.1-1
- New upstream release. Bug fixes

* Wed Jul 31 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.29.0-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 5ae791a

Please sign in to comment.