Skip to content

Commit

Permalink
prepare release v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Dec 17, 2024
1 parent 49378fe commit 3bf4d48
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-OPENAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to Linstor OPENAPI(REST) will be documented in this file.

## [Unreleased]
## [1.24.0]

### Added
- Added dst_rsc_grp and force_mv_rsc_grp to BackupRestore, BackupShip and BackupSchedule schemas
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.30.0] - 2024-12-17

### Added

- Added options dst_rsc_grp and force_rsc_grp to BackupShip, BackupRestore and BackupSchedule
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.2
ENV LINSTOR_VERSION 1.30.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 <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.2
ENV LINSTOR_VERSION 1.30.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.29.2
ENV LINSTOR_VERSION 1.30.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.29.2
ENV LINSTOR_VERSION 1.30.0
ARG release=1
ARG ARCH=amd64

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

[ Gabor Hernadi ]
* Backup,ship,restore,schedule enable: Make target resource group configurable
* Autoplacer: Fix possible x-repl-on-diff violation
* Db: Add --to-version option to "linstor-config run-migration"
* LinStorObject: Renamed enum-values to be more uniform with other usages
* Props: Split Snap- from Resource-properties
* Backup,L2L: Added BackupShipping/L2LSkipWaitForStart
* EBS_INIT: Changed fetching instance-id
* GitLab-CI: Generate nexus links

[ Rene Peinthor ]
* rsc-con: Fix query rsc-con if source/target reversed
* cryptsetup: luksChangeKey is now also memory limited to 256MB
* merge v1.29.2 changelog and version updates
* gradle: update etcd-java to 0.0.24
* gitlab: fix including a compile dep as runtime dep
* clone: open/close interface, find common clone-strat
* clone: support cloning into different layer stacks
* StringUtils: assert if joinShellQuote contains null
* clone: Add resource-group param and clone to other pool
* clone: copy rscdfn peer slots
* clone: fix different storage pool same storage pool type
* clone: notify controller about failed clone mode find
* clone: fail early on int <> ext metadata conversion clone

[ Moritz Wanzenböck ]
* rest/reqhelper: set request context in doFlux
* rest/reqhelper: set request context in doInScope
* rest/reqhelper: add timing metrics to rest calls
* tcpconnector: collect apicall duration metrics
* do not calculate timezone offset by hand
* changelog: add metrics and fixed timezone unit tests
* docker: deal with large k8s db backups
* SOS: dmesg: show relative timestamps and human timestamps
* SOS: lvm.conf: use lvmconfig --type full command
* SOS: lsblk: use -O, also formatted as json
* SOS: include /proc/sys/kernel/tainted
* SOS: do not truncate stderr on timeout

[ Robert Altnoeder ]
* Fix for failed tracking of the diskless client state

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 17 Dec 2024 09:51:11 +0000

linstor-server (1.29.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.29.2
Version: 1.30.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 Dec 17 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.30.0-1
- New upstream release. Bug fixes

* Tue Nov 5 2024 Rene Peinthor <rene.peinthor@linbit.com> 1.29.2-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit 3bf4d48

Please sign in to comment.