ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.22.9.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
ZeroFS is a high-performance filesystem that enables users to mount and interact with S3-compatible object storage as if it were a traditional filesystem. It supports file-level access via NFS and 9P, as well as block-level access via NBD, offering encryption, compression, and multi-layered caching for enhanced performance and security. This action simplifies the integration of S3 storage into workflows, making it suitable for applications such as ZFS, databases, and other systems requiring seamless access to object storage.
Release notes
What’s Changed
- Remove unused dependencies by @Barre in https://github.com/Barre/ZeroFS/pull/310
- Fix key cache race condition with per-key RwLock serialization by @Barre in https://github.com/Barre/ZeroFS/pull/311
Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.22.8...v0.22.9