diff --git a/collection_release.yml b/collection_release.yml index 3b940a2..49d9210 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -49,7 +49,7 @@ ssh: ref: 1.5.1 sourcenum: 16 ha_cluster: - ref: 1.20.0 + ref: 1.21.0 sourcenum: 17 vpn: ref: 1.6.8 diff --git a/galaxy.yml b/galaxy.yml index 4df6329..ba63cce 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.91.0" +version: "1.92.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 894f9ce..ca9beb9 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.92.0] - 2024-12-09 +--------------------- + +### New Features + +- ha_cluster - feat: export corosync configuration (#231) + +### Bug Fixes + +- ha_cluster - fix: list cloud agent packages by architecture (#244) + [1.91.0] - 2024-12-04 ---------------------