Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 938 Bytes

CHANGELOG-2.0.md

File metadata and controls

13 lines (7 loc) · 938 Bytes

Changes since v1.1.0

Action Required

  • 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)

Other Notable Changes

  • 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)