Releases: linux-system-roles/network
Releases · linux-system-roles/network
Version 1.8.0
New features
- Support routing rules
- Support the ipoib (IP over Infiniband) connection
Bug fixes
- Reject configuring
ipv6_disabledif not supported in NM - Support playbooks which use
gather_facts: false
Add support for Rocky Linux; fix supporting the infiniband ports in active-backup mode
New features
- Add support for Rocky Linux
Bug fixes
- bond: Fix supporting the infiniband ports in active-backup mode
Version 1.7.0
New features
- NetworkManager provider: Support all available bonding modes and options
Version 1.6.0
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
Version 1.5.0
Changes
- Support ansible-core 2.11 and 2.12
New features
- Support matching network interfaces by their device path such as PCI address
Version 1.4.0
Changes
- Drop the support for Ansible 2.8
- Display the
stderr_linesonly by default- All the config parameters can still be displayed as previous using
ansible-playbook -v
- All the config parameters can still be displayed as previous using
New features
- Support Simultaneous Authentication of Equals(SAE) authentication
- Support Opportunistic Wireless Encryption (OWE)
- Support Ethtool ring settings
- Support
auto_gatewayoption
Bug fixes
- Fix static IPv6 support for initscripts provider
- Fix
dns_searchanddns_optionssupport for all address family - Fix deprecation warning on Ethtool setting
- Fix the idempotence when applying the same network connection twice
Version 1.3.0
Changes
- Use inclusive language
slaveis deprecated in favor ofportmasteris deprecated in favor ofcontroller
New features
- Support disabling IPv6
- Support
dns_optionswhen using one or more IPv4 nameservers - Support Ethtool coalesce settings
- Support dummy interfaces
Bug fixes
- Fix static IPv6 support for initscripts provider
Version 1.2.0
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