Skip to content

Commit

Permalink
docs(changelog): version 1.0.3 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.0.3

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Feb 26, 2024
1 parent 6bac514 commit ffbc3a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ <h1 class="title">bootloader</h1>
<nav id="TOC">
<h1 class="toc-title">Contents</h1>
<ul>
<li><a href="#supported-architectures"
id="toc-supported-architectures">Supported architectures</a></li>
<li><a href="#requirements" id="toc-requirements">Requirements</a>
<ul>
<li><a href="#collection-requirements"
Expand Down Expand Up @@ -173,6 +175,14 @@ <h1 class="toc-title">Contents</h1>
<hr>
<p>An Ansible role for bootloader and kernel command line
management.</p>
<h1 id="supported-architectures">Supported architectures</h1>
<p>This role currently supports configuring <code>grub2</code> boot
loader which runs on the following architectures:</p>
<ul>
<li>AMD and Intel 64-bit architectures (x86-64)</li>
<li>The 64-bit ARM architecture (ARMv8.0)</li>
<li>IBM Power Systems, Little Endian (POWER9)</li>
</ul>
<h1 id="requirements">Requirements</h1>
<p>See below</p>
<h2 id="collection-requirements">Collection requirements</h2>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[1.0.3] - 2024-02-26
--------------------

### Bug Fixes

- fix: Fix the role for UEFI systems (#90)

[1.0.2] - 2024-02-26
--------------------

Expand Down

0 comments on commit ffbc3a0

Please sign in to comment.