diff --git a/collection_release.yml b/collection_release.yml index 7995304..261086b 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -2,7 +2,7 @@ postfix: ref: 1.5.0 sourcenum: 1 selinux: - ref: 1.7.7 + ref: 1.8.0 sourcenum: 2 timesync: ref: 1.8.5 @@ -14,7 +14,7 @@ network: ref: 1.15.5 sourcenum: 5 storage: - ref: 1.17.1 + ref: 1.18.0 sourcenum: 6 metrics: ref: 1.10.4 @@ -26,7 +26,7 @@ kernel_settings: ref: 1.2.5 sourcenum: 9 logging: - ref: 1.12.9 + ref: 1.13.0 sourcenum: 10 nbde_server: ref: 1.4.6 @@ -42,7 +42,7 @@ crypto_policies: sourcenum: 14 sshd: org: willshersystems - ref: v0.24.0 + ref: v0.24.1 repo: ansible-sshd sourcenum: 15 ssh: @@ -58,10 +58,10 @@ firewall: ref: 1.8.0 sourcenum: 19 cockpit: - ref: 1.5.8 + ref: 1.5.9 sourcenum: 20 podman: - ref: 1.5.1 + ref: 1.5.2 sourcenum: 21 ad_integration: ref: 1.4.6 diff --git a/galaxy.yml b/galaxy.yml index 7d47a51..6f8582e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.83.1" +version: "1.84.0" description: "Ansible roles for linux system components management" authors: diff --git a/lsr_role2collection/COLLECTION_CHANGELOG.md b/lsr_role2collection/COLLECTION_CHANGELOG.md index fd4b0f2..5fb1214 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +[1.84.0] - 2024-07-23 +--------------------- + +### New Features + +- logging - feat: add support for file and directory mode/owner/group for output files (#400) +- logging - feat: support custom config files with logging_custom_config_files (#399) +- logging - feat: add support for reopen_on_truncate for files input (#398) +- selinux - feat: add support for transactional update (#241) +- storage - feat: write storage role fingerprint to /etc/fstab (#458) + +### Bug Fixes + +- podman - fix: proper cleanup for networks; ensure cleanup of resources (#160) +- podman - fix: add support for EL10 (#159) +- sshd - fix: add support for EL10 (#293) + [1.83.1] - 2024-07-17 ---------------------