Skip to content

Commit

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

Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
  • Loading branch information
spetrosi authored and richm committed Apr 4, 2024
1 parent 18d04a6 commit 2471f04
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ <h1 id="role-variables">Role Variables</h1>
control whether log messages received by the journal daemon shall be
forwarded to a traditional syslog daemon. Defaults to
<code>false</code>.</p></li>
<li><p><code>journald_rate_limit_interval_sec</code> - integer variable,
in seconds, configures the time interval within which only
<code>journald_rate_limit_burst</code> messages are handled. See
<code>man 5 journald.conf</code> for more information.</p></li>
<li><p><code>journald_rate_limit_burst</code> - integer variable, sets
the upper limit of messages from a service which are handled within the
time defined by <code>journald_rate_limit_interval_sec</code>. See
<code>man 5 journald.conf</code> for more information.</p></li>
</ul>
<h1 id="example-playbook">Example Playbook</h1>
<div class="sourceCode" id="cb2"><pre
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

[1.3.0] - 2024-04-04
--------------------

### New Features

- feat: Add options for rate limit interval and burst (#64)

### Other Changes

- ci: fix python unit test - copy pytest config to tests/unit (#62)
- ci: Bump ansible/ansible-lint from 6 to 24 (#63)
- ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#65)

[1.2.3] - 2024-01-23
--------------------

Expand Down Expand Up @@ -88,7 +101,6 @@ Changelog

Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>


[1.0.5] - 2023-07-19
--------------------

Expand Down

0 comments on commit 2471f04

Please sign in to comment.