Skip to content

Commit 877bf29

Browse files
committed
Release 1.10.1
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent bb36a68 commit 877bf29

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.1] - 2025-11-05
10+
911
### Added
1012

1113
- Run "fsck" before mounting a filesystem
@@ -632,7 +634,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
632634
- all storageClass parameters options are now case insenstive
633635
- non-debug logging is less verbose in general
634636

635-
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.0...HEAD
637+
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.1...HEAD
638+
[1.10.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.10.0...v1.10.1
636639
[1.10.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.9.0...v1.10.0
637640
[1.9.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.1...v1.9.0
638641
[1.8.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...v1.8.1

examples/k8s/deploy/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ images:
1818
newTag: v2.15.0
1919
- name: csi-provisioner
2020
newName: registry.k8s.io/sig-storage/csi-provisioner
21-
newTag: v5.3.0
21+
newTag: v6.0.0
2222
- name: csi-resizer
2323
newName: registry.k8s.io/sig-storage/csi-resizer
24-
newTag: v1.14.0
24+
newTag: v2.0.0
2525
- name: csi-snapshotter
2626
newName: registry.k8s.io/sig-storage/csi-snapshotter
27-
newTag: v8.3.0
27+
newTag: v8.4.0
2828
- name: linstor-csi
2929
newName: quay.io/piraeusdatastore/piraeus-csi
30-
newTag: v1.10.0
30+
newTag: v1.10.1
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)