Skip to content

v0.6.0

Compare
Choose a tag to compare
@invidian invidian released this 24 May 13:42
· 455 commits to master since this release
v0.6.0
d62fe26

Fixed

  • Missing newline in removing container configuration log message.
  • Running e2e tests using Vagrant when having local e2e test configuration.

Changed

  • etcd.Member struct has been renamed to etcd.MemberConfig and etcd.Member is now an
    interface due to internal refactoring.
  • Updated Go dependencies to latest versions.
  • Default Kubernetes version is now v1.21.1.
  • Default HAProxy version is now 2.3.10.
  • Default etcd version is now v3.4.16.
  • Vagrant is now using Docker again instead of containerd as container runtime due to some conformance tests failing.