- Introduce V(5) on the health check begin/success log lines to allow filtering of these entries from logs. If you would like to retain these log entries the action required would be to set
-v==5
or higher for the livenessprobe container. (#57, @stefansedich) - Deprecated "--connection-timeout" argument has been removed. (#59, @msau42)
- Fix nil pointer bug when driver responds with not ready (#58, @scuzhanglei)
- Migrated to Go modules, so the source builds also outside of GOPATH. (#53, @pohly)