Skip to content

Commit

Permalink
Release 1.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Nov 8, 2024
1 parent a88d125 commit ca9308c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -565,7 +567,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
- 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
Expand Down
20 changes: 10 additions & 10 deletions examples/k8s/deploy/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca9308c

Please sign in to comment.