File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 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
66
77## [ Unreleased]
88
9+ ## [ 1.10.4] - 2025-12-01
10+
911### Changed
1012
1113- Do not run fsck on read-only mounts.
@@ -655,7 +657,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
655657- all storageClass parameters options are now case insenstive
656658- non-debug logging is less verbose in general
657659
658- [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.3...HEAD
660+ [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.4...HEAD
661+ [ 1.10.4 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.3...v1.10.4
659662[ 1.10.3 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.2...v1.10.3
660663[ 1.10.2 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.1...v1.10.2
661664[ 1.10.1 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.0...v1.10.1
Original file line number Diff line number Diff line change 11namespace : piraeus-datastore
22resources :
33- namespace.yaml
4- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.10.1
5- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.10.1
4+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.10.2
5+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.10.2
66images :
77- name : csi-attacher
88 newName : registry.k8s.io/sig-storage/csi-attacher
@@ -18,7 +18,7 @@ images:
1818 newTag : v2.15.0
1919- name : csi-provisioner
2020 newName : registry.k8s.io/sig-storage/csi-provisioner
21- newTag : v6.0 .0
21+ newTag : v6.1 .0
2222- name : csi-resizer
2323 newName : registry.k8s.io/sig-storage/csi-resizer
2424 newTag : v2.0.0
@@ -27,7 +27,7 @@ images:
2727 newTag : v8.4.0
2828- name : linstor-csi
2929 newName : quay.io/piraeusdatastore/piraeus-csi
30- newTag : v1.10.3
30+ newTag : v1.10.4
3131patches :
3232- path : controller-patch.yaml
3333- path : daemonset-patch.yaml
You can’t perform that action at this time.
0 commit comments