Skip to content

Releases: linux-system-roles/logging

Version 1.12.4

17 Jan 20:33
Compare
Choose a tag to compare

[1.12.4] - 2024-01-16

Other Changes

  • ci: support ansible-lint and ansible-test 2.16 (#376)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#377)

Version 1.12.3

08 Dec 23:09
Compare
Choose a tag to compare

[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)

Version 1.12.2

30 Nov 00:13
Compare
Choose a tag to compare

[1.12.2] - 2023-11-29

Other Changes

  • refactor: improve support for ostree systems (#368)

Version 1.12.1

07 Nov 22:21
Compare
Choose a tag to compare

[1.12.1] - 2023-11-07

Other Changes

  • test: add tests for preserveFQDN, max_message_size (#366)

Version 1.12.0

06 Nov 23:07
Compare
Choose a tag to compare

[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

  • Bump actions/checkout from 3 to 4 (#350)
  • ci: add dump_packages to weekly_ci (#351)
  • ci: use dump_packages.py callback to get packages used by role (#357)
  • ci: tox-lsr version 3.1.1 (#359)
  • ci: Fix implicit octal values in main.yml (#363)

Version 1.11.10

08 Sep 13:05
8d16e7b
Compare
Choose a tag to compare

[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 spetrosi@redhat.com

  • docs: reformat pki params (#346)

format the pki parameters just like all of the other section
parameters

Signed-off-by: Rich Megginson rmeggins@redhat.com

  • 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 spetrosi@redhat.com

  • 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 spetrosi@redhat.com

Version 1.11.9

19 Jul 21:17
Compare
Choose a tag to compare

[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)

Version 1.11.8

26 May 19:59
Compare
Choose a tag to compare

[1.11.8] - 2023-05-26

Bug Fixes

  • fix: work with ansible-core 2.15

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: add Collection requirements section

Version 1.11.7

14 Apr 13:54
e64fdd8
Compare
Choose a tag to compare

[1.11.7] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when even for tasks with conditionals (#326)

Version 1.11.6

06 Apr 19:08
bf74fd2
Compare
Choose a tag to compare

[1.11.6] - 2023-04-06

Other Changes

  • Fingerprint RHEL System Role managed config files (#324)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io