2023.1 Series Release Notes¶
18.0.1¶
Bug Fixes¶
The
vs_bridge
resource now updates existing keys when external ids are set. Also, the keys not included by the given extenral ids are removed.
18.0.0¶
New Features¶
Now this module supports managing a public key infrastructure used by Open vSwitch.
The new
skip_restart
parameter has been added. When this parmeter is set tofalse
, the ovs daemon is not restarted when some options which requires service restart are updated. This avoids immediate network disruption caused by restarting the ovs daemon.
This module now supports Ubuntu 22.04 (Jammy Jellyfish).
Upgrade Notes¶
This module no longer supports Ubuntu 20.04 (Focal Fossa).
Bug Fixes¶
Fixed missing triggers to restart the ovs daemon when dpdk options are updated.