Skip to content

Commit

Permalink
Bump 4.3.2 (#498)
Browse files Browse the repository at this point in the history
* chore: pre-release artifacts

Adding changelog fragments and updating galaxy.yml

* chore: bump 4.3.2
  • Loading branch information
carlosmmatos authored Apr 9, 2024
1 parent 5c93a63 commit 0c1a504
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Ansible CrowdStrike Falcon Collection Release Notes
.. contents:: Topics


v4.3.2
======

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

| Release Date: 2024-04-09
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.3.2>`__

Bugfixes
--------

- falcon_install - allow permissions for sensor download task (https://github.com/CrowdStrike/ansible_collection_falcon/pull/497)

v4.3.1
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,16 @@ releases:
- add-file-ops-sensor-download.yml
- remove-aid-logic.yml
release_date: '2024-04-08'
4.3.2:
changes:
bugfixes:
- falcon_install - allow permissions for sensor download task (https://github.com/CrowdStrike/ansible_collection_falcon/pull/497)
release_summary: '| Release Date: 2024-04-09
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.3.2>`__
'
fragments:
- 4.3.2.yml
- falcon-install-update-perms.yml
release_date: '2024-04-09'
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.1
version: 4.3.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 0c1a504

Please sign in to comment.