mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
Add CHANGELOG
Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
parent
5320e96a0e
commit
21de2fc95c
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Changelog
|
||||
## [1.2.0] - 2020-08-26
|
||||
### Changes
|
||||
- Rename ethtool features to use underscores instead of dashes to support
|
||||
Jinja2 dot notation
|
||||
### 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue