From 6abb1fb20c27330c754d41ab73a18c8d8de0c4c6 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 13 Oct 2021 21:11:38 +0200 Subject: [PATCH] v5.0.1: changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589e0554..3178f9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v5.0.1 + +### Enhancement + +- add `HostFromClusterNetwork` field to `LocalRegistryHosting` configmap as per KEP-1755 (#754) + +### Fixes + +- fix: nilpointer exception on failed exec process with no returned logreader +- make post-create cluster preparation (DNS stuff mostly) more resilient (#780) +- fix v1alpha2 -> v1alpha3 config migration (and other related issues) (#799) + +### Misc + +- docs: fix typo (#784) +- docs: fix usage of legacy `--k3s-agent/server-arg` flag + ## v5.0.0 This release contains a whole lot of new features, breaking changes as well as smaller fixes and improvements.