- per the CSI spec, fulfill volume requests with required_size under 10GB by extending them to 10GB (the Linode minimum), unless that is over the limit size
- added a storage class of
linode-block-storage-retain, with a default reclaim policy ofRetain(to avoid deletion of the Block Storage Volume data)
- Fixed mangling of hyphens in k8s stored volume keys (from prefixes, which affected mount)
- CSI 1.0.0 Rewrite, now requiring Kubernetes 1.13+
- Added
--bs-prefixdriver argument for prefixing created volume labels
- Work-In-Progress