From 2e43d027f1dc7d4b8e1cbc92d1840684d1ef73ba Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 1 Nov 2022 12:16:45 -0600 Subject: [PATCH] Version 1.10.0 - CHANGELOG.md [citest skip] [1.10.0] - 2022-11-01 -------------------- - Support looking up named route table in routing rule - Support 'route_metric4' for initscripts provider - Support the DNS priority - bond: improve the validation for setting peer_notif_delay - bond: test arp_all_targets only when arp_interval is enabled - bond: attach ports when creating the bonding connection - Set the route metric when testing the 'auto_gateway' - Fix markdownlint 'unordered list indentation' issue - add ip.route_metric4: 65535 to failing bond tests - use rpm -i instead of yum install for epel7 Signed-off-by: Rich Megginson --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086a229..5ea9f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ Changelog ========= +[1.10.0] - 2022-11-01 +-------------------- + +### New Features + +- Support looking up named route table in routing rule +- Support 'route_metric4' for initscripts provider +- Support the DNS priority + +### Bug Fixes + +- bond: improve the validation for setting peer_notif_delay +- bond: test arp_all_targets only when arp_interval is enabled +- bond: attach ports when creating the bonding connection + +### Other Changes + +- Set the route metric when testing the 'auto_gateway' +- Fix markdownlint 'unordered list indentation' issue +- add ip.route_metric4: 65535 to failing bond tests +- use rpm -i instead of yum install for epel7 + [1.9.1] - 2022-08-05 --------------------