From 9af0d328fb2d0aba368aa41ed0f8b46e9a2d2ad5 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Fri, 13 Dec 2024 16:02:15 -0500 Subject: [PATCH] Bump 4.7.2 (#589) * chore: add summary and update version * chore: antsibull changelog artifacts --- .gitignore | 2 ++ CHANGELOG.rst | 18 +++++++++++++ changelogs/changelog.yaml | 25 +++++++++++++++++++ changelogs/fragments/577-decrement.yml | 2 -- .../fragments/578-localhost-deletion.yml | 2 -- changelogs/fragments/579-fix-image-prep.yml | 2 -- changelogs/fragments/583-aid-retry.yml | 2 -- .../prefer-host-retention-policies.yml | 6 ----- galaxy.yml | 2 +- 9 files changed, 46 insertions(+), 15 deletions(-) delete mode 100644 changelogs/fragments/577-decrement.yml delete mode 100644 changelogs/fragments/578-localhost-deletion.yml delete mode 100644 changelogs/fragments/579-fix-image-prep.yml delete mode 100644 changelogs/fragments/583-aid-retry.yml delete mode 100644 changelogs/fragments/prefer-host-retention-policies.yml diff --git a/.gitignore b/.gitignore index 81024721..e4a4a8d3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ html/ ansible.cfg Vagrantfile .vagrant/ +.tox +.ruff_cache diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd67d358..c5cc7489 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ Ansible CrowdStrike Falcon Collection Release Notes .. contents:: Topics +v4.7.2 +====== + +Release Summary +--------------- + +| Release Date: 2024-12-13 +| `Release Notes: `__ + +Bugfixes +-------- + +- falcon_configure - Fixed issue where the bool filter was incorrectly used with provisioning token when clause for master image prep (https://github.com/CrowdStrike/ansible_collection_falcon/pull/585) +- falcon_configure - fix issue where AID generation task would fail/timeout (https://github.com/CrowdStrike/ansible_collection_falcon/pull/586) +- falcon_install - fixes issue with premature localhost deletion of downloaded sensor (https://github.com/CrowdStrike/ansible_collection_falcon/pull/584) +- falcon_install - improves error message when using falcon_sensor_version_decrement but not enough historical sensors are available (https://github.com/CrowdStrike/ansible_collection_falcon/pull/588) +- falcon_uninstall - add missing when clause for removing host from UI (https://github.com/CrowdStrike/ansible_collection_falcon/pull/582) + v4.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index aea81888..c849b8a0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -695,3 +695,28 @@ releases: - 4.7.1.yml - fix-windows-uninstall-regex.yml release_date: '2024-11-04' + 4.7.2: + changes: + bugfixes: + - falcon_configure - Fixed issue where the bool filter was incorrectly used + with provisioning token when clause for master image prep (https://github.com/CrowdStrike/ansible_collection_falcon/pull/585) + - falcon_configure - fix issue where AID generation task would fail/timeout + (https://github.com/CrowdStrike/ansible_collection_falcon/pull/586) + - falcon_install - fixes issue with premature localhost deletion of downloaded + sensor (https://github.com/CrowdStrike/ansible_collection_falcon/pull/584) + - falcon_install - improves error message when using falcon_sensor_version_decrement + but not enough historical sensors are available (https://github.com/CrowdStrike/ansible_collection_falcon/pull/588) + - falcon_uninstall - add missing when clause for removing host from UI (https://github.com/CrowdStrike/ansible_collection_falcon/pull/582) + release_summary: '| Release Date: 2024-12-13 + + | `Release Notes: `__ + + ' + fragments: + - 4.7.2.yml + - 577-decrement.yml + - 578-localhost-deletion.yml + - 579-fix-image-prep.yml + - 583-aid-retry.yml + - prefer-host-retention-policies.yml + release_date: '2024-12-13' diff --git a/changelogs/fragments/577-decrement.yml b/changelogs/fragments/577-decrement.yml deleted file mode 100644 index 873b434c..00000000 --- a/changelogs/fragments/577-decrement.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falcon_install - improves error message when using falcon_sensor_version_decrement but not enough historical sensors are available (https://github.com/CrowdStrike/ansible_collection_falcon/pull/588) diff --git a/changelogs/fragments/578-localhost-deletion.yml b/changelogs/fragments/578-localhost-deletion.yml deleted file mode 100644 index d967c02b..00000000 --- a/changelogs/fragments/578-localhost-deletion.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falcon_install - fixes issue with premature localhost deletion of downloaded sensor (https://github.com/CrowdStrike/ansible_collection_falcon/pull/584) diff --git a/changelogs/fragments/579-fix-image-prep.yml b/changelogs/fragments/579-fix-image-prep.yml deleted file mode 100644 index 5c144754..00000000 --- a/changelogs/fragments/579-fix-image-prep.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falcon_configure - Fixed issue where the bool filter was incorrectly used with provisioning token when clause for master image prep (https://github.com/CrowdStrike/ansible_collection_falcon/pull/585) diff --git a/changelogs/fragments/583-aid-retry.yml b/changelogs/fragments/583-aid-retry.yml deleted file mode 100644 index 9f38062c..00000000 --- a/changelogs/fragments/583-aid-retry.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falcon_configure - fix issue where AID generation task would fail/timeout (https://github.com/CrowdStrike/ansible_collection_falcon/pull/586) diff --git a/changelogs/fragments/prefer-host-retention-policies.yml b/changelogs/fragments/prefer-host-retention-policies.yml deleted file mode 100644 index 318f2267..00000000 --- a/changelogs/fragments/prefer-host-retention-policies.yml +++ /dev/null @@ -1,6 +0,0 @@ -trivial: - - host_hide - Preference should be given to using Host Retention Policies under Host Management in the Falcon console which provides more flexibility and customization for automatically hiding and deleting hosts instead (https://github.com/CrowdStrike/ansible_collection_falcon/pull/582) - - host_ids - Preference should be given to using Host Retention Policies under Host Management in the Falcon console which provides more flexibility and customization for automatically hiding and deleting hosts instead (https://github.com/CrowdStrike/ansible_collection_falcon/pull/582) - -bugfixes: - - falcon_uninstall - add missing when clause for removing host from UI (https://github.com/CrowdStrike/ansible_collection_falcon/pull/582) diff --git a/galaxy.yml b/galaxy.yml index 66b45a61..d22538ce 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: crowdstrike name: falcon # The version of the collection. Must be compatible with semantic versioning -version: 4.7.1 +version: 4.7.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md