Skip to content

Releases: seaweedfs/seaweedfs-csi-driver

v1.1.7

17 Jul 18:48
d777b87
Compare
Choose a tag to compare

sync with 3.54

v1.1.6

17 Apr 06:00
Compare
Choose a tag to compare

sync with 3.46

v1.1.5

04 Apr 20:10
Compare
Choose a tag to compare

In sync with 3.45 release.

v1.1.4

22 Mar 03:54
Compare
Choose a tag to compare

What's Changed

  • Update go dependencies to fix #114

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

20 Mar 03:49
3596a9a
Compare
Choose a tag to compare

What's Changed

  • DataLocality for initially auto-applying DataCenter mount-option by @Ruakij in #102
  • Use helm YAML from seaweedfs repo by @Jackbennett in #112

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Jan 20:42
f4d651d
Compare
Choose a tag to compare

What's Changed

  • Move securityContext into chart values with existing settings as default. by @Jackbennett in #93
  • Do not define namespace in seaweedfs-csi.yaml by @artur9010 in #94
  • Rewrite building mount-args to allow configuring any parameter by @Ruakij in #100
  • Whitelist for volContext by @Ruakij in #101

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 Sep 18:34
e8c336d
Compare
Choose a tag to compare

What's Changed

  • Make sure we'll have no stale mount after process kill by @kvaster in #90

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Sep 19:46
91803d1
Compare
Choose a tag to compare

What's Changed

  • Allow to set tolerations and affinity for both node and controller by @kvaster in #61
  • Update Capitalization of SeaweedFS by @lucemans in #62
  • Fix broken Helm template by @blampe in #63
  • Fix error when managing multiple volumes by @garenchan in #66
  • Pods using the same volume share mount by @garenchan in #68
  • Fix error to avoid zombie processes by @garenchan in #69
  • Fix #70: use bind mount rather than symbolic link by @garenchan in #71
  • fix an error to return correct result by @garenchan in #78
  • Make sure mount points are cleaned up by @kvaster in #80
  • Workaround link errors in CI until golang 1.20 by @i404788 in #82
  • Remove linux specific magic from fuse process start/stop. by @kvaster in #83
  • Allow per pv/pvc settings for cache, concurrent writes and uid/gid maps by @kvaster in #84
  • Cleanup cache directories by @kvaster in #85
  • add non standard volumes for seaweedfs-csi-driver node; improve helm… by @cr1cr1 in #86
  • fix sock path - mounted path must be the same as sock creation path by @cr1cr1 in #87

New Contributors

Full Changelog: v1.0.9...v1.1.0

v1.0.9

25 Apr 06:38
Compare
Choose a tag to compare
  • Support expand volume #59
  • Do not fail if path is already unmounted #53
  • Check for corrupted mount before unmount #54

v1.0.8

18 Mar 07:57
Compare
Choose a tag to compare
  • Support volume capacity.
  • Support option to create volumes with specific disk type.
  • Releases for amd64, 386, armv7, and arm64.