Skip to content

Commit 34d1f2d

Browse files
spetrosirichm
authored andcommitted
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>
1 parent b4174b8 commit 34d1f2d

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

.README.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,17 @@ <h1 id="variables">Variables</h1>
315315
<li><code>network_connections</code> - The connection profiles are
316316
configured as <code>network_connections</code>, which is a list of
317317
dictionaries that include specific options.</li>
318-
<li><code>network_allow_restart</code> - Certain configurations require
319-
the role to restart network services. For example, if a wireless
318+
<li><code>network_allow_restart</code> - It defaults to
319+
<code>false</code>. To load NetworkManager plugins after installation,
320+
NetworkManager requires to be restarted. For example, if a wireless
320321
connection is configured and NetworkManager-wifi is not installed,
321322
NetworkManager must be restarted prior to the connection being
322-
configured. Setting this to <code>false</code> will prevent the role
323-
from restarting network service.</li>
323+
configured. The restart can result in connectivity loss and therefore
324+
the role does not allow it without explicit consent. The user can
325+
consent to it by setting <code>network_allow_restart</code> to
326+
<code>true</code>. Setting <code>network_allow_restart</code> to
327+
<code>false</code> will prevent the role from restarting
328+
NetworkManager.</li>
324329
<li><code>network_state</code> - The network state settings can be
325330
configured in the managed host, and the format and the syntax of the
326331
configuration should be consistent with the <a

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
[1.15.2] - 2024-04-04
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: Allow network to restart when wireless or team connection is specified (#675)
10+
11+
### Other Changes
12+
13+
- test: improve bond test failure debugging (#676)
14+
- ci: Bump ansible/ansible-lint from 6 to 24 (#677)
15+
- docs: Add MAC VTAP example (#679)
16+
- tests: Team interface is indeed supported on Fedora (#680)
17+
- test: improve name text for skipped ostree tests (#684)
18+
- ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#687)
19+
420
[1.15.1] - 2024-02-14
521
--------------------
622

0 commit comments

Comments
 (0)