From 87092e142cd0626c1463ce8d9ad72de0d5e798fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Tue, 19 Mar 2024 10:44:19 +0100 Subject: [PATCH] Release 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Wanzenböck --- CHANGELOG.md | 9 ++++++++- examples/k8s/deploy/linstor-csi-1.17.yaml | 4 ++-- examples/k8s/deploy/linstor-csi-1.19.yaml | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b279766..fe1c6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2024-03-19 + ### Added - Support specifying multiple storage pools in the parameters, separated by spaces. +### Changed + +- Update base image to Debian 12. + ## [1.4.0] - 2024-02-01 ### Breaking @@ -528,7 +534,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.4.0...HEAD +[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.4.0...v1.5.0 [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 diff --git a/examples/k8s/deploy/linstor-csi-1.17.yaml b/examples/k8s/deploy/linstor-csi-1.17.yaml index 634c75a..078aef6 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.4.0 + image: quay.io/piraeusdatastore/piraeus-csi:v1.5.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.4.0 + image: quay.io/piraeusdatastore/piraeus-csi:v1.5.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 05c28dd..48b1fc3 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.4.0 + image: quay.io/piraeusdatastore/piraeus-csi:v1.5.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.4.0 + image: quay.io/piraeusdatastore/piraeus-csi:v1.5.0 args: - "--csi-endpoint=$(CSI_ENDPOINT)" - "--node=$(KUBE_NODE_NAME)"