v4.3.0
Features / Enhancements
- Use Go 1.16
- Add a status column to
k3d registry list
output (#496, @ebr) - Allow non-prefixed (i.e. without
k3d-
prefix) user input when fetching resources (e.g.k3d node get mycluster-server-0
would return successfully)
Fixes
- Allow absolute paths for volumes on Windows (#510, @markrexwinkel)
- fix nil-pointer exception in case of non-existent IPAM network config
- Properly handle combinations of host/hostIP in kubeAPI settings reflected in the kubeconfig (#500, @fabricev)