From 11aaaf2c3e75aa3ca26d1bec34f1e6c31fa87d2e Mon Sep 17 00:00:00 2001 From: systemroller Date: Tue, 2 Jul 2024 22:32:24 +0000 Subject: [PATCH] Collection version was updated --- collection_release.yml | 54 ++++++++++----------- galaxy.yml | 2 +- lsr_role2collection/COLLECTION_CHANGELOG.md | 40 +++++++++++++++ 3 files changed, 68 insertions(+), 28 deletions(-) diff --git a/collection_release.yml b/collection_release.yml index ce1db2d..82fed5f 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -2,43 +2,43 @@ postfix: ref: 1.4.5 sourcenum: 1 selinux: - ref: 1.7.6 + ref: 1.7.7 sourcenum: 2 timesync: - ref: 1.8.4 + ref: 1.8.5 sourcenum: 3 kdump: - ref: 1.4.6 + ref: 1.4.7 sourcenum: 4 network: - ref: 1.15.3 + ref: 1.15.4 sourcenum: 5 storage: - ref: 1.17.0 + ref: 1.17.1 sourcenum: 6 metrics: ref: 1.10.3 sourcenum: 7 tlog: - ref: 1.3.5 + ref: 1.3.6 sourcenum: 8 kernel_settings: - ref: 1.2.4 + ref: 1.2.5 sourcenum: 9 logging: - ref: 1.12.8 + ref: 1.12.9 sourcenum: 10 nbde_server: - ref: 1.4.5 + ref: 1.4.6 sourcenum: 11 nbde_client: - ref: 1.2.20 + ref: 1.3.0 sourcenum: 12 certificate: - ref: 1.3.5 + ref: 1.3.6 sourcenum: 13 crypto_policies: - ref: 1.3.4 + ref: 1.3.5 sourcenum: 14 sshd: org: willshersystems @@ -46,53 +46,53 @@ sshd: repo: ansible-sshd sourcenum: 15 ssh: - ref: 1.4.0 + ref: 1.4.1 sourcenum: 16 ha_cluster: - ref: 1.17.1 + ref: 1.18.0 sourcenum: 17 vpn: - ref: 1.6.5 + ref: 1.6.6 sourcenum: 18 firewall: - ref: 1.7.7 + ref: 1.7.8 sourcenum: 19 cockpit: - ref: 1.5.7 + ref: 1.5.8 sourcenum: 20 podman: ref: 1.5.1 sourcenum: 21 ad_integration: - ref: 1.4.5 + ref: 1.4.6 sourcenum: 22 rhc: - ref: 1.6.4 + ref: 1.6.5 sourcenum: 23 journald: - ref: 1.3.1 + ref: 1.3.2 sourcenum: 24 postgresql: - ref: 1.3.7 + ref: 1.3.8 sourcenum: 25 systemd: - ref: 1.1.4 + ref: 1.1.5 sourcenum: 26 keylime_server: - ref: 1.1.4 + ref: 1.1.5 sourcenum: 27 fapolicyd: - ref: 1.1.3 + ref: 1.1.4 sourcenum: 28 bootloader: - ref: 1.0.6 + ref: 1.0.7 sourcenum: 29 snapshot: ref: 1.3.3 sourcenum: 30 gfs2: - ref: 0.0.3 + ref: 0.0.4 sourcenum: 31 sudo: - ref: 1.0.0 + ref: 1.0.1 sourcenum: 32 diff --git a/galaxy.yml b/galaxy.yml index 7f25334..466db1d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.81.0" +version: "1.82.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 07ab790..c1ea4a7 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,46 @@ Changelog ========= +[1.82.0] - 2024-07-02 +--------------------- + +### New Features + +- ha_cluster - feat: crmsh corosync jinja2 template rework (#212) +- nbde_client - feat: Allow initrd configuration to be skipped (#165) + +### Bug Fixes + +- ad_integration - fix: add support for EL10 (#102) +- bootloader - fix: add support for EL10 (#109) +- certificate - fix: add support for EL10 (#229) +- cockpit - fix: add support for EL10 (#163) +- cockpit - fix: wildcard package installation not working with dnf module (#161) +- crypto_policies - fix: add support for EL10 (#118) +- fapolicyd - fix: add support for EL10 (#28) +- firewall - fix: add support for EL10 (#224) +- gfs2 - fix: add support for EL10 (#17) +- journald - fix: add support for EL10 (#73) +- kdump - fix: add support for EL10 (#206) +- kdump - fix: el10 kdump role should depend on kdump-utils (#204) +- kernel_settings - fix: add support for EL10 (#207) +- keylime_server - fix: add support for EL10 (#46) +- logging - fix: add support for EL10 (#395) +- nbde_client - fix: add support for EL10 (#166) +- nbde_server - fix: add support for EL10 (#150) +- network - fix: add support for EL10 (#700) +- postgresql - fix: add support for EL10 (#93) +- rhc - fix: add support for EL10 (#184) +- selinux - fix: add support for EL10 (#239) +- ssh - fix: add support for EL10 (#149) +- storage - fix: add support for EL10 (#452) +- sudo - fix: add support for EL10 (#12) +- systemd - fix: add support for EL10 (#51) +- timesync - fix: Don't use chrony-dhcp sourcedir on EL8 systems (#246) +- timesync - fix: add support for EL10 (#245) +- tlog - fix: add support for EL10 (#133) +- vpn - fix: add support for EL10 (#160) + [1.81.0] - 2024-06-24 ---------------------