Skip to content

Commit

Permalink
Bump 4.6.0 (#562)
Browse files Browse the repository at this point in the history
* chore: bump version in galaxy.yml

* chore: add version summary

* bump: v4.6.0
  • Loading branch information
carlosmmatos authored Sep 6, 2024
1 parent 581997a commit d5de14b
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 14 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ Ansible CrowdStrike Falcon Collection Release Notes

.. contents:: Topics

v4.6.0
======

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

| Release Date: 2024-09-06
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.6.0>`__
Minor Changes
-------------

- Enhance the info modules with how pagination is handled and clean options (https://github.com/CrowdStrike/ansible_collection_falcon/pull/558)
- allow become clause for Windows tasks to be toggable in each role (https://github.com/CrowdStrike/ansible_collection_falcon/pull/561)
- eventsource - add support for starting stream from latest event (https://github.com/CrowdStrike/ansible_collection_falcon/pull/552)
- falcon_discover - Added ability to allow duplicate hosts in the same environment (https://github.com/CrowdStrike/ansible_collection_falcon/pull/551)
- kernel_support_info - Add support for paginating kernel support information (https://github.com/CrowdStrike/ansible_collection_falcon/pull/557)

Bugfixes
--------

- eventsource - fix issue with refreshinterval causing timeout (https://github.com/CrowdStrike/ansible_collection_falcon/pull/552)

v4.5.2
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,3 +635,29 @@ releases:
- 4.5.2.yml
- master-image-update.yml
release_date: '2024-08-15'
4.6.0:
changes:
bugfixes:
- eventsource - fix issue with refreshinterval causing timeout (https://github.com/CrowdStrike/ansible_collection_falcon/pull/552)
minor_changes:
- Enhance the info modules with how pagination is handled and clean options
(https://github.com/CrowdStrike/ansible_collection_falcon/pull/558)
- allow become clause for Windows tasks to be toggable in each role (https://github.com/CrowdStrike/ansible_collection_falcon/pull/561)
- eventsource - add support for starting stream from latest event (https://github.com/CrowdStrike/ansible_collection_falcon/pull/552)
- falcon_discover - Added ability to allow duplicate hosts in the same environment
(https://github.com/CrowdStrike/ansible_collection_falcon/pull/551)
- kernel_support_info - Add support for paginating kernel support information
(https://github.com/CrowdStrike/ansible_collection_falcon/pull/557)
release_summary: '| Release Date: 2024-09-06
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.6.0>`__
'
fragments:
- 4.6.0.yml
- duplicate_hosts.yml
- eda-updates.yml
- info-updates.yml
- paginate-kernel-support-info.yml
- toggle-win-become.yml
release_date: '2024-09-06'
2 changes: 0 additions & 2 deletions changelogs/fragments/duplicate_hosts.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/eda-updates.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/info-updates.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/paginate-kernel-support-info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/toggle-win-become.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.5.2
version: 4.6.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 d5de14b

Please sign in to comment.