Skip to content

Commit

Permalink
Merge pull request #271 from richm/cl-20231129
Browse files Browse the repository at this point in the history
docs(changelog): version v0.23.0 [citest skip]
  • Loading branch information
richm committed Nov 30, 2023
2 parents 195cb2e + 9ede163 commit f1c1f52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ <h1 class="toc-title">Contents</h1>
Playbook</a></li>
<li><a href="#template-generation" id="toc-template-generation">Template
Generation</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>
<li><a href="#authors" id="toc-authors">Authors</a></li>
</ul>
Expand Down Expand Up @@ -317,11 +318,14 @@ <h2 id="optional-requirements">Optional requirements</h2>
configure firewall and selinux for you, which is mostly useful when
custom port is used, the role requires additional collections which are
specified in <code>meta/collection-requirements.yml</code>. These are
not automatically installed. You must install them like this:</p>
not automatically installed. If you want to manage
<code>rpm-ostree</code> systems, additional collections are required.
You must install them like this:</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> install <span class="at">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<p>For more information, see <code>sshd_manage_firewall</code> and
<code>sshd_manage_selinux</code> options below. These roles are
<code>sshd_manage_selinux</code> options below, and the
<code>rpm-ostree</code> section. This additional functionality is
supported only on Red Hat based Linux.</p>
<h1 id="role-variables">Role variables</h1>
<h2 id="primary-role-variables">Primary role variables</h2>
Expand Down Expand Up @@ -664,6 +668,8 @@ <h1 id="template-generation">Template Generation</h1>
<code>options_match</code>.</p>
<p>To regenerate the templates, from within the <code>meta/</code>
directory run: <code>./make_option_lists</code></p>
<h1 id="rpm-ostree">rpm-ostree</h1>
<p>See README-ostree.md</p>
<h1 id="license">License</h1>
<p>LGPLv3</p>
<h1 id="authors">Authors</h1>
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
=========

[v0.23.0] - 2023-11-29
--------------------

### New Features

- feat: support for ostree systems (#270)

### Bug Fixes

- fix: Avoid creation of runtime directories in home (#265)

### Other Changes

- tests: Ensure backup/restore preserves file attributes (#269)

[v0.22.0] - 2023-10-18
--------------------

Expand Down

0 comments on commit f1c1f52

Please sign in to comment.