Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Feb 28, 2023
1 parent 87d7ff7 commit 3fbda5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.0.0] - 2023-02-28

### Changed

- Add `_netdev` mount option to all mounts. This ensures unmounting on system shutdown happens before the
Expand Down Expand Up @@ -439,7 +441,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/v0.22.1...HEAD
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.22.1...v1.0.0
[0.22.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.22.0...v0.22.1
[0.22.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v0.20.0...v0.21.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:v0.22.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.0.0
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:v0.22.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.0.0
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:v0.22.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.0.0
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:v0.22.1
image: quay.io/piraeusdatastore/piraeus-csi:v1.0.0
args:
- "--csi-endpoint=$(CSI_ENDPOINT)"
- "--node=$(KUBE_NODE_NAME)"
Expand Down

0 comments on commit 3fbda5a

Please sign in to comment.