Skip to content

Releases: GoogleCloudPlatform/gcs-fuse-csi-driver

v0.1.10

22 Dec 02:22
Compare
Choose a tag to compare

This release is abandoned.

v0.1.9

21 Dec 00:13
Compare
Choose a tag to compare

This release is abandoned.

v0.1.8

22 Nov 07:37
Compare
Choose a tag to compare
  • Updated go modules.
  • Replace sidecar container emptyDir gke-gcsfuse-cache with gke-gcsfuse-buffer.

v0.1.7

09 Nov 08:07
Compare
Choose a tag to compare
  • Updated go modules.
  • Updated gcsfuse version to v1.2.1-gke.0.
  • Updated CSI driver golang builder version to go1.21.4.
  • Allow users to override sidecar grace-period to fix #91.
  • Add CSI fsgroup delegation support to fix #16.

v0.1.6

11 Oct 21:28
Compare
Choose a tag to compare
  • Updated go modules.
  • Updated sidecar container versions.
  • Updated CSI driver golang builder version to go1.21.2.
  • Make the sidecar container follow the Restricted Pod Security Standard, setting securityContext.capabilities.drop=["ALL"] to fix the issue #52
  • Fixed the behavior when users pass "0" to the pod annotation to configure the sidecar container resources, allowing the sidecar container to consume unlimited resources on Standard clusters.
  • Fixed sidecar container validation logic in webhook.

v0.1.5

28 Sep 18:32
Compare
Choose a tag to compare
  • Updated go modules.
  • Updated sidecar container versions.
  • Updated CSI driver golang builder version to go1.21.1.
  • Updated gcsfuse binary to v1.2.0, using golang builder version go1.21.0.
  • Increased unmount timeout to avoid errors.
  • Make the sidecar container follow the Restricted Pod Security Standard.
  • Added a secondary cache emptyDir volume to the sidecar container.
  • Added more E2E test cases.
  • Improved documentation.
  • Fixed other issues.

v0.1.4

23 Jun 21:04
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

15 May 19:43
Compare
Choose a tag to compare

Overall

  • Updated go modules.
  • Updated sidecar container versions.
  • Updated golang builder version to go1.20.4.
  • Updated gcsfuse binary to v0.42.4.
  • Fixed copyright information.
  • Updated documentation.
  • Added ARM node support.
  • Fixed issue #23.
  • Fixed other issues.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Apr 16:46
Compare
Choose a tag to compare
  • Update go module.
  • Read the sidecar image from a configMap.
  • Fix CSI mounter options parsing logic.
  • Fix other minor issues.

v0.1.1

31 Mar 22:48
Compare
Choose a tag to compare

Release v0.1.1

  • Update go module.
  • Improve SIGTERM signal handling logic in sidecar container.
  • Add webhook metrics endpoint to emit component version metric.
  • Update gcsfuse version to v0.42.3-gke.0.
  • Decrease the default sidecar container ephemeral storage limit to 5GiB.