Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 22, 2024
1 parent 044bf03 commit fc9e6a4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ <h1 class="title">gfs2</h1>
<h1 class="toc-title">Contents</h1>
<ul>
<li><a href="#supported-distributions"
id="toc-supported-distributions">Supported Distributions</a></li>
id="toc-supported-distributions">Supported Distributions</a>
<ul>
<li><a href="#architectures"
id="toc-architectures">Architectures</a></li>
</ul></li>
<li><a href="#requirements" id="toc-requirements">Requirements</a>
<ul>
<li><a href="#collection-requirements"
Expand Down Expand Up @@ -166,9 +170,15 @@ <h1 class="toc-title">Contents</h1>
system in a pacemaker cluster.</p>
<h1 id="supported-distributions">Supported Distributions</h1>
<ul>
<li>RHEL-8+, CentOS-8+</li>
<li>RHEL-8, RHEL-9, CentOS-8, CentOS-9</li>
<li>Fedora</li>
</ul>
<p>NOTE: gfs2 is not supported in EL10.</p>
<h2 id="architectures">Architectures</h2>
<p>The role is not supported on these architectures:</p>
<ul>
<li>aarch64</li>
</ul>
<h1 id="requirements">Requirements</h1>
<p>You must have a working HA cluster.</p>
<h2 id="collection-requirements">Collection requirements</h2>
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

[1.0.0] - 2024-08-22
--------------------

### New Features

- feat: role does not work on el10, aarch64 (#25)

### Other Changes

- ci: Add tft plan and workflow (#19)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#21)
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#22)
- ci: Add workflow for ci_test bad, use remote fmf plan (#23)
- ci: Fix missing slash in ARTIFACTS_URL (#24)

[0.0.4] - 2024-07-02
--------------------

Expand Down

0 comments on commit fc9e6a4

Please sign in to comment.