Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): version 1.3.0 [citest skip] #113

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ <h1 class="toc-title">Contents</h1>
<li><a href="#example-playbook" id="toc-example-playbook">Example
Playbook</a></li>
<li><a href="#testing" id="toc-testing">Testing</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="#author-information" id="toc-author-information">Author
Information</a></li>
Expand All @@ -159,14 +160,12 @@ <h1 id="requirements">Requirements</h1>
<p>This role is only supported on RHEL8/CentOS8 and Fedora
distributions.</p>
<h2 id="collection-requirements">Collection requirements</h2>
<p>This role requires the <code>ini_file</code> module from
<code>community.general</code>. If you are using
<code>ansible-core</code> you must install that collection.</p>
<p>This role requires the <code>ini_file</code> module from the
<code>community.general</code>, and uses other collections for
<code>rpm-ostree</code> support. Use the following command 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">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<p>If you are using Ansible Engine 2.9, or are using an Ansible bundle
which includes these collections/modules, you should have to do
nothing.</p>
<h1 id="role-variables">Role Variables</h1>
<p>Configure session recording with SSSD, the preferred way of managing
recorded users or groups. This causes the SSSD files provider to be
Expand Down Expand Up @@ -211,6 +210,8 @@ <h1 id="example-playbook">Example Playbook</h1>
<h1 id="testing">Testing</h1>
<p>Testing is done with the <code>tests/tests_*.yml</code> playbooks.
See <code>contributing.md</code>.</p>
<h1 id="rpm-ostree">rpm-ostree</h1>
<p>See README-ostree.md</p>
<h1 id="license">License</h1>
<p>GPL v3.0</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.3.0] - 2023-11-29
--------------------

### New Features

- feat: support for ostree systems (#111)

### Other Changes

- Bump actions/checkout from 3 to 4 (#103)
- ci: ensure dependabot git commit message conforms to commitlint (#106)

[1.2.17] - 2023-09-07
--------------------

Expand Down