v5.0.1: changelog

This commit is contained in:
iwilltry42 2021-10-13 21:11:38 +02:00
parent 594e3ced3f
commit 6abb1fb20c
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -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.