From ca9b1236fc288be38624061fb921056b5a4661f2 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Mon, 9 Nov 2020 08:12:12 +0000 Subject: [PATCH] prepare release v1.10.0 --- Dockerfile.controller | 4 +-- Dockerfile.satellite | 4 +-- debian/changelog | 61 +++++++++++++++++++++++++++++++++++++++ docs/rest_v1_openapi.yaml | 2 +- linstor.spec | 5 +++- 5 files changed, 70 insertions(+), 6 deletions(-) diff --git a/Dockerfile.controller b/Dockerfile.controller index 5cc08a8db..7d7a82699 100644 --- a/Dockerfile.controller +++ b/Dockerfile.controller @@ -1,6 +1,6 @@ FROM centos:centos7 as builder -ENV LINSTOR_VERSION 1.9.0 +ENV LINSTOR_VERSION 1.10.0 ENV GRADLE_VERSION 4.4.1 @@ -44,7 +44,7 @@ FROM registry.access.redhat.com/ubi7/ubi MAINTAINER Roland Kammerer # ENV can not be shared between builder and "main" -ENV LINSTOR_VERSION 1.9.0 +ENV LINSTOR_VERSION 1.10.0 ARG release=1 LABEL name="linstor-controller" \ diff --git a/Dockerfile.satellite b/Dockerfile.satellite index 23705ef16..293379519 100644 --- a/Dockerfile.satellite +++ b/Dockerfile.satellite @@ -1,6 +1,6 @@ FROM centos:centos7 as builder -ENV LINSTOR_VERSION 1.9.0 +ENV LINSTOR_VERSION 1.10.0 ARG ARCH=amd64 ENV GRADLE_VERSION 4.4.1 @@ -50,7 +50,7 @@ RUN cd ${HOME} && \ FROM quay.io/linbit/drbd-utils # this is/needs to be based on registry.access.redhat.com/ubi7/ubi -ENV LINSTOR_VERSION 1.9.0 +ENV LINSTOR_VERSION 1.10.0 ARG release=1 ARG ARCH=amd64 diff --git a/debian/changelog b/debian/changelog index 53a12d3dc..19aa6e70e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +linstor-server (1.10.0-1) experimental; urgency=medium + + [ Rene Peinthor ] + * release-tgz: do not inlcude .gitlab files + * gitlab-ci: fix dummy-release usage + * SpaceTracking: fix migration for postgresql + * rest-snapshots: fix single snapshot filtering + * gitlab-ci: add linstor test end2end stage + * gitlab-ci: test corresponding test-branch if possible + * toggle-disk: do not create error reports for user errors + * toggle-disk: allow toggle disk even if a non affected node is offline + * toggle-disk: check that the last diskfull resource is online on diskle [...] + * gitlab: use a safe name for test bundles + * rest-events-promotion: send initial state if requested by Last-Event-ID + * etcd: merge migrations til version 35 into initial migration + * etcd: allow the linstor prefix to be configured + * reconnectorTask: cleanup code a bit + * gradle: use gradle-wrapper in online builds + * gitlab: use newer vmshed and virter + * drbdstatetracker: synchronize observers access + * migration-pool-prop: Fix migration on mariadb + * pkging: include spacetracking.jars if present + * rest-doc: update property documentation + + [ Gabor Hernadi ] + * StltExtToolsChecker: Fixed /proc/modules parsing regex + * StltExtToolsChecker: Replaced ExtCmd with native Files.readAllBytes + * StltExtToolsChecker: Rework trace logging + * SnapShip: Fixed incompatible wait option + * AutoTiebreaker: fixed race condition + * SysFs: Added throttle by iops + + [ Robert Altnoeder ] + * SpaceTracking: Added MsgIntCapacityInfo.proto + * SpaceTracking: Added REST API for querying space reports + * SpaceTracking: Add DB migration + + [ Johanna Kucera ] + * code cleanup: remove unused properties, restructured ApiConsts + * node-ko: fixed adding/removing nodes from ReconnectorTask + * node-ko: fix broken while loop iterating over the netIfs + * node-ko: add DEAD-Flag and necessary checks + * autoplace: do not count deleted nodes when counting already placed resources + * node-ko: add automated re-placement for resources from dead nodes + * node-ko: add node-ko-logic to ReconnectorTask + * node-ko: add api-endpoint to restore a dead node + * node-ko: review changes + * node-ko: rename DEAD into EVICTED + * fix checks for error codes not working correctly + * node-ko: second review changes + * ReconnectorTask: fix reconnect + * CtrlNodeApiCallHandler: only delete drbd resources on evicted + + [ Moritz "WanzenBug" Wanzenböck ] + * set UTF-8 locale in controller container + + [ Roland Kammerer ] + * Dockerfile.controller: set LC_ALL + + -- Rene Peinthor Mon, 09 Nov 2020 08:11:14 +0000 + linstor-server (1.9.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/docs/rest_v1_openapi.yaml b/docs/rest_v1_openapi.yaml index ac7364af3..315957826 100644 --- a/docs/rest_v1_openapi.yaml +++ b/docs/rest_v1_openapi.yaml @@ -21,7 +21,7 @@ info: Changelog: - * unreleased + * 1.5.0 - Added etcd.prefix to ControllerConfigDbEtcd parameters * 1.4.0 - Added promotion_score and may_promote to DrbdResource object diff --git a/linstor.spec b/linstor.spec index 71c3c86b9..9e4a34d2e 100644 --- a/linstor.spec +++ b/linstor.spec @@ -1,5 +1,5 @@ Name: linstor -Version: 1.9.0 +Version: 1.10.0 Release: 1%{?dist} Summary: LINSTOR SDS BuildArch: noarch @@ -137,6 +137,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || : %systemd_preun linstor-satellite.service %changelog +* Mon Nov 9 2020 Rene Peinthor 1.10.0-1 +- New upstream release. Auto-evict, etcd prefixes, Bug fixes. + * Wed Sep 23 2020 Rene Peinthor 1.9.0-1 - New upstream release. Auto-unplace, deletion API, bug fixes.