From e89dc9491e73b6ef18c217a9e8777c052c43cf08 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Tue, 9 Mar 2021 20:16:25 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c67cf6..b17c556a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v4.3.0 + +### Features / Enhancements + +- Use Go 1.16 + - update dependencies, including kubernetes, docker, containerd and more + - add `darwin/arm64` (Apple Silicon, M1) build target (#530) + - use the new `//go:embed` feature to directly embed the jsonschema in the binary (#529) +- 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) + +### Misc + +- docs: fix typo in stop command help text (#513, @searsaw) +- ci/ghaction: AUR (pre-)release now on Ubuntu 20.04 and latest archlinux image + ## v4.2.0 ### Features / Enhancements