Skip to content

Commit 552ae9b

Browse files
committed
Release 1.6.5
Signed-off-by: Moritz Wanzenböck <[email protected]>
1 parent 40fbb71 commit 552ae9b

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
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.6.5] - 2025-02-10
10+
911
### Fixed
1012

1113
- Disable `mount` fallback to mount a volume RO even if a RW mount was requested.
@@ -571,7 +573,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
571573
- all storageClass parameters options are now case insenstive
572574
- non-debug logging is less verbose in general
573575

574-
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...HEAD
576+
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.5...HEAD
577+
[1.6.5]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...v1.6.5
575578
[1.6.4]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...v1.6.4
576579
[1.6.3]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.2...v1.6.3
577580
[1.6.2]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.1...v1.6.2

examples/k8s/deploy/kustomization.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
namespace: piraeus-datastore
22
resources:
33
- namespace.yaml
4-
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.6.0
5-
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.6.0
4+
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.7.1
5+
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.7.1
66
images:
77
- name: csi-attacher
88
newName: registry.k8s.io/sig-storage/csi-attacher
9-
newTag: v4.7.0
9+
newTag: v4.8.0
1010
- name: csi-external-health-monitor-controller
1111
newName: registry.k8s.io/sig-storage/csi-external-health-monitor-controller
12-
newTag: v0.13.0
12+
newTag: v0.14.0
1313
- name: csi-livenessprobe
1414
newName: registry.k8s.io/sig-storage/livenessprobe
15-
newTag: v2.14.0
15+
newTag: v2.15.0
1616
- name: csi-node-driver-registrar
1717
newName: registry.k8s.io/sig-storage/csi-node-driver-registrar
18-
newTag: v2.12.0
18+
newTag: v2.13.0
1919
- name: csi-provisioner
2020
newName: registry.k8s.io/sig-storage/csi-provisioner
21-
newTag: v5.1.0
21+
newTag: v5.2.0
2222
- name: csi-resizer
2323
newName: registry.k8s.io/sig-storage/csi-resizer
24-
newTag: v1.12.0
24+
newTag: v1.13.1
2525
- name: csi-snapshotter
2626
newName: registry.k8s.io/sig-storage/csi-snapshotter
27-
newTag: v8.1.0
27+
newTag: v8.2.0
2828
- name: linstor-csi
2929
newName: quay.io/piraeusdatastore/piraeus-csi
30-
newTag: v1.6.4
30+
newTag: v1.6.5
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)