Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 30, 2023
1 parent e1f4c98 commit aa87cff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ <h1 class="toc-title">Contents</h1>
id="toc-libreswan-algorithms">Libreswan algorithms</a></li>
</ul></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>
</ul>
</nav>
Expand Down Expand Up @@ -249,15 +250,16 @@ <h2 id="collection-requirements">Collection requirements</h2>
<p>The role requires the <code>firewall</code> role and the
<code>selinux</code> role from the
<code>fedora.linux_system_roles</code> collection, if
<code>vpn_manage_firewall</code> and <code>vpn_manage_selinux</code> is
<code>vpn_manage_firewall</code> and <code>vpn_manage_selinux</code> are
set to true, respectively. (Please see also the variables in the <a
href="#firewall-and-selinux"><code>Firewall and Selinux</code></a>
section.)</p>
<p>If the <code>vpn</code> is a role from the
section.) The role requires additional collections to manage
<code>rpm-ostree</code> systems.</p>
<p>If using the <code>vpn</code> role from the
<code>fedora.linux_system_roles</code> collection or from the Fedora RPM
package, the requirement is already satisfied.</p>
package, the requirements are already satisfied.</p>
<p>Otherwise, please run the following command line to install the
collection.</p>
collections.</p>
<div class="sourceCode" id="cb2"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-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="top-level-variables">Top-level variables</h1>
Expand Down Expand Up @@ -1103,6 +1105,8 @@ <h2 id="public_key">public_key</h2>
<h2 id="algorithms">Algorithms</h2>
<h3 id="libreswan-algorithms">Libreswan algorithms</h3>
<p>Minimum acceptable algorithms are AES, MODP2048 and SHA2.</p>
<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.6.0] - 2023-11-29
--------------------

### New Features

- feat: support for ostree systems (#134)

### Other Changes

- Bump actions/checkout from 3 to 4 (#126)
- ci: ensure dependabot git commit message conforms to commitlint (#129)
- ci: tox-lsr version 3.1.1 (#133)
- tests: add cleanup after each test (#135)

[1.5.9] - 2023-09-07
--------------------

Expand Down

0 comments on commit aa87cff

Please sign in to comment.