Skip to content

Commit

Permalink
Bump v3.3.2 (#403)
Browse files Browse the repository at this point in the history
Bumping version
  • Loading branch information
carlosmmatos authored Sep 11, 2023
1 parent 1c17301 commit 902c3af
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Ansible CrowdStrike Falcon Collection Release Notes
.. contents:: Topics


v3.3.2
======

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

| Release Date: 2023-09-11
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/3.3.2>`__

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

- falcon_uninstall - Adds hide/remove host functionality (https://github.com/CrowdStrike/ansible_collection_falcon/pull/393)

Bugfixes
--------

- falcon_configure - add become clause to remove_aid tasks (https://github.com/CrowdStrike/ansible_collection_falcon/pull/392)

v3.3.1
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,19 @@ releases:
- 3.3.1.yml
- eda-tox.yml
release_date: '2023-08-17'
3.3.2:
changes:
bugfixes:
- falcon_configure - add become clause to remove_aid tasks (https://github.com/CrowdStrike/ansible_collection_falcon/pull/392)
minor_changes:
- falcon_uninstall - Adds hide/remove host functionality (https://github.com/CrowdStrike/ansible_collection_falcon/pull/393)
release_summary: '| Release Date: 2023-09-11
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/3.3.2>`__
'
fragments:
- 3.3.2.yml
- fix-become-issue-aid.yml
- remove-host.yml
release_date: '2023-09-11'
2 changes: 0 additions & 2 deletions changelogs/fragments/fix-become-issue-aid.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/remove-host.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: 3.3.1
version: 3.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 902c3af

Please sign in to comment.