From a5e1fb266716418051d1d772289f70d1f77697b1 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 12 Nov 2024 14:20:43 -0700 Subject: [PATCH] version 1.90.0 - new role aide Signed-off-by: Rich Megginson --- collection_release.yml | 9 ++++++--- galaxy.yml | 2 +- lsr_role2collection/COLLECTION_CHANGELOG.md | 10 ++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/collection_release.yml b/collection_release.yml index ff673a1..e41ace0 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -26,7 +26,7 @@ kernel_settings: ref: 1.3.3 sourcenum: 9 logging: - ref: 1.13.5 + ref: 1.14.0 sourcenum: 10 nbde_server: ref: 1.4.8 @@ -61,7 +61,7 @@ cockpit: ref: 1.5.11 sourcenum: 20 podman: - ref: 1.6.5 + ref: 1.7.0 sourcenum: 21 ad_integration: ref: 1.4.7 @@ -76,7 +76,7 @@ postgresql: ref: 1.3.9 sourcenum: 25 systemd: - ref: 1.2.1 + ref: 1.3.0 sourcenum: 26 keylime_server: ref: 1.1.6 @@ -96,3 +96,6 @@ gfs2: sudo: ref: 1.2.0 sourcenum: 32 +aide: + ref: 0.0.1 + sourcenum: 33 diff --git a/galaxy.yml b/galaxy.yml index 7c3a77f..7555b91 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.89.1" +version: "1.90.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 5723a80..7face2d 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +[1.90.0] - 2024-11-12 +--------------------- + +### New Features + +- aide - New Role +- logging - feat: support custom templates (#425) +- podman - feat: support for Pod quadlets (#190) +- systemd - feat: support user units (#67) + [1.89.1] - 2024-11-06 ---------------------