Releases: kuttiproject/drivercore
Releases · kuttiproject/drivercore
v0.3.1
Bumped go version to 1.22
v0.3.0
- Corrected spelling in docs, functions and methods
- Added FetchWithProgress method to Image interface
- Removed unused methods from Driver interface
v0.2.0
Added driver.UsesPerClusterNetworking method.
Drivers that do not implement Network functions at all should return false
for this method.
The mock driver and tests have been updated to use it.
v0.1.2
Some corrections, mainly in the test package.
v0.1.1
Corrected Machine interface.