Skip to content

Commit d33f288

Browse files
committed
docs(changelog): version 1.5.0 [citest skip]
Update changelog and .README.html for version 1.5.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 1e03f15 commit d33f288

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.README.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
6161
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
62+
pre > code.sourceCode > span { line-height: 1.25; }
6363
pre > code.sourceCode > span:empty { height: 1.2em; }
6464
.sourceCode { overflow: visible; }
6565
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +70,7 @@
7070
}
7171
@media print {
7272
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
73+
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
7474
}
7575
pre.numberSource code
7676
{ counter-reset: source-line 0; }
@@ -156,6 +156,8 @@ <h1 class="toc-title">Contents</h1>
156156
id="toc-ssh_config_owner-ssh_config_group-ssh_config_mode">ssh_config_owner,
157157
ssh_config_group, ssh_config_mode</a></li>
158158
<li><a href="#ssh_backup" id="toc-ssh_backup">ssh_backup</a></li>
159+
<li><a href="#ssh_transactional_update_reboot_ok"
160+
id="toc-ssh_transactional_update_reboot_ok">ssh_transactional_update_reboot_ok</a></li>
159161
</ul></li>
160162
<li><a href="#example-playbook" id="toc-example-playbook">Example
161163
Playbook</a></li>
@@ -245,6 +247,15 @@ <h2 id="ssh_config_file">ssh_config_file</h2>
245247
<h2 id="ssh_backup">ssh_backup</h2>
246248
<p>When set to <em>false</em>, the original <code>ssh_config</code> file
247249
is not backed up. Default is <em>true</em>.</p>
250+
<h2
251+
id="ssh_transactional_update_reboot_ok">ssh_transactional_update_reboot_ok</h2>
252+
<p>This variable is used to handle reboots required by transactional
253+
updates. If a transactional update requires a reboot, the role will
254+
proceed with the reboot if ssh_transactional_update_reboot_ok is set to
255+
true. If set to false, the role will notify the user that a reboot is
256+
required, allowing for custom handling of the reboot requirement. If
257+
this variable is not set, the role will fail to ensure the reboot
258+
requirement is not overlooked.</p>
248259
<h1 id="example-playbook">Example Playbook</h1>
249260
<p>The following playbook configures the <code>root</code> user ssh
250261
configuration in his</p>

CHANGELOG.md

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

4+
[1.5.0] - 2024-08-01
5+
--------------------
6+
7+
### New Features
8+
9+
- Handle reboot for transactional update systems (#151)
10+
11+
### Other Changes
12+
13+
- ci: Add tft plan and workflow (#152)
14+
- ci: Update fmf plan to add a separate job to prepare managed nodes (#154)
15+
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#155)
16+
417
[1.4.1] - 2024-07-02
518
--------------------
619

0 commit comments

Comments
 (0)