Skip to content

Commit

Permalink
prepare release v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 2, 2024
1 parent b594794 commit 8250edd
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG-OPENAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
All notable changes to Linstor OPENAPI(REST) will be documented in this file.

## [Unreleased]
- Added force_restore parameter to backup ship, restore and schedule backups

## [1.22.0]

### Added
- Added force_restore parameter to backup ship, restore and schedule backups
- Added volume_passphrases to resource-group spawn
- Added volume_passphrases to ResourceDefinitionCloneRequest
- Added passphrase to volume-definition create
Expand Down
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.27.0] - 2024-04-02

### Added

- Allow users to provide their own encryption passphrase for volumes
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.26.2
ENV LINSTOR_VERSION 1.27.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.26.2
ENV LINSTOR_VERSION 1.27.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.26.2
ENV LINSTOR_VERSION 1.27.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.26.2
ENV LINSTOR_VERSION 1.27.0
ARG release=1
ARG ARCH=amd64

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

[ Rene Peinthor ]
* openapi: move changelog into own markdown file
* encryption: Allow users to provide their own encryption keys for volumes
* rscdfninternal: fix clone method naming
* cloning/encrypted: Allow to specify a new passhrase after cloning
* vlmdfn: add modify luks passphrase api
* snapshot/rollback: fix rollback after first attempt
* controller: info log client responses from ResponseUtils
* ctrlapihandler: cleanup useless code
* ctrlerrorlist: add loginfo
* ctrlnode: add loginfo
* ctrlrscdfn: add loginfo
* ctrlstorpool: added loginfo
* ctrlvlmdfnmodify: added loginfo
* rest/reqhelper: log apircexceptions as errors
* satellite: add more info logging
* external-files: Improve error message and info logging
* response-utils: improve logging ACR messages
* response-utils: concat extra responses instead of replacing them
* make-available: only warn if an involved node is offline

[ Gabor Hernadi ]
* linstor-db: Changed dflt cfg path to "/etc/linstor"
* Backup,rst: Only reset RD props if we actually restore the backup
* AutoSnapTask: Fix rescheduling issue
* Backup,restore: Fix invalid negative number when restoring from old LINSTOR
* K8sTxMgr: Iterate over correct ALL_TABLES
* K8s,SpaceHistory: Fix incorrect dates
* Rsc,del: Rerun tiebreaker-check after migration
* SysFs: Only show missing cgroup warning if property is set
* ExactSize: Add property to render the size entry
* Rsc,undelete: Also remove flags from volume

[ Johanna Kucera ]
* Backup: Add force-restore
* Backups: allow multi-restore
* SnapDfn: don't allow empty snapDfns to exist

[ Robert Altnoeder ]
* Report SocketChannel without an attached Peer object
* Fix power-of-2 calculations
* Update MathUtilsTest
* Add change log entries

-- Rene Peinthor <[email protected]> Tue, 02 Apr 2024 07:10:58 +0000

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

[ Gabor Hernadi ]
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.26.2
Version: 1.27.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
* Tue Apr 2 2024 Rene Peinthor <[email protected]> 1.27.0-1
- New upstream release. Bug fixes

* Wed Feb 28 2024 Rene Peinthor <[email protected]> 1.26.2-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 8250edd

Please sign in to comment.