Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jun 11, 2024
1 parent 123b95f commit c10da8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +70,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -162,7 +162,8 @@ <h1 class="toc-title">Contents</h1>
</ul>
</nav>
<hr>
<p>Configure and manage gfs2 file systems in a pacemaker cluster.</p>
<p>Configure and manage the Global File System 2 (gfs2), a cluster file
system in a pacemaker cluster.</p>
<h1 id="supported-distributions">Supported Distributions</h1>
<ul>
<li>RHEL-8+, CentOS-8+</li>
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[0.0.3] - 2024-06-11
--------------------

### Other Changes

- ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#2)
- docs: Update README.md to clarify purpose of gfs2 role (#9)
- ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#10)
- ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#13)
- ci: Add supported_ansible_also to .ansible-lint (#14)

[0.0.2] - 2024-04-25
--------------------

Expand Down

0 comments on commit c10da8f

Please sign in to comment.