From b86c7aa735f2b40fa367598ef1d31d92bd0a0a0a Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 8 Dec 2023 16:07:55 -0700 Subject: [PATCH] docs(changelog): version 1.12.3 [citest skip] Update changelog and .README.html for version 1.12.3 Signed-off-by: Rich Megginson --- .README.html | 6 +++--- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.README.html b/.README.html index 013f2327..d7e2384c 100644 --- a/.README.html +++ b/.README.html @@ -393,9 +393,9 @@

logging_inputs basics type

ratelimit_burst. Default to 600 seconds if use_imuxsock is false. Default to 0 if use_imuxsock is true. 0 indicates ratelimiting is turned off. -
  • persist_state_interval: Journal state is persisted -every value messages. Default to 10. Effective only when -use_imuxsock is false.
  • +
  • journal_persist_state_interval: Journal state is +persisted every value messages. Default to 10. Effective +only when use_imuxsock is false.
  • logging_inputs files type

    files input supports reading logs from the local diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f545593..02197b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --------------------