Skip to content

Commit de79ea7

Browse files
WanzenBugrck
authored andcommitted
Release 1.10.4
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 363723f commit de79ea7

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.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

examples/k8s/deploy/kustomization.yaml

Lines changed: 4 additions & 4 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.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
66
images:
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
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)