Releases: spiffe/spiffe-csi
Releases · spiffe/spiffe-csi
v0.2.6
Security
- Updated Golang to 1.22.2 and google.golang.org/grpc to v1.63.2 in order to address CVE-2023-45288 (#181)
v0.2.5
Fixed
- The unmount operation now allows pods to terminate properly after a node reboot (#161)
v0.2.3
Changed
- Fixed a broken version string causing panic on startup.
v0.2.2
Added
- Flag to configure the plugin name. This allows multiple instances of the driver to run under different names (#86)
Changed
- Docker images are now multiarch with amd64 and arm64 support (#70)
- Docker images are now signed by sigstore (#73)
v0.2.1
Changed
- Updated dependencies to quell false positive vulnerability reports (#58)
v0.2.0
Changed
- (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)