File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.4.0] - 2024-02-01
10
+
9
11
### Breaking
10
12
11
13
- 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 -->
522
524
- all storageClass parameters options are now case insenstive
523
525
- non-debug logging is less verbose in general
524
526
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
526
529
[ 1.3.1 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.3.0...v1.3.1
527
530
[ 1.3.0 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.2.3...v1.3.0
528
531
[ 1.2.3 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.2.2...v1.2.3
Original file line number Diff line number Diff line change 72
72
- name : socket-dir
73
73
mountPath : /var/lib/csi/sockets/pluginproxy/
74
74
- name : linstor-csi-plugin
75
- image : quay.io/piraeusdatastore/piraeus-csi:v1.3.1
75
+ image : quay.io/piraeusdatastore/piraeus-csi:v1.4.0
76
76
args :
77
77
- " --csi-endpoint=$(CSI_ENDPOINT)"
78
78
- " --node=$(KUBE_NODE_NAME)"
@@ -254,7 +254,7 @@ spec:
254
254
- name : registration-dir
255
255
mountPath : /registration/
256
256
- name : linstor-csi-plugin
257
- image : quay.io/piraeusdatastore/piraeus-csi:v1.3.1
257
+ image : quay.io/piraeusdatastore/piraeus-csi:v1.4.0
258
258
args :
259
259
- " --csi-endpoint=$(CSI_ENDPOINT)"
260
260
- " --node=$(KUBE_NODE_NAME)"
Original file line number Diff line number Diff line change 72
72
- name : socket-dir
73
73
mountPath : /var/lib/csi/sockets/pluginproxy/
74
74
- name : linstor-csi-plugin
75
- image : quay.io/piraeusdatastore/piraeus-csi:v1.3.1
75
+ image : quay.io/piraeusdatastore/piraeus-csi:v1.4.0
76
76
args :
77
77
- " --csi-endpoint=$(CSI_ENDPOINT)"
78
78
- " --node=$(KUBE_NODE_NAME)"
@@ -260,7 +260,7 @@ spec:
260
260
- name : registration-dir
261
261
mountPath : /registration/
262
262
- name : linstor-csi-plugin
263
- image : quay.io/piraeusdatastore/piraeus-csi:v1.3.1
263
+ image : quay.io/piraeusdatastore/piraeus-csi:v1.4.0
264
264
args :
265
265
- " --csi-endpoint=$(CSI_ENDPOINT)"
266
266
- " --node=$(KUBE_NODE_NAME)"
You can’t perform that action at this time.
0 commit comments