From 8c8ead5a56ed812dcac8e89a67e51c2c89c30787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=22WanzenBug=22=20Wanzenb=C3=B6ck?= Date: Tue, 27 Dec 2022 14:39:15 +0100 Subject: [PATCH] Release 0.22.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz "WanzenBug" Wanzenböck --- CHANGELOG.md | 5 ++++- examples/k8s/deploy/linstor-csi-1.17.yaml | 4 ++-- examples/k8s/deploy/linstor-csi-1.19.yaml | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19dfd02..0a529a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.1] - 2022-12-27 + ### Changed - Use golinstor based initialization of LINSTOR client. This enables checking the server TLS without requiring a @@ -432,7 +434,8 @@ on storage with the following (case sensitive!) options: - all storageClass parameters options are now case insenstive - non-debug logging is less verbose in general -[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.22.0...HEAD +[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.22.1...HEAD +[0.22.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.22.0...v0.22.1 [0.22.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.19.1...v0.20.0 diff --git a/examples/k8s/deploy/linstor-csi-1.17.yaml b/examples/k8s/deploy/linstor-csi-1.17.yaml index c1a054d..b51b3a6 100644 --- a/examples/k8s/deploy/linstor-csi-1.17.yaml +++ b/examples/k8s/deploy/linstor-csi-1.17.yaml @@ -72,7 +72,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: linstor-csi-plugin - image: quay.io/piraeusdatastore/piraeus-csi:v0.22.0 + image: quay.io/piraeusdatastore/piraeus-csi:v0.22.1 args: - "--csi-endpoint=$(CSI_ENDPOINT)" - "--node=$(KUBE_NODE_NAME)" @@ -254,7 +254,7 @@ spec: - name: registration-dir mountPath: /registration/ - name: linstor-csi-plugin - image: quay.io/piraeusdatastore/piraeus-csi:v0.22.0 + image: quay.io/piraeusdatastore/piraeus-csi:v0.22.1 args: - "--csi-endpoint=$(CSI_ENDPOINT)" - "--node=$(KUBE_NODE_NAME)" diff --git a/examples/k8s/deploy/linstor-csi-1.19.yaml b/examples/k8s/deploy/linstor-csi-1.19.yaml index 8aacffd..6009265 100644 --- a/examples/k8s/deploy/linstor-csi-1.19.yaml +++ b/examples/k8s/deploy/linstor-csi-1.19.yaml @@ -72,7 +72,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: linstor-csi-plugin - image: quay.io/piraeusdatastore/piraeus-csi:v0.22.0 + image: quay.io/piraeusdatastore/piraeus-csi:v0.22.1 args: - "--csi-endpoint=$(CSI_ENDPOINT)" - "--node=$(KUBE_NODE_NAME)" @@ -260,7 +260,7 @@ spec: - name: registration-dir mountPath: /registration/ - name: linstor-csi-plugin - image: quay.io/piraeusdatastore/piraeus-csi:v0.22.0 + image: quay.io/piraeusdatastore/piraeus-csi:v0.22.1 args: - "--csi-endpoint=$(CSI_ENDPOINT)" - "--node=$(KUBE_NODE_NAME)"