Skip to content

Releases: linux-system-roles/logging

Version 1.13.0

23 Jul 15:34
Compare
Choose a tag to compare

[1.13.0] - 2024-07-23

New Features

  • feat: add support for reopen_on_truncate for files input (#398)
  • feat: support custom config files with logging_custom_config_files (#399)
  • feat: add support for file and directory mode/owner/group for output files (#400)

Other Changes

  • test: use selinux for relp to fix test AVC (#401)

Version 1.12.9

02 Jul 18:17
Compare
Choose a tag to compare

[1.12.9] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#395)

Other Changes

  • ci: ansible-lint action now requires absolute directory (#394)

Version 1.12.8

11 Jun 17:10
Compare
Choose a tag to compare

[1.12.8] - 2024-06-11

Bug Fixes

  • fix: Add check for "rsyslogd: error" in /var/log/messages in all tests (#388)

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#389)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#391)
  • ci: Add supported_ansible_also to .ansible-lint (#392)

Version 1.12.7

21 May 10:24
Compare
Choose a tag to compare

[1.12.7] - 2024-05-21

Bug Fixes

  • fix: Remove name="basics_imuxsock" parameter from imuxsock type input (#385)

Other Changes

  • tests: Fail when rsyslog errors in __default_system_log (#386)

Version 1.12.6

04 Apr 16:27
Compare
Choose a tag to compare

[1.12.6] - 2024-04-04

Other Changes

  • ci: Bump ansible/ansible-lint from 6 to 24 (#382)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#383)

Version 1.12.5

26 Feb 16:02
Compare
Choose a tag to compare

[1.12.5] - 2024-02-26

Other Changes

  • ci: fix python unit test - copy pytest config to tests/unit (#379)
  • test: restore journald /dev/log after imuxsock test (#380)

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)