diff --git a/CHANGELOG.md b/CHANGELOG.md index f327522..9ab0e69 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.0.0] - 2023-02-28 + ### Changed - Add `_netdev` mount option to all mounts. This ensures unmounting on system shutdown happens before the @@ -439,7 +441,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/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 diff --git a/examples/k8s/deploy/linstor-csi-1.17.yaml b/examples/k8s/deploy/linstor-csi-1.17.yaml index b51b3a6..b85e02f 100644 --- a/examples/k8s/deploy/linstor-csi-1.17.yaml +++ b/examples/k8s/deploy/linstor-csi-1.17.yaml @@ -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)" @@ -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)" diff --git a/examples/k8s/deploy/linstor-csi-1.19.yaml b/examples/k8s/deploy/linstor-csi-1.19.yaml index 6009265..642a04e 100644 --- a/examples/k8s/deploy/linstor-csi-1.19.yaml +++ b/examples/k8s/deploy/linstor-csi-1.19.yaml @@ -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)" @@ -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)"