Skip to content

Commit

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

## [Unreleased]

## [1.27.1] - 2024-04-25

### Added

- Support for java-21

### Changed

- Freespace calc: Snapshots only reserve allocated size now instead of volume size
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.27.0
ENV LINSTOR_VERSION 1.27.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.27.0
ENV LINSTOR_VERSION 1.27.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.27.0
ENV LINSTOR_VERSION 1.27.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.27.0
ENV LINSTOR_VERSION 1.27.1
ARG release=1
ARG ARCH=amd64

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

[ Moritz Wanzenböck ]
* docker: fix udev sync in containers
* spec: also depend on python3 for rhel8

[ Rene Peinthor ]
* debian: include #DEBHELPER# token in postinst script
* freespace: calculate snapshot reserved size by allocated and not volume size
* rscdfn-modify: Only warn if a satellite is offline
* MakeAvail: update satellite if only the DELETE flags changed
* gitlab-ci: build for ubuntu-noble
* autoplacer: remove DummySecurityManager and Preselector
* drbd: add auto-closable drbd primary
* Rsc/delete: don't check verify algorithm on last resource delete
* AutoVerifyAlgo: use driver names instead of implementation name
* auto-verify-alg: Improve disabled check
* gitlab: build for ubuntu-noble also on master

[ Johanna Kucera ]
* Schedule: fix schedule delete after restore
* Schedule: prevent NPE while adding schedule-tasks
* Backups: only delete remote when not in use

[ Bernard Gütermann ]
* Talos support: Do not mount default on zpool create

[ Gabor Hernadi ]
* Zfs: Query volBlockSize during zfs list
* Zfs: Added check for extent size
* MixSpHelper: Fixed incorrect calculation of LCM
* StltExtToolsChecker: Unified logging
* MixedSpHelper: Fix possible 0 for LCM

-- Rene Peinthor <rene.peinthor@linbit.com> Thu, 25 Apr 2024 11:09:06 +0000

linstor-server (1.27.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.27.0
Version: 1.27.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
* Thu Apr 25 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.27.1-1
- New upstream release. Bug fixes

* Tue Apr 2 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.27.0-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit c6f8cee

Please sign in to comment.