Skip to content

Releases: minio/directpv

Release version 4.1.4

16 Sep 19:00
1f5a480
Compare
Choose a tag to compare

Changelog

  • 1f5a480 Add target_commitish to goreleaser spec (#950)

Release version 4.0.16

16 Sep 19:09
2b1d061
Compare
Choose a tag to compare

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

Full Changelog: v4.0.13...v4.0.16

Release version 4.1.3

13 Sep 05:56
35920ae
Compare
Choose a tag to compare

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

22 Aug 08:19
a0b8eed
Compare
Choose a tag to compare

Changelog

Release version 4.1.1

22 Aug 03:34
6643fbd
Compare
Choose a tag to compare

Changelog

  • 6643fbd docs: fix piped sh usage (#929)
  • 146db7b fix regression assigning AuditWriter in installer args (#926)

Release version 4.0.13

13 Aug 17:21
7d3f6c6
Compare
Choose a tag to compare

Changelog

Release version 4.1.0

13 Aug 16:32
8797589
Compare
Choose a tag to compare

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

01 Aug 05:49
7d99392
Compare
Choose a tag to compare

Changelog

Release version 4.0.11

24 Jun 00:18
6cf6998
Compare
Choose a tag to compare

Changelog

Release version 4.0.10

18 Dec 20:59
b184312
Compare
Choose a tag to compare

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)