diff --git a/changelogs/fragments/build.yml b/changelogs/fragments/build.yml index 04adc763d..5780019fc 100644 --- a/changelogs/fragments/build.yml +++ b/changelogs/fragments/build.yml @@ -2,4 +2,5 @@ minor_changes: - Testing - All tests now cover Checkmk 2.3.0. - Testing - Remove Checkmk 2.0.0 from all tests, as it is EOL. - Testing - The Molecule tests now run on Ubuntu 22.04. - - Testing - Ubuntu 24.04 is added to the Molecule tests. + - Testing - Add Ubuntu 24.04 to the Molecule tests. + - Testing - Remove Ansible 2.14 from all tests, as it is EOL. diff --git a/changelogs/fragments/lookup_folder.yml b/changelogs/fragments/lookup_folder.yml index 948f8cdfc..dc1599cd1 100644 --- a/changelogs/fragments/lookup_folder.yml +++ b/changelogs/fragments/lookup_folder.yml @@ -1,2 +1,3 @@ -bugfixes: +breaking_changes: - Folder lookup module - Return the complete folder information, not only the extensions. + Refer to the module documentation for more details.