v0.8.4
What's Changed
- internal/driver: Rename and export the driver name by @nesv in #185
- internal/driver: Controller cleanup by @nesv in #186
- add codecov reporting by @eljohnson92 in #187
- [Fix] Setting the correct image tag for CSI E2E test image on main branch by @komer3 in #189
- go.mod: Update github.com/container-storage-interface/spec to v1.10.0 by @nesv in #190
- Add LUKS e2e test by @komer3 in #192
- [Clean Up] - NodeStageVolume, NodeUnStageVolume, Adding golangci lint to GHA, and various small cleans by @komer3 in #191
- [Clean Up] updating the k8s mounting pkg to latest supported one by @komer3 in #193
- [Clean Up] remove unused vars by @komer3 in #194
- [fix] Address the errors we are seeing for NodeExpandVolume() in CSI-Sanity test by @komer3 in #196
- [Feat] Adding CSI Sanity tests to GHA by @komer3 in #195
- [feat] : add support to run upstream k8s e2e tests by @rahulait in #197
- add xfsprogs to add mkfs.xfs binary to csi-linode-node pod by @rahulait in #199
- [Fixes] - Addressing test cases we found running sanity tests for Controller Plugin by @komer3 in #198
- [Fix] Re-enable Readonly since we support mounting the volume in that mode on the Node Plugin side by @komer3 in #201
- [Fix] Update Linode Token to correct one in GHA by @komer3 in #203
- Adding e2e test to verify ReadOnly volumes are mounted by Node plugin by @komer3 in #202
- [Clean-Up] Refactor NodeUnpublishVolume() by @komer3 in #200
- [Cleanup] Nodepublishvolume() refactor by @komer3 in #204
- [Cleanup] Pull all the test related files and folders under 'tests' directory by @komer3 in #207
- [Cleanup] Replace Status.Error() with helper func() defined in errors.go by @komer3 in #209
- [Cleanup] Move the fake test helper code into faketestutils package by @komer3 in #208
- test ext2, ext3, ext4, xfs as supported filesystem type by @rahulait in #206
- [Cleanup] refactor the utils and common pkgs by @amold1 in #212
- [Cleanup] Refactor LinodeIdentityServer for uniformity by @komer3 in #211
- [Cleanup] Refactor LinodeNodeServer for consistency by @komer3 in #210
New Contributors
Full Changelog: v0.8.3...v0.8.4