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.5] - 2025-02-10
10
+
9
11
### Fixed
10
12
11
13
- Disable ` mount ` fallback to mount a volume RO even if a RW mount was requested.
@@ -571,7 +573,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
571
573
- all storageClass parameters options are now case insenstive
572
574
- non-debug logging is less verbose in general
573
575
574
- [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...HEAD
576
+ [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.5...HEAD
577
+ [ 1.6.5 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...v1.6.5
575
578
[ 1.6.4 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...v1.6.4
576
579
[ 1.6.3 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.2...v1.6.3
577
580
[ 1.6.2 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.1...v1.6.2
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.6.0
5
- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.6.0
4
+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.7.1
5
+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.7.1
6
6
images :
7
7
- name : csi-attacher
8
8
newName : registry.k8s.io/sig-storage/csi-attacher
9
- newTag : v4.7 .0
9
+ newTag : v4.8 .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.13 .0
12
+ newTag : v0.14 .0
13
13
- name : csi-livenessprobe
14
14
newName : registry.k8s.io/sig-storage/livenessprobe
15
- newTag : v2.14 .0
15
+ newTag : v2.15 .0
16
16
- name : csi-node-driver-registrar
17
17
newName : registry.k8s.io/sig-storage/csi-node-driver-registrar
18
- newTag : v2.12 .0
18
+ newTag : v2.13 .0
19
19
- name : csi-provisioner
20
20
newName : registry.k8s.io/sig-storage/csi-provisioner
21
- newTag : v5.1 .0
21
+ newTag : v5.2 .0
22
22
- name : csi-resizer
23
23
newName : registry.k8s.io/sig-storage/csi-resizer
24
- newTag : v1.12.0
24
+ newTag : v1.13.1
25
25
- name : csi-snapshotter
26
26
newName : registry.k8s.io/sig-storage/csi-snapshotter
27
- newTag : v8.1 .0
27
+ newTag : v8.2 .0
28
28
- name : linstor-csi
29
29
newName : quay.io/piraeusdatastore/piraeus-csi
30
- newTag : v1.6.4
30
+ newTag : v1.6.5
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