diff --git a/collection_release.yml b/collection_release.yml index 0bee7df7..1e88bb74 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -23,7 +23,7 @@ tlog: ref: 1.2.11 sourcenum: 8 kernel_settings: - ref: 1.1.11 + ref: 1.1.12 sourcenum: 9 logging: ref: 1.11.5 diff --git a/galaxy.yml b/galaxy.yml index aac16d0e..cadf5065 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "fedora" name: "linux_system_roles" -version: "1.33.10" +version: "1.33.11" description: "Ansible roles for linux system components management" authors: diff --git a/lsr_role2collection/COLLECTION_CHANGELOG.md b/lsr_role2collection/COLLECTION_CHANGELOG.md index e172dfb0..6a7fb64c 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +[1.33.11] - 2023-01-26 +--------------------- + +### Bug Fixes + +- kernel_settings - Cleanup non-inclusive words. + [1.33.10] - 2023-01-25 ---------------------