Skip to content

Commit

Permalink
prepare release v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Dec 13, 2022
1 parent 151fe17 commit c6097a8
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 6 deletions.
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.20.1] - 2022-12-13

### Added

- Added NodeConnection API. Currently only used for path settings (similar to rscCon, but on node level)
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.20.0
ENV LINSTOR_VERSION 1.20.1

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.20.0
ENV LINSTOR_VERSION 1.20.1
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.20.0
ENV LINSTOR_VERSION 1.20.1
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.20.0
ENV LINSTOR_VERSION 1.20.1
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.20.1-1) experimental; urgency=medium

[ Johanna Kucera ]
* Remotes: add null-checks for required params
* StorPool: move isSnapshotSupported check into StorPool class
* Backups: clear cache if needed
* DevMgr: actually delete nodes

[ Moritz "WanzenBug" Wanzenböck ]
* gradle: upgrade okhttp to fix IPv6 TLS certs

[ Gabor Hernadi ]
* NodeCon,Path: Added openapi entries
* NodeCon: Changed Proto serialization
* NodeCon: adding nodeConnection API
* NodeCon: Reworked / fixed node connections
* Node,reconnect: Avoid "only one initialConnectSink allowed" error
* Drbd: Change ready-condition
* Rsc ready: Changed from Error to Warning
* DRBD: also call forget-peer for diskless resources
* SnapDfn: Fix orphan DB entries
* StorPoolDfn: Delete with last StorPool
* KVS: Delete when empty
* Stlt,Symlinks: sort Symlinks
* Layers: Fixed gross -> net size calculation
* Migrations: Prefixed crd migrations with leading 0
* DB: Cleanup orphaned objects
* Drbd,clone: Fix changed ready-condition
* toml,example: fix dflt plain stlt port
* DRBD: only delete .res files after full-sync

[ Rene Peinthor ]
* rest/rg: cleanup
* rscGrpApiHndl: autoPlaceConfig is never null
* RscRgApiHndl: automatically assume partial mode if rg has no vgs
* gitlab-ci: update new rhel ci url and trigger build
* gitlab: allow to repeat tests
* gitlab-ci: add environment for log-viewer
* gitlab: remove environments again
* mkfs: always skip discard on ZFS
* CHANGELOG.md: update
* changelog: update
* error-report: delete didn't check for empty since parameter

-- Rene Peinthor <rene.peinthor@linbit.com> Tue, 13 Dec 2022 11:59:57 +0000

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

[ Moritz "WanzenBug" Wanzenböck ]
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.16.0
- Added GET /v1/node-connections/ with filter-options ?node_a and ?node_b
- Added PUT /v1/node-connections/{nodeA}/{nodeB}
- Added NodeConnection and NodeConnectionModify objects
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.20.0
Version: 1.20.1
Release: 1%{?dist}
Summary: LINSTOR SDS
BuildArch: noarch
Expand Down Expand Up @@ -144,6 +144,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || :
%systemd_preun linstor-satellite.service

%changelog
* Tue Dec 13 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.1-1
- New upstream release. Bug fixes

* Tue Oct 18 2022 Rene Peinthor <rene.peinthor@linbit.com> 1.20.0-1
- New upstream release. Bug fixes

Expand Down

0 comments on commit c6097a8

Please sign in to comment.