Skip to content

Commit d9935f6

Browse files
committed
Release 1.8.1
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 3873407 commit d9935f6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.8.1] - 2025-06-24
10+
911
### Changed
1012

1113
- Ensure the BalanceResourceTask is disabled for resources in the process of being deleted.
@@ -603,7 +605,8 @@ on storage with the following (case sensitive!) options:<!-- Needs Docs -->
603605
- all storageClass parameters options are now case insenstive
604606
- non-debug logging is less verbose in general
605607

606-
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...HEAD
608+
[Unreleased]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.1...HEAD
609+
[1.8.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.8.0...v1.8.1
607610
[1.8.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.1...v1.8.0
608611
[1.7.1]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.7.0...v1.7.1
609612
[1.7.0]: https://github.com/piraeusdatastore/linstor-csi/compare/v1.6.5...v1.7.0

examples/k8s/deploy/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
namespace: piraeus-datastore
22
resources:
33
- namespace.yaml
4-
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.7.1
5-
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.7.1
4+
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-controller?ref=v2.9.0
5+
- https://github.com/piraeusdatastore/piraeus-operator//pkg/resources/cluster/csi-node?ref=v2.9.0
66
images:
77
- name: csi-attacher
88
newName: registry.k8s.io/sig-storage/csi-attacher
@@ -27,7 +27,7 @@ images:
2727
newTag: v8.2.1
2828
- name: linstor-csi
2929
newName: quay.io/piraeusdatastore/piraeus-csi
30-
newTag: v1.8.0
30+
newTag: v1.8.1
3131
patches:
3232
- path: controller-patch.yaml
3333
- path: daemonset-patch.yaml

0 commit comments

Comments
 (0)