Skip to content

Commit ef5ef20

Browse files
committed
Release 1.9.0
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 3f7b3df commit ef5ef20

File tree

3 files changed

+11
-408
lines changed

3 files changed

+11
-408
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.9.0] - 2025-09-25
10+
911
### Changed
1012

1113
- Enforce larger minimum volume size for filesystem volumes.
@@ -612,7 +614,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
612614
- all storageClass parameters options are now case insenstive
613615
- non-debug logging is less verbose in general
614616

615-
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.1...HEAD
617+
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.9.0...HEAD
618+
[1.9.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.1...v1.9.0
616619
[1.8.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...v1.8.1
617620
[1.8.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.1...v1.8.0
618621
[1.7.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.0...v1.7.1

examples/k8s/deploy/kustomization.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ resources:
66
images:
77
- name: csi-attacher
88
newName: registry.k8s.io/sig-storage/csi-attacher
9-
newTag: v4.9.0
9+
newTag: v4.10.0
1010
- name: csi-external-health-monitor-controller
1111
newName: registry.k8s.io/sig-storage/csi-external-health-monitor-controller
12-
newTag: v0.15.0
12+
newTag: v0.16.0
1313
- name: csi-livenessprobe
1414
newName: registry.k8s.io/sig-storage/livenessprobe
15-
newTag: v2.16.0
15+
newTag: v2.17.0
1616
- name: csi-node-driver-registrar
1717
newName: registry.k8s.io/sig-storage/csi-node-driver-registrar
18-
newTag: v2.14.0
18+
newTag: v2.15.0
1919
- name: csi-provisioner
2020
newName: registry.k8s.io/sig-storage/csi-provisioner
2121
newTag: v5.3.0
2222
- name: csi-resizer
2323
newName: registry.k8s.io/sig-storage/csi-resizer
24-
newTag: v1.13.2
24+
newTag: v1.14.0
2525
- name: csi-snapshotter
2626
newName: registry.k8s.io/sig-storage/csi-snapshotter
27-
newTag: v8.2.1
27+
newTag: v8.3.0
2828
- name: linstor-csi
2929
newName: quay.io/piraeusdatastore/piraeus-csi
30-
newTag: v1.8.1
30+
newTag: v1.9.0
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)