Skip to content

Commit 8d438d0

Browse files
committed
Release 1.10.0
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent e9f344d commit 8d438d0

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ target "linstor-csi" {
4949

5050
target "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)

examples/k8s/deploy/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
namespace: piraeus-datastore
22
resources:
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
66
images:
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
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)