Skip to content

Releases: civo/civo-csi

v0.10.5

29 Jul 13:03
c224982

Choose a tag to compare

What's Changed

  • Set driver version in the binary based on release version by @hlts2 in #25
  • Reduce time complexity by modifying the data structure by @hlts2 in #26
  • Fix errors in existing Unit Tests on Local environment by @hlts2 in #27
  • Add proper error handling and remove unnecessary variable definition by @hlts2 in #28
  • Improve logging for node driver functions by @RealHarshThakur in #29
  • Add additional information to the error message by @hlts2 in #30
  • Add build workflow for pull request Docker image by @hlts2 in #32
  • Add DeleteSnapshot handler for VolumeSnapshot support by @hlts2 in #33
  • Introduce external snapshotter and snapshot controller for VolumeSnapshot support by @hlts2 in #35
  • feat: add ListSnapshots RPC by @Praveen005 in #36
  • Add CreateSnapshot handler for VolumeSnapshot support by @hlts2 in #38
  • Add logic to create volume from volumecontentsource by @hlts2 in #39
  • Add hook package for handling Kubernetes node draining event by @hlts2 in #40
  • Fix: CSI - Update to conform to latest civogo client code changes by @Praveen005 in #42
  • Fix dependabot alert by @hlts2 in #45
  • Fix silent volume resize failures and add unit tests for ControllerExpandVolume method by @Praveen005 in #46
  • feat: handle formatting by @jokestax in #47
  • Upgrade the version of golang.org/x/net due to a security issue by @hlts2 in #48
  • Upgrade the version of golang.org/x/net due to a security issue by @hlts2 in #49
  • provision volumes using the volume type of the cluster by @dippydocus in #50

New Contributors

Full Changelog: v0.10.4...v0.10.5

v0.10.3

22 May 13:01
2e89de4

Choose a tag to compare

Talos Clusters don't have a config file. Load this from an env var (#15)

v0.10.2

01 Feb 13:37
v0.10.2
2e89de4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

24 Aug 06:06
1e0dcd7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.9.1

01 May 14:20

Choose a tag to compare

Add cluster-id to the secret, and use it when creating a volume to associate them to a cluster

Initial release of a working driver

30 Apr 13:08

Choose a tag to compare

First release of a working driver ready to be thoroughly tested