Releases: minio/directpv
Releases · minio/directpv
Release version 4.1.4
Release version 4.0.16
Removal of releases v4.0.14 and v4.0.15
These two releases have been removed due to an error in the release process while releasing them.
What's Changed
- fix regression assigning AuditWriter in installer args by @Praveenrajmani in #928
- docs: fix piped sh usage by @balamurugana in #930
- Fix size probe for invalid devices by @Praveenrajmani in #932
- push-image.sh: fetch the latest version of v4.0 by @balamurugana in #933
- install: initialize admin and legacy client to avoid crash for dry-run mode by @balamurugana in #938
- fix: do not allow removing/changing the reserved labels by @Praveenrajmani in #945
- Upgrade sidecars to latest by @Praveenrajmani in #947
- Add
target_commitish
to goreleaser spec by @donatello in #949
Full Changelog: v4.0.13...v4.0.16
Release version 4.1.3
Changelog
- 2edc6b0 Add csi-external-health-monitor-controller sidecar build (#940)
- c16fb69 Add info messages in sidecar release scripts (#939)
- 6cb3a59 Add sidecar release scripts (#934)
- 35920ae Upgrade sidecars to latest (#946)
- 7474e19 admin: add missing response fields in resume APIs (#936)
- 137e750 admin: return additional info in admin API responses (#935)
- c43ec19 fix: do not allow removing/changing the reserved labels (#944)
- 196f4c2 install: initialize admin and legacy client to avoid crash for dry-run mode (#937)
Release version 4.1.2
Release version 4.1.1
Release version 4.0.13
Release version 4.1.0
Changelog
Feature Removals
No support for PSP from v4.1.0
As PodSecurityPolicy was deprecated in kubernetes v1.21 and removed from kubernetes in v1.25. Its support will be removed from DirectPV v4.1.0.
However, the versions v4.0.x will be supported with backports for a while. You can use versions greater than v4.0.12 and less than v4.1.0 to retain the PSP support.
Release version 4.0.12
Release version 4.0.11
Changelog
- c5ac17f Bump golang.org/x/net from 0.22.0 to 0.23.0 (#905)
- ccfdbfc Update Helm charts for v4.0.10
- b1dd070 Update dependencies (#899)
- c882148 Update operator bundle for v4.0.10
- 075bbec Upgrade UBI 8.10 and dependencies (#911)
- 0cce563 fix link to create-storage-class.sh (#896)
- eedc5a8 fix: handle Add event in node event listener (#906)
- f6f011d update max_retries in XFS error condition config to 0 (#893)
- 6cf6998 upgrade dependencies (#914)
Release version 4.0.10
Changelog
- c580047 Add plugin version and image tags as annotations to the resources (#886)
- e8ed46b Bump golang.org/x/net from 0.13.0 to 0.17.0 (#869)
- 45ff6da Check and update errors in drive event handling (#874)
- b184312 Improve the error messages for topology mismatches (#888)
- 42db733 Remove MaxVolumesPerNode limit in legacy node server (#872)
- bc00b70 Split device sync into readable functions (#879)
- 95aa683 Update Helm charts for v4.0.9
- 022137d Update operator bundle for v4.0.9
- a70e7af Upgrade UBI to 8.9 and dependencies (#887)
- 941907b change the "fstype" sc parameter to "csi.storage.k8s.io/fstype" (#885)
- 30dc068 fix drive name of volume at startup if needed (#873)
- a374aab fix typo in the documentation (#871)