summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-29 12:09:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-29 12:09:27 +0000
commita5f9a57a16ef34a5c6ed11ad6bd159797b47972b (patch)
tree9150a3f7c385f4563d0b5494ad19e6d87dee51ce /CHANGELOG.txt
parentAdding upstream version 20210628. (diff)
downloadopen-infrastructure-compute-tools-a5f9a57a16ef34a5c6ed11ad6bd159797b47972b.tar.xz
open-infrastructure-compute-tools-a5f9a57a16ef34a5c6ed11ad6bd159797b47972b.zip
Adding upstream version 20210629.upstream/20210629
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt20
1 files changed, 20 insertions, 0 deletions
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 <daniel.baumann@open-infrastructure.net>
+
+ * 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 <daniel.baumann@open-infrastructure.net>
* Releasing version 20210628.