File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
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.8.1] - 2025-06-24
10+
911### Changed
1012
1113- Ensure the BalanceResourceTask is disabled for resources in the process of being deleted.
@@ -603,7 +605,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
603605- all storageClass parameters options are now case insenstive
604606- non-debug logging is less verbose in general
605607
606- [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...HEAD
608+ [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.1...HEAD
609+ [ 1.8.1 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...v1.8.1
607610[ 1.8.0 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.1...v1.8.0
608611[ 1.7.1 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.0...v1.7.1
609612[ 1.7.0 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.5...v1.7.0
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.7.1
5- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.7.1
4+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.9.0
5+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.9.0
66images :
77- name : csi-attacher
88 newName : registry.k8s.io/sig-storage/csi-attacher
@@ -27,7 +27,7 @@ images:
2727 newTag : v8.2.1
2828- name : linstor-csi
2929 newName : quay.io/piraeusdatastore/piraeus-csi
30- newTag : v1.8.0
30+ newTag : v1.8.1
3131patches :
3232- path : controller-patch.yaml
3333- path : daemonset-patch.yaml
You can’t perform that action at this time.
0 commit comments