From fc7e87d063a704f773b418f3428a9d67b38dae6f Mon Sep 17 00:00:00 2001 From: systemroller Date: Thu, 1 Aug 2024 23:25:15 +0000 Subject: [PATCH] Collection version was updated --- collection_release.yml | 24 ++++++++++----------- galaxy.yml | 2 +- lsr_role2collection/COLLECTION_CHANGELOG.md | 18 ++++++++++++++++ 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/collection_release.yml b/collection_release.yml index f6c76df..c06a13c 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -1,20 +1,20 @@ postfix: - ref: 1.5.0 + ref: 1.5.1 sourcenum: 1 selinux: ref: 1.8.0 sourcenum: 2 timesync: - ref: 1.8.5 + ref: 1.8.6 sourcenum: 3 kdump: ref: 1.4.7 sourcenum: 4 network: - ref: 1.15.5 + ref: 1.15.6 sourcenum: 5 storage: - ref: 1.18.0 + ref: 1.18.1 sourcenum: 6 metrics: ref: 1.10.5 @@ -23,13 +23,13 @@ tlog: ref: 1.3.6 sourcenum: 8 kernel_settings: - ref: 1.2.5 + ref: 1.3.0 sourcenum: 9 logging: - ref: 1.13.0 + ref: 1.13.1 sourcenum: 10 nbde_server: - ref: 1.4.6 + ref: 1.4.7 sourcenum: 11 nbde_client: ref: 1.3.0 @@ -38,7 +38,7 @@ certificate: ref: 1.3.6 sourcenum: 13 crypto_policies: - ref: 1.3.5 + ref: 1.4.0 sourcenum: 14 sshd: org: willshersystems @@ -46,10 +46,10 @@ sshd: repo: ansible-sshd sourcenum: 15 ssh: - ref: 1.4.1 + ref: 1.5.0 sourcenum: 16 ha_cluster: - ref: 1.18.0 + ref: 1.19.0 sourcenum: 17 vpn: ref: 1.6.6 @@ -61,7 +61,7 @@ cockpit: ref: 1.5.9 sourcenum: 20 podman: - ref: 1.5.2 + ref: 1.5.3 sourcenum: 21 ad_integration: ref: 1.4.6 @@ -94,5 +94,5 @@ gfs2: ref: 0.0.4 sourcenum: 31 sudo: - ref: 1.0.1 + ref: 1.1.0 sourcenum: 32 diff --git a/galaxy.yml b/galaxy.yml index cacac02..74a8d11 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.84.1" +version: "1.85.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 5fb1214..09800bf 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,24 @@ Changelog ========= +[1.85.0] - 2024-08-01 +--------------------- + +### New Features + +- crypto_policies - Handle reboot for transactional update systems (#121) +- ha_cluster - feat: Add alerts support (#218) +- ha_cluster - feat: crmsh watchdog correction, remove obsolete assert for softdog (#217) +- kernel_settings - Handle reboot for transactional update systems (#215) +- ssh - Handle reboot for transactional update systems (#151) +- sudo - Handle reboot for transactional update systems (#16) + +### Bug Fixes + +- nbde_server - fix: Remove hard dependency on selinux and firewall roles (#154) +- podman - fix: Ensure user linger is closed on EL10 (#165) +- storage - fix: Remove partition table from disk removed from a VG (#464) + [1.84.0] - 2024-07-23 ---------------------