Releases: civo/civo-csi
Releases · civo/civo-csi
v0.10.5
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
- @hlts2 made their first contribution in #25
- @Praveen005 made their first contribution in #36
- @jokestax made their first contribution in #47
- @dippydocus made their first contribution in #50
Full Changelog: v0.10.4...v0.10.5
v0.10.3
Talos Clusters don't have a config file. Load this from an env var (#15)
v0.10.2
What's Changed
- Set User agent for csi by @haardikdharma10 in #10
- add missing healthz port for health-checking by @alessandroargentieri in #11
- increase threshold for liveness probe by @alessandroargentieri in #12
- update version of csi to fix a known issue by @alessandroargentieri in #13
- Trim whitespaces/newlines when reading environment variables by @RealHarshThakur in #5
- Updated Civogo to latest version by @satakshigarg in #14
- Talos Clusters don't have a config file. Load this from an env var by @DMajrekar in #15
New Contributors
- @haardikdharma10 made their first contribution in #10
- @alessandroargentieri made their first contribution in #11
- @RealHarshThakur made their first contribution in #5
- @satakshigarg made their first contribution in #14
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Add support for volume stats by @vishalanarase in #9
New Contributors
- @vishalanarase made their first contribution in #9
Full Changelog: v0.10.0...v0.10.1
v0.9.1
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
First release of a working driver ready to be thoroughly tested