Skip to content

Commit e304077

Browse files
committed
Release 1.4.0
Signed-off-by: Moritz Wanzenböck <[email protected]>
1 parent ff21718 commit e304077

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.0] - 2024-02-01
10+
911
### Breaking
1012

1113
- 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:<!-- Needs Docs -->
522524
- all storageClass parameters options are now case insenstive
523525
- non-debug logging is less verbose in general
524526

525-
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.3.1...HEAD
527+
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.4.0...HEAD
528+
[1.4.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.3.1...v1.4.0
526529
[1.3.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.3.0...v1.3.1
527530
[1.3.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.2.3...v1.3.0
528531
[1.2.3]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.2.2...v1.2.3

examples/k8s/deploy/linstor-csi-1.17.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
- name: socket-dir
7373
mountPath: /var/lib/csi/sockets/pluginproxy/
7474
- name: linstor-csi-plugin
75-
image: quay.io/piraeusdatastore/piraeus-csi:v1.3.1
75+
image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0
7676
args:
7777
- "--csi-endpoint=$(CSI_ENDPOINT)"
7878
- "--node=$(KUBE_NODE_NAME)"
@@ -254,7 +254,7 @@ spec:
254254
- name: registration-dir
255255
mountPath: /registration/
256256
- name: linstor-csi-plugin
257-
image: quay.io/piraeusdatastore/piraeus-csi:v1.3.1
257+
image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0
258258
args:
259259
- "--csi-endpoint=$(CSI_ENDPOINT)"
260260
- "--node=$(KUBE_NODE_NAME)"

examples/k8s/deploy/linstor-csi-1.19.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
- name: socket-dir
7373
mountPath: /var/lib/csi/sockets/pluginproxy/
7474
- name: linstor-csi-plugin
75-
image: quay.io/piraeusdatastore/piraeus-csi:v1.3.1
75+
image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0
7676
args:
7777
- "--csi-endpoint=$(CSI_ENDPOINT)"
7878
- "--node=$(KUBE_NODE_NAME)"
@@ -260,7 +260,7 @@ spec:
260260
- name: registration-dir
261261
mountPath: /registration/
262262
- name: linstor-csi-plugin
263-
image: quay.io/piraeusdatastore/piraeus-csi:v1.3.1
263+
image: quay.io/piraeusdatastore/piraeus-csi:v1.4.0
264264
args:
265265
- "--csi-endpoint=$(CSI_ENDPOINT)"
266266
- "--node=$(KUBE_NODE_NAME)"

0 commit comments

Comments
 (0)