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 <[email protected]>
  • Loading branch information
richm committed Nov 30, 2023
1 parent 07fdd9f commit 9617993
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 22 deletions.
47 changes: 25 additions & 22 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,31 +135,32 @@ <h1 class="title">Journald</h1>
<nav id="TOC">
<h1 class="toc-title">Contents</h1>
<ul>
<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-playbook" id="toc-example-playbook">Example
Playbook</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>
</ul>
</nav>
<hr>
<p><a
href="https://github.com/linux-system-roles/journald/actions/workflows/ansible-lint.yml"><img
src="https://github.com/linux-system-roles/journald/actions/workflows/ansible-lint.yml/badge.svg"
alt="ansible-lint.yml" /></a> <a
href="https://github.com/linux-system-roles/journald/actions/workflows/ansible-test.yml"><img
src="https://github.com/linux-system-roles/journald/actions/workflows/ansible-test.yml/badge.svg"
alt="ansible-test.yml" /></a> <a
href="https://github.com/linux-system-roles/journald/actions/workflows/markdownlint.yml"><img
src="https://github.com/linux-system-roles/journald/actions/workflows/markdownlint.yml/badge.svg"
alt="markdownlint.yml" /></a> <a
href="https://github.com/linux-system-roles/journald/actions/workflows/woke.yml"><img
src="https://github.com/linux-system-roles/journald/actions/workflows/woke.yml/badge.svg"
alt="woke.yml" /></a></p>
<p>This role provides an easy way to configure systemd-journald logging
service.</p>
<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 them:</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>Role allows system administrator to configure basic systemd-journald
settings, through following set of variables which form role's public
Expand Down Expand Up @@ -196,15 +197,17 @@ <h1 id="role-variables">Role Variables</h1>
currently used value.</p></li>
</ul>
<h1 id="example-playbook">Example Playbook</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">hosts</span><span class="kw">:</span><span class="at"> all</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">vars</span><span class="kw">:</span></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_persistent</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_max_disk_size</span><span class="kw">:</span><span class="at"> </span><span class="dv">2048</span></span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_per_user</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_sync_interval</span><span class="kw">:</span><span class="at"> </span><span class="dv">1</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">roles</span><span class="kw">:</span></span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.journald</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">hosts</span><span class="kw">:</span><span class="at"> all</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">vars</span><span class="kw">:</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_persistent</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_max_disk_size</span><span class="kw">:</span><span class="at"> </span><span class="dv">2048</span></span>
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_per_user</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">journald_sync_interval</span><span class="kw">:</span><span class="at"> </span><span class="dv">1</span></span>
<span id="cb2-7"><a href="#cb2-7" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">roles</span><span class="kw">:</span></span>
<span id="cb2-8"><a href="#cb2-8" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> linux-system-roles.journald</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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

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

### New Features

- feat: support for ostree systems (#46)

### Other Changes

- build(deps): Bump actions/checkout from 3 to 4 (#38)
- ci: ensure dependabot git commit message conforms to commitlint (#41)
- ci: tox-lsr version 3.1.1 (#45)

[1.0.6] - 2023-09-08
--------------------

Expand Down

0 comments on commit 9617993

Please sign in to comment.