From 26bf5371c6975bc7a2c047a44ec7e4ae7417503c Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Wed, 30 Oct 2024 09:32:19 -0400 Subject: [PATCH] Bump 4.7.0 (#574) * chore: add release summary to fragment * chore: update galaxy.yml version * chore: bump 4.7.0 --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 20 ++++++++++++++++++++ changelogs/fragments/add-locking.yml | 5 ----- changelogs/fragments/fix-truthy-564.yml | 2 -- galaxy.yml | 2 +- 5 files changed, 41 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/add-locking.yml delete mode 100644 changelogs/fragments/fix-truthy-564.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5dc10a19..31920602 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,26 @@ Ansible CrowdStrike Falcon Collection Release Notes .. contents:: Topics +v4.7.0 +====== + +Release Summary +--------------- + +| Release Date: 2024-10-30 +| `Release Notes: `__ + +Minor Changes +------------- + +- sensor_download - adds the ability to lock files to prevent collision when downloading the sensor (https://github.com/CrowdStrike/ansible_collection_falcon/pull/569) + +Bugfixes +-------- + +- falcon_configure - Fix truthy condition for falcon_cid and falcon_provisioning_token (https://github.com/CrowdStrike/ansible_collection_falcon/pull/565) +- falcon_install - fix issue with temp directories being random or non-existent (https://github.com/CrowdStrike/ansible_collection_falcon/pull/569) + v4.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9318c8b9..0f4eb67b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -661,3 +661,23 @@ releases: - paginate-kernel-support-info.yml - toggle-win-become.yml release_date: '2024-09-06' + 4.7.0: + changes: + bugfixes: + - falcon_configure - Fix truthy condition for falcon_cid and falcon_provisioning_token + (https://github.com/CrowdStrike/ansible_collection_falcon/pull/565) + - falcon_install - fix issue with temp directories being random or non-existent + (https://github.com/CrowdStrike/ansible_collection_falcon/pull/569) + minor_changes: + - sensor_download - adds the ability to lock files to prevent collision when + downloading the sensor (https://github.com/CrowdStrike/ansible_collection_falcon/pull/569) + release_summary: '| Release Date: 2024-10-30 + + | `Release Notes: `__ + + ' + fragments: + - 4.7.0.yml + - add-locking.yml + - fix-truthy-564.yml + release_date: '2024-10-30' diff --git a/changelogs/fragments/add-locking.yml b/changelogs/fragments/add-locking.yml deleted file mode 100644 index c5ed0e1b..00000000 --- a/changelogs/fragments/add-locking.yml +++ /dev/null @@ -1,5 +0,0 @@ -minor_changes: - - sensor_download - adds the ability to lock files to prevent collision when downloading the sensor (https://github.com/CrowdStrike/ansible_collection_falcon/pull/569) - -bugfixes: - - falcon_install - fix issue with temp directories being random or non-existent (https://github.com/CrowdStrike/ansible_collection_falcon/pull/569) diff --git a/changelogs/fragments/fix-truthy-564.yml b/changelogs/fragments/fix-truthy-564.yml deleted file mode 100644 index a0254d04..00000000 --- a/changelogs/fragments/fix-truthy-564.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falcon_configure - Fix truthy condition for falcon_cid and falcon_provisioning_token (https://github.com/CrowdStrike/ansible_collection_falcon/pull/565) diff --git a/galaxy.yml b/galaxy.yml index e65656c1..fa165257 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.6.0 +version: 4.7.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md