Skip to content

Commit c179a0e

Browse files
committed
docs(changelog): version 1.3.0 [citest skip]
Update changelog and .README.html for version 1.3.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent 44fa111 commit c179a0e

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

.README.html

Lines changed: 14 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-kernel_settings_purge">kernel_settings_purge</a></li>
157157
<li><a href="#kernel_settings_reboot_ok"
158158
id="toc-kernel_settings_reboot_ok">kernel_settings_reboot_ok</a></li>
159+
<li><a href="#kernel_settings_transactional_update_reboot_ok"
160+
id="toc-kernel_settings_transactional_update_reboot_ok">kernel_settings_transactional_update_reboot_ok</a></li>
159161
<li><a href="#variables-exported-by-the-role"
160162
id="toc-variables-exported-by-the-role">Variables Exported by the
161163
Role</a></li>
@@ -278,6 +280,16 @@ <h2 id="kernel_settings_reboot_ok">kernel_settings_reboot_ok</h2>
278280
return the variable <code>kernel_settings_reboot_required</code> (see
279281
below) with a value of <code>true</code> to indicate that some change
280282
has occurred which needs a reboot to take effect.</p>
283+
<h2
284+
id="kernel_settings_transactional_update_reboot_ok">kernel_settings_transactional_update_reboot_ok</h2>
285+
<p>This variable is used to handle reboots required by transactional
286+
updates. If a transactional update requires a reboot, the role will
287+
proceed with the reboot if
288+
<code>kernel_settings_transactional_update_reboot_ok</code> is set to
289+
<code>true</code>. If set to <code>false</code>, the role will notify
290+
the user that a reboot is required, allowing for custom handling of the
291+
reboot requirement. If this variable is not set, the role will fail to
292+
ensure the reboot requirement is not overlooked.</p>
281293
<h2 id="variables-exported-by-the-role">Variables Exported by the
282294
Role</h2>
283295
<p>The role will export the following variables:</p>

CHANGELOG.md

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

4+
[1.3.0] - 2024-08-01
5+
--------------------
6+
7+
### New Features
8+
9+
- Handle reboot for transactional update systems (#215)
10+
11+
### Other Changes
12+
13+
- ci: Add tft plan and workflow (#209)
14+
- ci: Fix tft workflow (#210)
15+
- ci: Replace / with | in status to distinguish with BaseOS CI tests (#211)
16+
- ci: Improve tft plan and workflow (#213)
17+
- ci: Update fmf plan to add a separate job to prepare managed nodes (#214)
18+
419
[1.2.5] - 2024-07-02
520
--------------------
621

0 commit comments

Comments
 (0)