From 60b92ab7c0cdd45bbeba0b9c1a40fa37c51636ec Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 15 Mar 2022 11:03:20 -0600 Subject: [PATCH] Revert "Add support for Rocky Linux; fix supporting the infiniband ports in active-backup mode" This reverts commit 7c03e49b1019d7588dc503499f959f8dff241fac. --- CHANGELOG.md | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..f2147c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,114 @@ +Changelog +========= + +[1.7.1] - 2022-03-14 +-------------------- + +### New features + +- Add support for Rocky Linux + +### Bug fixes + +- bond: Fix supporting the infiniband ports in active-backup mode + +[1.7.0] - 2022-02-14 +-------------------- + +### New features + +- NetworkManager provider: Support all available bonding modes and options + +[1.6.0] - 2022-02-02 +-------------------- + +### New features + +- Support routing tables in static routes + +### Bug fixes + +- Fix setting DNS search settings when only one IP family is enabled +- Fix switching from initscripts to NetworkManager 1.18 + +[1.5.0] - 2021-12-14 +-------------------- + +### Changes + +- Support ansible-core 2.11 and 2.12 + +### New features + +- Support matching network interfaces by their device path such as PCI address + +[1.4.0] - 2021-08-10 +-------------------- + +### Changes + +- Drop the support for Ansible 2.8 +- Display the `stderr_lines` only by default + - All the config parameters can still be displayed as previous using + `ansible-playbook -v` + +### New features + +- Support Simultaneous Authentication of Equals(SAE) authentication +- Support Opportunistic Wireless Encryption (OWE) +- Support Ethtool ring settings +- Support `auto_gateway` option + +### Bug fixes + +- Fix static IPv6 support for initscripts provider +- Fix `dns_search` and `dns_options` support for all address family +- Fix deprecation warning on Ethtool setting +- Fix the idempotence when applying the same network connection twice + +[1.3.0] - 2021-04-08 +-------------------- + +### Changes + +- Use inclusive language + - `slave` is deprecated in favor of `port` + - `master` is deprecated in favor of `controller` + +### New features + +- Support disabling IPv6 +- Support `dns_options` when using one or more IPv4 nameservers +- Support Ethtool coalesce settings +- Support dummy interfaces + +### Bug fixes + +- Fix static IPv6 support for initscripts provider + +[1.2.0] - 2020-08-26 +-------------------- + +### Changes + +- Rename ethtool features to use underscores instead of dashes to support + Jinja2 dot notation. Accept old notation for compatibility with existing + playbooks. + +### New features + +- Initial 802.1x authentication support (only EAP-TLS) +- Wireless support +- Handle OracleLinux as a RHEL clone +- Remove dependency on ethtool command line tool +- initscripts: Support creating and activating bond profiles in one run +- Ignore up/down states if a profile is not defined and not present on the + managed host +- Document bond profiles + +### Bug fixes + +- NetworkManager: Always rollback checkpoint on failure +- NetworkManager: Try to reapply changes to reduce network interruptions +- initscripts: Fix dependencies for Fedora 32 +- Only log actual warnings as Ansible warnings