Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jan 9, 2024
1 parent 3c18dcf commit 0fc3205
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ <h1 id="role-variables">Role Variables</h1>
minutes, configures the time span after which journald synchronizes
currently used journal file to disk. By default role doesn't alter
currently used value.</p></li>
<li><p><code>journald_forward_to_syslog</code> - boolean variable,
control whether log messages received by the journal daemon shall be
forwarded to a traditional syslog daemon. Defaults to
<code>false</code>.</p></li>
</ul>
<h1 id="example-playbook">Example Playbook</h1>
<div class="sourceCode" id="cb2"><pre
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.2.0] - 2024-01-09
--------------------

### New Features

- feat: Adding support for ForwardToSyslog (#54)

### Other Changes

- ci: support ansible-lint and ansible-test 2.16 (#52)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#53)

[1.1.1] - 2023-12-08
--------------------

Expand Down

0 comments on commit 0fc3205

Please sign in to comment.