Skip to content

v0.7.0

Compare
Choose a tag to compare
@invidian invidian released this 02 Sep 11:51
· 347 commits to master since this release
v0.7.0
f89267c

Added

  • Certificates and private keys in configs are now parsed as part of validation process.
  • e2e tests has now container runtime, nodes CIDR, and kubelet extra args configurable.
  • e2e tests are now run as part of CI process.
  • CI process now covers Dockerfiles, changelog formatting, go mod tidyness, Vagrantfile and Terraform code.
  • Custom code style checks using semgrep.

Changed

  • Default Kubernetes version is now v1.22.1.
  • Default etcd version is now v3.5.0.
  • Default HAProxy version is now v2.4.3.
  • Error messages has been improved across all codebase.
  • CI and Docker images now use Go 1.17.
  • Binaries are now build with local paths stripped (-trimpath flag).
  • e2e and local tests now use containerd as container runtime.
  • Sonobuoy version used in conformance tests has been updated to latest version v0.53.2.
  • golangci-lint version v1.42.0 is now used.