Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 30, 2023
1 parent dc31b9e commit c67ab25
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ <h1 class="toc-title">Contents</h1>
id="toc-purging-all-cluster-configuration">Purging all cluster
configuration</a></li>
</ul></li>
<li><a href="#rpm-ostree" id="toc-rpm-ostree">rpm-ostree</a></li>
<li><a href="#license" id="toc-license">License</a></li>
<li><a href="#author-information" id="toc-author-information">Author
Information</a></li>
Expand Down Expand Up @@ -328,8 +329,9 @@ <h2 id="collection-requirements">Collection requirements</h2>
<p>If the <code>ha_cluster</code> is a role from the
<code>fedora.linux_system_roles</code> collection or from the Fedora RPM
package, the requirement is already satisfied.</p>
<p>Otherwise, please run the following command line to install the
collection.</p>
<p>If you need to manage <code>rpm-ostree</code> systems, you will need
to install additional collections. Please run the following command line
to install the collections.</p>
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ansible-galaxy</span> collection install <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<h1 id="role-variables">Role Variables</h1>
Expand Down Expand Up @@ -2093,6 +2095,8 @@ <h2 id="purging-all-cluster-configuration">Purging all cluster
<span id="cb39-4"><a href="#cb39-4" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb39-5"><a href="#cb39-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">roles</span><span class="kw">:</span></span>
<span id="cb39-6"><a href="#cb39-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.ha_cluster</span></span></code></pre></div>
<h1 id="rpm-ostree">rpm-ostree</h1>
<p>See README-ostree.md</p>
<h1 id="license">License</h1>
<p>MIT</p>
<h1 id="author-information">Author Information</h1>
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[1.13.0] - 2023-11-29
--------------------

### New Features

- feat: support for ostree systems (#159)

### Other Changes

- test: update for ansible-test-2.16 (#162)
- test: do not use true test with select (#163)

[1.12.0] - 2023-11-06
--------------------

Expand Down

0 comments on commit c67ab25

Please sign in to comment.