Skip to content

Commit ca9308c

Browse files
committed
Release 1.6.4
Signed-off-by: Moritz Wanzenböck <[email protected]>
1 parent a88d125 commit ca9308c

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.4] - 2024-11-08
10+
911
### Fixed
1012

1113
- Fixed an issue that caused the node publish call to attempt to resize a block volume: block volumes are now never
@@ -565,7 +567,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
565567
- all storageClass parameters options are now case insenstive
566568
- non-debug logging is less verbose in general
567569

568-
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...HEAD
570+
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...HEAD
571+
[1.6.4]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...v1.6.4
569572
[1.6.3]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.2...v1.6.3
570573
[1.6.2]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.1...v1.6.2
571574
[1.6.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.0...v1.6.1

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.5.2
5-
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.5.2
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
66
images:
77
- name: csi-attacher
88
newName: registry.k8s.io/sig-storage/csi-attacher
9-
newTag: v4.6.1
9+
newTag: v4.7.0
1010
- name: csi-external-health-monitor-controller
1111
newName: registry.k8s.io/sig-storage/csi-external-health-monitor-controller
12-
newTag: v0.12.1
12+
newTag: v0.13.0
1313
- name: csi-livenessprobe
1414
newName: registry.k8s.io/sig-storage/livenessprobe
15-
newTag: v2.13.1
15+
newTag: v2.14.0
1616
- name: csi-node-driver-registrar
1717
newName: registry.k8s.io/sig-storage/csi-node-driver-registrar
18-
newTag: v2.11.1
18+
newTag: v2.12.0
1919
- name: csi-provisioner
2020
newName: registry.k8s.io/sig-storage/csi-provisioner
21-
newTag: v5.0.1
21+
newTag: v5.1.0
2222
- name: csi-resizer
2323
newName: registry.k8s.io/sig-storage/csi-resizer
24-
newTag: v1.11.1
24+
newTag: v1.12.0
2525
- name: csi-snapshotter
2626
newName: registry.k8s.io/sig-storage/csi-snapshotter
27-
newTag: v8.0.1
27+
newTag: v8.1.0
2828
- name: linstor-csi
2929
newName: quay.io/piraeusdatastore/piraeus-csi
30-
newTag: v1.6.3
30+
newTag: v1.6.4
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)