mirror of
https://github.com/linux-system-roles/network.git
synced 2026-08-02 07:42:13 +00:00
docs(changelog): version 1.15.2 [citest skip]
Update changelog and .README.html for version 1.15.2 Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
parent
b4174b837f
commit
34d1f2d53e
2 changed files with 25 additions and 4 deletions
13
.README.html
13
.README.html
|
|
@ -315,12 +315,17 @@ create new profiles with the new provider.</li>
|
|||
<li><code>network_connections</code> - The connection profiles are
|
||||
configured as <code>network_connections</code>, which is a list of
|
||||
dictionaries that include specific options.</li>
|
||||
<li><code>network_allow_restart</code> - Certain configurations require
|
||||
the role to restart network services. For example, if a wireless
|
||||
<li><code>network_allow_restart</code> - It defaults to
|
||||
<code>false</code>. To load NetworkManager plugins after installation,
|
||||
NetworkManager requires to be restarted. For example, if a wireless
|
||||
connection is configured and NetworkManager-wifi is not installed,
|
||||
NetworkManager must be restarted prior to the connection being
|
||||
configured. Setting this to <code>false</code> will prevent the role
|
||||
from restarting network service.</li>
|
||||
configured. The restart can result in connectivity loss and therefore
|
||||
the role does not allow it without explicit consent. The user can
|
||||
consent to it by setting <code>network_allow_restart</code> to
|
||||
<code>true</code>. Setting <code>network_allow_restart</code> to
|
||||
<code>false</code> will prevent the role from restarting
|
||||
NetworkManager.</li>
|
||||
<li><code>network_state</code> - The network state settings can be
|
||||
configured in the managed host, and the format and the syntax of the
|
||||
configuration should be consistent with the <a
|
||||
|
|
|
|||
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,6 +1,22 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
[1.15.2] - 2024-04-04
|
||||
--------------------
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- fix: Allow network to restart when wireless or team connection is specified (#675)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- test: improve bond test failure debugging (#676)
|
||||
- ci: Bump ansible/ansible-lint from 6 to 24 (#677)
|
||||
- docs: Add MAC VTAP example (#679)
|
||||
- tests: Team interface is indeed supported on Fedora (#680)
|
||||
- test: improve name text for skipped ostree tests (#684)
|
||||
- ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#687)
|
||||
|
||||
[1.15.1] - 2024-02-14
|
||||
--------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue