diff --git a/collection_release.yml b/collection_release.yml index 0dbb0ee..31c42aa 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -17,7 +17,7 @@ storage: ref: 1.18.8 sourcenum: 6 metrics: - ref: 1.10.7 + ref: 1.10.8 sourcenum: 7 tlog: ref: 1.3.7 @@ -58,7 +58,7 @@ firewall: ref: 1.8.1 sourcenum: 19 cockpit: - ref: 1.5.11 + ref: 1.5.12 sourcenum: 20 podman: ref: 1.7.0 @@ -91,7 +91,7 @@ snapshot: ref: 1.4.2 sourcenum: 30 gfs2: - ref: 1.0.1 + ref: 1.0.2 sourcenum: 31 sudo: ref: 1.2.1 diff --git a/galaxy.yml b/galaxy.yml index 641aacc..3c216a9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.90.1" +version: "1.90.2" description: "Ansible roles for linux system components management" authors: diff --git a/lsr_role2collection/COLLECTION_CHANGELOG.md b/lsr_role2collection/COLLECTION_CHANGELOG.md index 80077ed..a82950a 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[1.90.2] - 2024-11-19 +--------------------- + +### Bug Fixes + +- gfs2 - fix: remove el10 support (#33) +- metrics - fix: Use correct syntax for keyserver port and test check +- metrics - fix: use __grafana_keyserver_datasource_type variable instead of its string value + [1.90.1] - 2024-11-13 ---------------------