From 9748b1e158f3a03e807c6a989edc0fee856ff5a2 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Mon, 21 Aug 2023 13:39:05 +0200 Subject: [PATCH] v5.6.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8034345f..a7524254b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v5.6.0 - 21.08.2023 + +### Added + +- add: iptables in DinD image (#1298) +- docs(podman): add usage for rootless mode on macOS (#1314) + +### Changed + +- **Potentially Breaking**: For people using k3d as a module: switch from netaddr.af to netipx + netip (changed some code around `host.k3d.internal` and the docker runtime) +- **Potentially Breaking**: K3d config directory may change for you: Adhere to XDG's configuration specification (#1320) + +### Fixed + +- docs: fix go install command (#1337) +- fix docs links in CONTRIBUTING.md +- chore: pkg imported more than once (#1313) + ## v5.5.2 - 03.08.2023 ### Fixed