Skip to content

Commit b8da872

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 <[email protected]>
1 parent 8d74bf4 commit b8da872

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.README.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ <h1 class="toc-title">Contents</h1>
144144
</ul></li>
145145
<li><a href="#role-variables" id="toc-role-variables">Role
146146
Variables</a></li>
147+
<li><a href="#ubuntu" id="toc-ubuntu">Ubuntu</a></li>
147148
<li><a href="#ansible-facts-returned-by-the-role"
148149
id="toc-ansible-facts-returned-by-the-role">Ansible Facts Returned by
149150
the Role</a></li>
@@ -159,7 +160,8 @@ <h1 id="warning">Warning</h1>
159160
role variables. Currently, this includes replacing at least the
160161
following configuration file:</p>
161162
<ul>
162-
<li><code>/etc/kdump.conf</code></li>
163+
<li><code>/etc/kdump.conf</code> (RedHat like OS)</li>
164+
<li><code>/etc/default/kdump-tools</code> (Ubuntu only, for now)</li>
163165
</ul>
164166
<h1 id="requirements">Requirements</h1>
165167
<p>See below</p>
@@ -222,6 +224,17 @@ <h1 id="role-variables">Role Variables</h1>
222224
system if required, set this variable to <code>true</code>. You do not
223225
need to re-execute the role after boot.</p>
224226
<p>Default: <code>false</code></p>
227+
<h1 id="ubuntu">Ubuntu</h1>
228+
<p>To configure the default file-overwriting behavior, use for
229+
example:</p>
230+
<div class="sourceCode" id="cb6"><pre
231+
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a><span class="fu">kdump_kdump_tools</span><span class="kw">:</span></span>
232+
<span id="cb6-2"><a href="#cb6-2" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">USE_KDUMP</span><span class="kw">:</span><span class="at"> </span><span class="dv">1</span></span>
233+
<span id="cb6-3"><a href="#cb6-3" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">KDUMP_KERNEL</span><span class="kw">:</span><span class="at"> /var/lib/kdump/vmlinuz</span></span>
234+
<span id="cb6-4"><a href="#cb6-4" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">KDUMP_INITRD</span><span class="kw">:</span><span class="at"> /var/lib/kdump/initrd.img</span></span>
235+
<span id="cb6-5"><a href="#cb6-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">KDUMP_COREDIR</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;/var/crash&quot;</span></span>
236+
<span id="cb6-6"><a href="#cb6-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">MAKEDUMP_ARGS</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;-c -d 31&quot;</span></span>
237+
<span id="cb6-7"><a href="#cb6-7" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">KDUMP_FAIL_CMD</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;reboot -f&quot;</span></span></code></pre></div>
225238
<h1 id="ansible-facts-returned-by-the-role">Ansible Facts Returned by
226239
the Role</h1>
227240
<p><strong>kdump_reboot_required</strong>: The role sets this fact if

CHANGELOG.md

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

4+
[1.5.0] - 2025-12-17
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Ubuntu support (#265)
10+
11+
### Other Changes
12+
13+
- ci: Bump actions/checkout from 5 to 6 (#264)
14+
- ci: add qemu tests for Fedora 43, drop Fedora 41 (#266)
15+
416
[1.4.15] - 2025-11-17
517
--------------------
618

0 commit comments

Comments
 (0)