Skip to content

Commit

Permalink
Bump 4.7.2 (#589)
Browse files Browse the repository at this point in the history
* chore: add summary and update version

* chore: antsibull changelog artifacts
  • Loading branch information
carlosmmatos authored Dec 13, 2024
1 parent daefb46 commit 9af0d32
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ html/
ansible.cfg
Vagrantfile
.vagrant/
.tox
.ruff_cache
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Ansible CrowdStrike Falcon Collection Release Notes

.. contents:: Topics

v4.7.2
======

Release Summary
---------------

| Release Date: 2024-12-13
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.7.2>`__
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
======

Expand Down
25 changes: 25 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.7.2>`__
'
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'
2 changes: 0 additions & 2 deletions changelogs/fragments/577-decrement.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/578-localhost-deletion.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/579-fix-image-prep.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/583-aid-retry.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/prefer-host-retention-policies.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9af0d32

Please sign in to comment.