Skip to content

Commit

Permalink
prepare release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Mar 3, 2020
1 parent 180b5c3 commit 4bcfd39
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 5 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.4.2
ENV LINSTOR_VERSION 1.4.3

ENV GRADLE_VERSION 4.4.1

Expand Down Expand Up @@ -39,7 +39,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.4.2
ENV LINSTOR_VERSION 1.4.3
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.4.2
ENV LINSTOR_VERSION 1.4.3

ENV GRADLE_VERSION 4.4.1

Expand Down Expand Up @@ -37,7 +37,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.4.2
ENV LINSTOR_VERSION 1.4.3
ARG release=1

LABEL name="linstor-satellite" \
Expand Down
62 changes: 62 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
linstor-server (1.4.3-1) experimental; urgency=medium

[ Rene Peinthor ]
* nvmeutils: code cleanup
* dbdriver: fix incorrect delete order
* db-init: remove ON DELETE RESTRICT
* migration: remove ON DELETE CASCADE from remaining constraints
* Use new ConnectionStatus enum const
* physical-storage: check if pool name is used before creating

[ Gabor Hernadi ]
* Config: Refactored config parsing
* Startup: fixed SystemService shutdown info
* Cfg,Env: Fixed wrong default values
* Cfg,log-level: Changed behavior for better compatibility
* RscDfn: Extended auto-place api call
* RscGrp: ReplicaCount is now automatically set to 2
* Added etcd.ops_per_transaction to toml
* ETCD: encapsuled all operations into EtcdTransaction class
* DB: Added toString methods to GeneratedDbTables
* ETCD: fixed migration
* SQLEngine: Fixed select statement generating bug
* RscDfnDbDriver: Removed deprecated SQL driver
* DB: renamed layer specific *Generic drivers to *SQL
* Tests,DB: renamed PropsContainerDbDriver tests
* DB: removed deprecated KeyValueStoreGenericDbDriver
* DB: removed deprecated NetInterfaceGenericDbDriver
* DB: removed deprecated NodeConnectionGenericDbDriver
* DB: removed deprecated ResourceConnectionGenericDbDriver
* DB: removed deprecated ResourceGenericDbDriver
* DB: removed deprecated SnapshotDefinitionGenericDbDriver
* DB: removed deprecated SnapshotVolumeDefinitionGenericDbDriver
* DB: removed deprecated StorPoolDefinitionGenericDbDriver
* DB: removed deprecated VolumeConnectionGenericDbDriver
* DB: removed deprecated SnapshotGenericDbDriver
* DB: removed deprecated SnapshotVolumeGenericDbDriver
* DB: removed deprecated VolumeDefinitionGenericDbDriver
* DB: removed deprecated VolumeGenericDbDriver
* DB: removed deprecated ResourceGroupGenericDbDriver
* DB: removed deprecated StorPoolGenericDbDriver
* Tests,DB: renamed NodeDbDriverTest
* DB: Removed deprecated *CtrlDatabaseDriver interfaces
* DB: Extracted Table and Column to dedicated interface
* DB: Moved stlt specific drivers to satellite project
* DB: moved interfaces of update drivers to dedicated package
* DB: Moved Noop drivers to dedicated package
* Moved TxMgr to dedicated package
* Tx: Fixed rollback bug + added tests

[ Johanna Kucera ]
* gitignore: added database files
* logging: added level by components
* logging: add correct error messages
* service ordering: implement correct ordering for starting and stopping services
* Passphrase: implemented automated initialization of passphrase
* startup order: added shutdown for NetCom

[ Roland Kammerer ]
* docker,controller: add client for debugging

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 03 Mar 2020 14:52:27 +0000

linstor-server (1.4.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.4.2
Version: 1.4.3
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -134,6 +134,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
%systemd_preun linstor-satellite.service

%changelog
* Tue Mar 3 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.4.3-1
- New upstream release. Remove ETCD trans-limit, bug fixes.

* Mon Jan 27 2020 Rene Peinthor <rene.peinthor@linbit.com> 1.4.2-1
- New upstream release. VlmGrp gross-size, resize bug-fix.

Expand Down

0 comments on commit 4bcfd39

Please sign in to comment.