diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2fb11c4c..14a241ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Ansible CrowdStrike Falcon Collection Release Notes .. contents:: Topics +v3.3.2 +====== + +Release Summary +--------------- + +| Release Date: 2023-09-11 +| `Release Notes: `__ + + +Minor Changes +------------- + +- falcon_uninstall - Adds hide/remove host functionality (https://github.com/CrowdStrike/ansible_collection_falcon/pull/393) + +Bugfixes +-------- + +- falcon_configure - add become clause to remove_aid tasks (https://github.com/CrowdStrike/ansible_collection_falcon/pull/392) + v3.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b8dfd230..cc4607ee 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -305,3 +305,19 @@ releases: - 3.3.1.yml - eda-tox.yml release_date: '2023-08-17' + 3.3.2: + changes: + bugfixes: + - falcon_configure - add become clause to remove_aid tasks (https://github.com/CrowdStrike/ansible_collection_falcon/pull/392) + minor_changes: + - falcon_uninstall - Adds hide/remove host functionality (https://github.com/CrowdStrike/ansible_collection_falcon/pull/393) + release_summary: '| Release Date: 2023-09-11 + + | `Release Notes: `__ + + ' + fragments: + - 3.3.2.yml + - fix-become-issue-aid.yml + - remove-host.yml + release_date: '2023-09-11' diff --git a/changelogs/fragments/fix-become-issue-aid.yml b/changelogs/fragments/fix-become-issue-aid.yml deleted file mode 100644 index 7d1f4c7a..00000000 --- a/changelogs/fragments/fix-become-issue-aid.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falcon_configure - add become clause to remove_aid tasks (https://github.com/CrowdStrike/ansible_collection_falcon/pull/392) \ No newline at end of file diff --git a/changelogs/fragments/remove-host.yml b/changelogs/fragments/remove-host.yml deleted file mode 100644 index 836797b5..00000000 --- a/changelogs/fragments/remove-host.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - falcon_uninstall - Adds hide/remove host functionality (https://github.com/CrowdStrike/ansible_collection_falcon/pull/393) diff --git a/galaxy.yml b/galaxy.yml index 74327760..ecf03416 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: 3.3.1 +version: 3.3.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md