Skip to content

Commit

Permalink
prepare release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Nov 9, 2020
1 parent a06ecb8 commit ca9b123
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.controller
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -44,7 +44,7 @@ FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

# 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" \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.satellite
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
61 changes: 61 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <rene.peinthor@linbit.com> Mon, 09 Nov 2020 08:11:14 +0000

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

[ Rene Peinthor ]
Expand Down
2 changes: 1 addition & 1 deletion docs/rest_v1_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9.0
Version: 1.10.0
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -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 <rene.peinthor@linbit.com> 1.10.0-1
- New upstream release. Auto-evict, etcd prefixes, Bug fixes.

* Wed Sep 23 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.9.0-1
- New upstream release. Auto-unplace, deletion API, bug fixes.

Expand Down

0 comments on commit ca9b123

Please sign in to comment.