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] #66

Merged
merged 1 commit into from
Apr 4, 2024
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
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
Loading