Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 8, 2023
1 parent 672e093 commit b86c7aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ <h3 id="logging_inputs-basics-type">logging_inputs basics type</h3>
ratelimit_burst. Default to <code>600</code> seconds if use_imuxsock is
false. Default to <code>0</code> if use_imuxsock is true. 0 indicates
ratelimiting is turned off.</li>
<li><code>persist_state_interval</code>: Journal state is persisted
every value messages. Default to <code>10</code>. Effective only when
use_imuxsock is false.</li>
<li><code>journal_persist_state_interval</code>: Journal state is
persisted every value messages. Default to <code>10</code>. Effective
only when use_imuxsock is false.</li>
</ul>
<h3 id="logging_inputs-files-type">logging_inputs files type</h3>
<p><code>files</code> input supports reading logs from the local
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

[1.12.3] - 2023-12-08
--------------------

### Bug Fixes

- fix: avoid conf of RatelimitBurst when RatelimitInterval is zero (#373)
- fix: ansible-core-2.16 - only use to_nice_json for output formatting (#374)

### Other Changes

- ci: Bump actions/github-script from 6 to 7 (#370)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#371)
- docs: README.md: correct variable name journal_persist_state_interval (#372)

[1.12.2] - 2023-11-29
--------------------

Expand Down

0 comments on commit b86c7aa

Please sign in to comment.