Skip to content

Commit

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

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Nov 30, 2023
1 parent a1008cb commit 5ddc618
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
36 changes: 26 additions & 10 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,16 @@ <h1 class="toc-title">Contents</h1>
<ul>
<li><a href="#supported-distributions"
id="toc-supported-distributions">Supported Distributions</a></li>
<li><a href="#requirements" id="toc-requirements">Requirements</a>
<ul>
<li><a href="#collection-requirements"
id="toc-collection-requirements">Collection requirements</a></li>
</ul></li>
<li><a href="#role-variables" id="toc-role-variables">Role
Variables</a></li>
<li><a href="#example-playbooks" id="toc-example-playbooks">Example
Playbooks</a></li>
<li><a href="#rpm-ostree" id="toc-rpm-ostree">rpm-ostree</a></li>
<li><a href="#license" id="toc-license">License</a></li>
</ul>
</nav>
Expand All @@ -152,6 +158,14 @@ <h1 id="supported-distributions">Supported Distributions</h1>
<li>RHEL-9.1+, CentOS Stream 9.1+</li>
<li>Fedora 36+</li>
</ul>
<h1 id="requirements">Requirements</h1>
<p>See below</p>
<h2 id="collection-requirements">Collection requirements</h2>
<p>If you want to manage <code>rpm-ostree</code> systems with this role,
you will need to install additional collections. Please run the
following command line to install the collection.</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">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<h1 id="role-variables">Role Variables</h1>
<p>These are the variables that can be passed to the role.
<em>NOTE:</em> Use Ansible Vault to encrypt passwords, keys, and other
Expand Down Expand Up @@ -348,16 +362,18 @@ <h1 id="role-variables">Role Variables</h1>
</tbody>
</table>
<h1 id="example-playbooks">Example Playbooks</h1>
<div class="sourceCode" id="cb1"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="kw">-</span><span class="at"> </span><span class="fu">name</span><span class="kw">:</span><span class="at"> Manage keylime servers</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">hosts</span><span class="kw">:</span><span class="at"> all</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">vars</span><span class="kw">:</span></span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">keylime_server_verifier_ip</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;{{ ansible_host }}&quot;</span></span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">keylime_server_registrar_ip</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;{{ ansible_host }}&quot;</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">roles</span><span class="kw">:</span></span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.keylime_server</span></span></code></pre></div>
<div class="sourceCode" id="cb2"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="kw">-</span><span class="at"> </span><span class="fu">name</span><span class="kw">:</span><span class="at"> Manage keylime servers</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">hosts</span><span class="kw">:</span><span class="at"> all</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">vars</span><span class="kw">:</span></span>
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">keylime_server_verifier_ip</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;{{ ansible_host }}&quot;</span></span>
<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">keylime_server_registrar_ip</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;{{ ansible_host }}&quot;</span></span>
<span id="cb2-7"><a href="#cb2-7" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb2-8"><a href="#cb2-8" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">roles</span><span class="kw">:</span></span>
<span id="cb2-9"><a href="#cb2-9" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.keylime_server</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>
</article>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

[1.1.0] - 2023-11-29
--------------------

### New Features

- feat: support for ostree systems (#24)

### Other Changes

- build(deps): Bump actions/checkout from 3 to 4 (#16)
- ci: ensure dependabot git commit message conforms to commitlint (#19)
- ci: tox-lsr version 3.1.1 (#23)
- ci: Use emulated TPM device on C9S (#25)

[1.0.1] - 2023-09-08
--------------------

Expand Down

0 comments on commit 5ddc618

Please sign in to comment.