diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed3154..72d127e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.4] - 2024-11-08 + ### Fixed - 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: - all storageClass parameters options are now case insenstive - non-debug logging is less verbose in general -[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...HEAD +[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.4...HEAD +[1.6.4]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.3...v1.6.4 [1.6.3]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.0...v1.6.1 diff --git a/examples/k8s/deploy/kustomization.yaml b/examples/k8s/deploy/kustomization.yaml index 75ab3e8..4913021 100644 --- a/examples/k8s/deploy/kustomization.yaml +++ b/examples/k8s/deploy/kustomization.yaml @@ -1,33 +1,33 @@ namespace: piraeus-datastore resources: - namespace.yaml -- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.5.2 -- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.5.2 +- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.6.0 +- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.6.0 images: - name: csi-attacher newName: registry.k8s.io/sig-storage/csi-attacher - newTag: v4.6.1 + newTag: v4.7.0 - name: csi-external-health-monitor-controller newName: registry.k8s.io/sig-storage/csi-external-health-monitor-controller - newTag: v0.12.1 + newTag: v0.13.0 - name: csi-livenessprobe newName: registry.k8s.io/sig-storage/livenessprobe - newTag: v2.13.1 + newTag: v2.14.0 - name: csi-node-driver-registrar newName: registry.k8s.io/sig-storage/csi-node-driver-registrar - newTag: v2.11.1 + newTag: v2.12.0 - name: csi-provisioner newName: registry.k8s.io/sig-storage/csi-provisioner - newTag: v5.0.1 + newTag: v5.1.0 - name: csi-resizer newName: registry.k8s.io/sig-storage/csi-resizer - newTag: v1.11.1 + newTag: v1.12.0 - name: csi-snapshotter newName: registry.k8s.io/sig-storage/csi-snapshotter - newTag: v8.0.1 + newTag: v8.1.0 - name: linstor-csi newName: quay.io/piraeusdatastore/piraeus-csi - newTag: v1.6.3 + newTag: v1.6.4 patches: - path: controller-patch.yaml - path: daemonset-patch.yaml