Skip to content

Commit

Permalink
prepare release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Dec 18, 2020
1 parent 1c42ba0 commit 3367e32
Show file tree
Hide file tree
Showing 5 changed files with 59 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.10.0
ENV LINSTOR_VERSION 1.11.0

ENV LINSTOR_TGZNAME linstor-server
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
Expand Down Expand Up @@ -47,7 +47,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.10.0
ENV LINSTOR_VERSION 1.11.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.10.0
ENV LINSTOR_VERSION 1.11.0
ARG ARCH=amd64

ENV LINSTOR_TGZNAME linstor-server
Expand Down Expand Up @@ -53,7 +53,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.10.0
ENV LINSTOR_VERSION 1.11.0
ARG release=1
ARG ARCH=amd64

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

[ Rene Peinthor ]
* gradle: update dependency keyword usage
* docker: use gradle-wrapper on non lbbuild runs
* makefile: use gradlew for all non lbbuild tasks
* debian/control: remove gradle build dep
* doc/rest-api: fix incorrect ApiCall answer type
* gitlab: use internal docker registry
* gradle: update 3rd party libs
* ctrlrscdeleteapi: move ensureNotLastDisk to helper class
* node-delete: Check that node delete wouldn't fail because of resources
* PropertyBuilder: fix build
* rsc-create: do not report an error if resource already exists
* node-restore: use apiconsts instead of internal
* rest-api-doc: update rest property docu

[ Johanna Kucera ]
* props-info: add unit and dflt to property info
* props-info: add api-entrypoints to get the property info, add seperate [...]
* slight code cleanup
* fix auto-evict
* auto-evict: don't try reconnect to evicted nodes
* auto-evict: add AUTO_EVICT_ALLOW_EVICTION
* auto-evict: do not allow evicted nodes to reconnect
* rest-api-doc: added node restore endpoint documentation
* SnapshotShipping: allow configuration of used port range
* LayerRscIdPool: Fix ctrl-prop
* SnapshotShipping: blacklist already in use ports
* SnapshotShipping: retry immediately if port already in use
* SnapshotShipping: allow setting PREF_TARGET_NIC

[ Gabor Hernadi ]
* build.gradle: Fixed showMe*Cache tasks
* StorConfReader: Fixed NPE
* FileProvider: Fixed getSize bug
* ConfFileBuilder: Extend prioprops
* NodeLost: Fixes DB-Ref violation with snapshots
* TxSet: Fixed incorrect dirty-check
* Autoplace: Allow additionalPlaceCount
* Autoplacer: Allow placing diskless resources
* Auto*: Added AutoHelperContext
* AutoTiebreaker: use autoplacer for selection
* Autoplacer: only count diskless if placing diskless
* Autoplace: Fix incorrectly logged rsc-count
* Autoplacer: Do not mix storage pool kinds
* Autoplace: include additionalPlaceCount in response

-- Rene Peinthor <rene.peinthor@linbit.com> Fri, 18 Dec 2020 08:39:38 +0000

linstor-server (1.10.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.6.0
- Added PropsInfoAll, PropsInfo and PropsInfoDetails as well as these entrypoints:
- /v1/controller/properties/info
- /v1/controller/properties/info/all
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.10.0
Version: 1.11.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
* Fri Dec 18 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.11.0-1
- New upstream release. Snapshot port config, Bug fixes

* Mon Nov 9 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.10.0-1
- New upstream release. Auto-evict, etcd prefixes, Bug fixes.

Expand Down

0 comments on commit 3367e32

Please sign in to comment.