File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.10.0] - 2025-10-14
10+
911### Added
1012
1113- Enable [ Group Snapshots] for in-cluster snapshots.
14+ - Add components for RWX volumes via NFS server.
1215
1316[ Group Snapshots ] : https://kubernetes-csi.github.io/docs/group-snapshot-restore-feature.html
1417
@@ -625,7 +628,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
625628- all storageClass parameters options are now case insenstive
626629- non-debug logging is less verbose in general
627630
628- [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.9.0...HEAD
631+ [ Unreleased ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.0...HEAD
632+ [ 1.10.0 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.9.0...v1.10.0
629633[ 1.9.0 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.1...v1.9.0
630634[ 1.8.1 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...v1.8.1
631635[ 1.8.0 ] : https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.1...v1.8.0
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ target "linstor-csi" {
4949
5050target "nfs-server" {
5151 inherits = [" docker-metadata-action" ]
52- tags = tags (" nfs-server" , target. docker-metadata-action . tags )
52+ tags = tags (" piraeus-csi- nfs-server" , target. docker-metadata-action . tags )
5353 context = " ./"
5454 dockerfile = " nfs/Dockerfile"
5555 platforms = split (" ," , PLATFORMS)
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.9 .0
5- - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.9 .0
4+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.10 .0
5+ - https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.10 .0
66images :
77- name : csi-attacher
88 newName : registry.k8s.io/sig-storage/csi-attacher
@@ -27,7 +27,7 @@ images:
2727 newTag : v8.3.0
2828- name : linstor-csi
2929 newName : quay.io/piraeusdatastore/piraeus-csi
30- newTag : v1.9 .0
30+ newTag : v1.10 .0
3131patches :
3232- path : controller-patch.yaml
3333- path : daemonset-patch.yaml
You can’t perform that action at this time.
0 commit comments