Skip to content

Commit

Permalink
bump 4.4.0 release (#512)
Browse files Browse the repository at this point in the history
* chore(release): pre 4.4.0 artifacts

* chore(release): bump 4.4.0
  • Loading branch information
carlosmmatos authored May 6, 2024
1 parent 926cd25 commit 12c0205
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 9 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ Ansible CrowdStrike Falcon Collection Release Notes
.. contents:: Topics


v4.4.0
======

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

| Release Date: 2024-05-06
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.4.0>`__

Minor Changes
-------------

- host_ids - adds a new lookup plugin for getting host IDs (https://github.com/CrowdStrike/ansible_collection_falcon/pull/503)
- host_info - adds new module for retrieving host details (https://github.com/CrowdStrike/ansible_collection_falcon/pull/504)
- kernel_support_info - adds new module for kernel support information (https://github.com/CrowdStrike/ansible_collection_falcon/pull/499)
- sensor_update_builds_info - adds new module for retrieving sensor build versions (https://github.com/CrowdStrike/ansible_collection_falcon/pull/500)

New Plugins
-----------

Lookup
~~~~~~

- crowdstrike.falcon.host_ids - fetch host IDs (AIDs)
- crowdstrike.falcon.maintenance_token - fetch maintenance token

New Modules
-----------

- crowdstrike.falcon.host_info - Get information about Falcon hosts
- crowdstrike.falcon.sensor_update_builds_info - Get a list of available sensor build versions

v4.3.2
======

Expand Down
35 changes: 35 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,38 @@ releases:
- 4.3.2.yml
- falcon-install-update-perms.yml
release_date: '2024-04-09'
4.4.0:
changes:
minor_changes:
- host_ids - adds a new lookup plugin for getting host IDs (https://github.com/CrowdStrike/ansible_collection_falcon/pull/503)
- host_info - adds new module for retrieving host details (https://github.com/CrowdStrike/ansible_collection_falcon/pull/504)
- kernel_support_info - adds new module for kernel support information (https://github.com/CrowdStrike/ansible_collection_falcon/pull/499)
- sensor_update_builds_info - adds new module for retrieving sensor build versions
(https://github.com/CrowdStrike/ansible_collection_falcon/pull/500)
release_summary: '| Release Date: 2024-05-06
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.4.0>`__
'
fragments:
- 4.4.0.yml
- host_ids.yml
- host_info.yml
- kernel_support_info.yml
- sensor_update_builds_info.yml
modules:
- description: Get information about Falcon hosts
name: host_info
namespace: ''
- description: Get a list of available sensor build versions
name: sensor_update_builds_info
namespace: ''
plugins:
lookup:
- description: fetch host IDs (AIDs)
name: host_ids
namespace: null
- description: fetch maintenance token
name: maintenance_token
namespace: null
release_date: '2024-05-06'
2 changes: 0 additions & 2 deletions changelogs/fragments/host_ids.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/host_info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/kernel_support_info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/sensor_update_builds_info.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.3.2
version: 4.4.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 12c0205

Please sign in to comment.