From b07d76fe9de61586edf3cce338ed50f13d94ea4c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 29 Jun 2021 14:05:58 +0200 Subject: Releasing version 20210629. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 20 ++++++++++++++++++++ VERSION.txt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 963f218..0951cb4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,23 @@ +2021-06-29 Daniel Baumann + + * Releasing version 20210628. + + * Backward incompatible changes: + - The networking integration on the container host depended on + ifupdown. Now, to support KVM as an additional backend + alongside systemd-nspawn in compute-tools, we're switching + in this version exclusively to openvswitch. + - Moving from ifupdown to openvswitch to manage the bridges + requires manual re-configuration of the networking stack on + the host, otherwise no container will continue to have network + access. + - Configuration examples for systemd-networkd (recommended) on the + host to use openvswitch are documented in HOST-SETUP.txt. + + [ Simon Spöhel ] + * Using openvswitch instead of linux bridges. + * Updating documentation for openvswitch. + 2021-06-28 Daniel Baumann * Releasing version 20210628. diff --git a/VERSION.txt b/VERSION.txt index 47b060d..f814e09 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20210628 +20210629 -- cgit v1.2.3