From e304077f62b6861f0e093184300843913c8a8c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Thu, 1 Feb 2024 10:02:13 +0100 Subject: [PATCH] Release 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz 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 9288e25..237fbf1 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] +## [1.4.0] - 2024-02-01 + ### Breaking - Update golinstor to support LINSTOR 1.26.0, removing support for Openflex layers. @@ -522,7 +524,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/v1.3.1...HEAD +[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.2.2...v1.2.3 diff --git a/examples/k8s/deploy/linstor-csi-1.17.yaml b/examples/k8s/deploy/linstor-csi-1.17.yaml index 0254e80..634c75a 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:v1.3.1 + image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0 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:v1.3.1 + image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0 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 b6fe3b3..05c28dd 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:v1.3.1 + image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0 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:v1.3.1 + image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0 args: - "--csi-endpoint=$(CSI_ENDPOINT)" - "--node=$(KUBE_NODE_NAME)"