Releases: cyverse/irods-csi-driver
Releases · cyverse/irods-csi-driver
v0.9.6
- Upgrade irodsfs to fix nautilus dir browing bug, assigns inode ID to virtual dir entries
v0.9.5
- Unmount irodsfs before mounting
- Unmount irodsfs if mount process fails
0.9.4
- Use fusermount -uz command to unmount webdav and irodsfs mounts
- Give 0o500 permission to virtual directory (read-only) to allow users cd in to the directory
v0.9.2
- Delete irodsfs mount leftovers after successful unmount
- Fix null pointer error when losing volume info due to restart
- Store mount config and params to volume info
v0.9.0
- Significant code refactoring
- Reimplement
iRODS FUSE Lite
based on go-fuse
- Display ctime/modtime/chstatus correct
- Implement xattr to access iRODS AVUs
- Bugfix segfault
- Reconnect to
iRODS FUSE Lite Pool Service
when disconnected
- Store volume mount info as local json files
v0.8.7
- Export prometheus metrics
- Upgrade dependencies to fix orphan connections issue
v0.8.4
- Cap max connections
- Share a connection across multiple file handles
v0.8.3
- Implement pool client caching
v0.8.2
- Upgrade dependencies (go-irodsclient, irodsfs, irodsfs-pool, irodsfs-common)
- Add
no_permission_check
flag to PV configuration to bypass ACLs listing
v0.8.1
- Use unix socket for communication between iRODS FUSE Lite and iRODS FUSE Lite Pool Server
- Add default cache path, size
- Use go 1.18