Releases: linux-system-roles/logging
Version 1.12.7
Version 1.12.6
Version 1.12.5
Version 1.12.4
Version 1.12.3
Version 1.12.2
Version 1.12.1
Version 1.12.0
[1.12.0] - 2023-11-06
New Features
- feat: support for ostree systems (#360)
- feat: Add support for the global config option preserveFQDN with a new logg… (#362)
- feat: Add support for general queue and general action parameters (#364)
Bug Fixes
- fix: check that logging_max_message_size is set, not rsyslog_max_message_size (#361)
Other Changes
Version 1.11.10
[1.11.10] - 2023-09-08
Other Changes
-
ci: Add markdownlint, test_html_build, and build_docs workflows (#344)
-
markdownlint runs against README.md to avoid any issues with
converting it to HTML -
test_converting_readme converts README.md > HTML and uploads this test
artifact to ensure that conversion works fine -
build_docs converts README.md > HTML and pushes the result to the
docs branch to publish dosc to GitHub pages site. -
Fix markdown issues in README.md
Signed-off-by: Sergei Petrosian [email protected]
- docs: reformat pki params (#346)
format the pki parameters just like all of the other section
parameters
Signed-off-by: Rich Megginson [email protected]
-
docs: Make badges consistent, run markdownlint on all .md files (#347)
-
Consistently generate badges for GH workflows in README RHELPLAN-146921
-
Run markdownlint on all .md files
-
Add custom-woke-action if not used already
-
Rename woke action to Woke for a pretty badge
Signed-off-by: Sergei Petrosian [email protected]
-
ci: Remove badges from README.md prior to converting to HTML (#348)
-
Remove thematic break after badges
-
Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
Version 1.11.9
[1.11.9] - 2023-07-19
Bug Fixes
- fix: facts being gathered unnecessarily (#341)
Other Changes
- ci: Add pull request template and run commitlint on PR title only (#335)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#336)
- ci: Add tests::uses_selinux tag (#338)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#339)
- refactor: ansible-lint - vars cannot be reserved names (#340)
- refactor: Use selinux role instead of selinux cli (#342)