Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 4.7.2 #589

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading