Skip to content

Commit

Permalink
Bump 4.7.0 (#574)
Browse files Browse the repository at this point in the history
* chore: add release summary to fragment

* chore: update galaxy.yml version

* chore: bump 4.7.0
  • Loading branch information
carlosmmatos authored Oct 30, 2024
1 parent 9b9f8f9 commit 26bf537
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Ansible CrowdStrike Falcon Collection Release Notes

.. contents:: Topics

v4.7.0
======

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

| Release Date: 2024-10-30
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.7.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_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
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.7.0>`__
'
fragments:
- 4.7.0.yml
- add-locking.yml
- fix-truthy-564.yml
release_date: '2024-10-30'
5 changes: 0 additions & 5 deletions changelogs/fragments/add-locking.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/fix-truthy-564.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.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
Expand Down

0 comments on commit 26bf537

Please sign in to comment.