Skip to content

Releases: spiffe/spiffe-csi

v0.2.6

10 Apr 17:22
f4db454
Compare
Choose a tag to compare

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

23 Jan 23:20
5dd6fdd
Compare
Choose a tag to compare

Fixed

  • The unmount operation now allows pods to terminate properly after a node reboot (#161)

v0.2.4

02 Nov 17:33
37e4986
Compare
Choose a tag to compare

Security

v0.2.3

24 Feb 22:14
b0db052
Compare
Choose a tag to compare

Changed

  • Fixed a broken version string causing panic on startup.

v0.2.2

24 Feb 22:14
Compare
Choose a tag to compare

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

07 Nov 18:01
fe9c783
Compare
Choose a tag to compare

Changed

  • Updated dependencies to quell false positive vulnerability reports (#58)

v0.2.0

09 Sep 17:57
612364e
Compare
Choose a tag to compare

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)

v0.1.0

03 Dec 22:03
Compare
Choose a tag to compare

Initial release.