Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Jun 19, 2024
1 parent c01814b commit f41d6f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.2] - 2024-06-19

### Fixed

- Fix device path passdown when LINSTOR does not report a device path.

## [1.6.1] - 2024-05-16

### Added
Expand Down Expand Up @@ -546,7 +552,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.1...HEAD
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.2...HEAD
[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
[1.6.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.4.0...v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/deploy/linstor-csi-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: linstor-csi-plugin
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.2
args:
- "--csi-endpoint=$(CSI_ENDPOINT)"
- "--node=$(KUBE_NODE_NAME)"
Expand Down Expand Up @@ -254,7 +254,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: linstor-csi-plugin
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.2
args:
- "--csi-endpoint=$(CSI_ENDPOINT)"
- "--node=$(KUBE_NODE_NAME)"
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/deploy/linstor-csi-1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: linstor-csi-plugin
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.2
args:
- "--csi-endpoint=$(CSI_ENDPOINT)"
- "--node=$(KUBE_NODE_NAME)"
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: linstor-csi-plugin
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.6.2
args:
- "--csi-endpoint=$(CSI_ENDPOINT)"
- "--node=$(KUBE_NODE_NAME)"
Expand Down

0 comments on commit f41d6f4

Please sign in to comment.