File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
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.6.4] - 2024-11-08
10
+
9
11
### Fixed
10
12
11
13
- Fixed an issue that caused the node publish call to attempt to resize a block volume: block volumes are now never
@@ -565,7 +567,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
565
567
- all storageClass parameters options are now case insenstive
566
568
- non-debug logging is less verbose in general
567
569
568
- [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...HEAD
570
+ [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...HEAD
571
+ [ 1.6.4 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...v1.6.4
569
572
[ 1.6.3 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.2...v1.6.3
570
573
[ 1.6.2 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.1...v1.6.2
571
574
[ 1.6.1 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.0...v1.6.1
Original file line number Diff line number Diff line change 1
1
namespace : piraeus-datastore
2
2
resources :
3
3
- namespace.yaml
4
- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.5.2
5
- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.5.2
4
+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.6.0
5
+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.6.0
6
6
images :
7
7
- name : csi-attacher
8
8
newName : registry.k8s.io/sig-storage/csi-attacher
9
- newTag : v4.6.1
9
+ newTag : v4.7.0
10
10
- name : csi-external-health-monitor-controller
11
11
newName : registry.k8s.io/sig-storage/csi-external-health-monitor-controller
12
- newTag : v0.12.1
12
+ newTag : v0.13.0
13
13
- name : csi-livenessprobe
14
14
newName : registry.k8s.io/sig-storage/livenessprobe
15
- newTag : v2.13.1
15
+ newTag : v2.14.0
16
16
- name : csi-node-driver-registrar
17
17
newName : registry.k8s.io/sig-storage/csi-node-driver-registrar
18
- newTag : v2.11.1
18
+ newTag : v2.12.0
19
19
- name : csi-provisioner
20
20
newName : registry.k8s.io/sig-storage/csi-provisioner
21
- newTag : v5.0.1
21
+ newTag : v5.1.0
22
22
- name : csi-resizer
23
23
newName : registry.k8s.io/sig-storage/csi-resizer
24
- newTag : v1.11.1
24
+ newTag : v1.12.0
25
25
- name : csi-snapshotter
26
26
newName : registry.k8s.io/sig-storage/csi-snapshotter
27
- newTag : v8.0.1
27
+ newTag : v8.1.0
28
28
- name : linstor-csi
29
29
newName : quay.io/piraeusdatastore/piraeus-csi
30
- newTag : v1.6.3
30
+ newTag : v1.6.4
31
31
patches :
32
32
- path : controller-patch.yaml
33
33
- path : daemonset-patch.yaml
You can’t perform that action at this time.
0 commit comments