Releases: GoogleCloudPlatform/gcs-fuse-csi-driver
Releases · GoogleCloudPlatform/gcs-fuse-csi-driver
v0.1.10
This release is abandoned.
v0.1.9
This release is abandoned.
v0.1.8
- Updated go modules.
- Replace sidecar container emptyDir
gke-gcsfuse-cache
withgke-gcsfuse-buffer
.
v0.1.7
v0.1.6
- 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
- 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
- Fixed openssl CVEs: CVE-2023-2650, CVE-2023-0465, CVE-2023-0466, CVE-2023-0464.
- Fixed golang CVEs in go1.20.3: CVE-2023-29400, CVE-2023-24539, CVE-2023-29403.
- Updated go modules.
- Updated sidecar container versions.
- Updated golang builder version to go1.20.5.
- Updated gcsfuse binary to v1.0.0.
- Fixed the issue Cannot parse gcsfuse bool flags with value.
- Fixed the issue Enable -o options for gcsfuse.
- Fixed the issue Remove the requirement of storage.buckets.get permission from the CSI driver.
- Fixed other issues.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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
- Update go module.
- Read the sidecar image from a configMap.
- Fix CSI mounter options parsing logic.
- Fix other minor issues.
v0.1.1
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.