Skip to content

v0.2.0-alpha2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 23:35
· 49 commits to main since this release
f1a2374

[0.2.0-alpha2] - 2023-03-28

Bug Fixes

  • Nodes created by EKS managed nodegroups or Fargate must match control plane before an upgrade can commence (#35)
  • Improve error handling by reducing the use of unwrap() and supporting not specifying a region (#36)
  • Catch and provide better error and help message when unable to connect to cluster (#37)
  • Update logic used to evaluate control plane IPs to ensure at least 2 AZs each have 5 or more IPs available (#38)

Features

  • Add check K8S011 for version skew between kube-proxy and kubelet (#39)

Miscellaneous Tasks

  • Update version to refer to latest version of eksup
  • Update lockfile depdencies

Refactor

  • Re-organize docs layout for better usability/discoverability (#40)