- Updated Golang to 1.22.2 and google.golang.org/grpc to v1.63.2 in order to address CVE-2023-45288 (#181)
- The unmount operation now allows pods to terminate properly after a node reboot (#161)
- Updated to google.golang.org/grpc v1.59.0 to address CVE-2023-44487
- Fixed a broken version string causing panic on startup.
- Flag to configure the plugin name. This allows multiple instances of the driver to run under different names (#86)
- Docker images are now multiarch with amd64 and arm64 support (#70)
- Docker images are now signed by sigstore (#73)
- Updated dependencies to quell false positive vulnerability reports (#58)
- (Breaking) The driver now enforces that the CSI volume is declared read-only in the PodSpec
- The volume is now mounted R/W on the host to allow file attributes to be modified (e.g. SELinux)
- First official release!