Skip to content

Commit

Permalink
Bump 4.7.1 (#576)
Browse files Browse the repository at this point in the history
* chore: release artifacts

* chore: bump 4.7.1
  • Loading branch information
carlosmmatos authored Nov 4, 2024
1 parent 9b80da6 commit 136adae
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Ansible CrowdStrike Falcon Collection Release Notes

.. contents:: Topics

v4.7.1
======

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

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

- win_uninstall - add new windows sensor installer name to uninstall regex for Ansible to be able to uninstall the sensor from package cache (https://github.com/CrowdStrike/ansible_collection_falcon/pull/575)

v4.7.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,17 @@ releases:
- add-locking.yml
- fix-truthy-564.yml
release_date: '2024-10-30'
4.7.1:
changes:
bugfixes:
- win_uninstall - add new windows sensor installer name to uninstall regex for
Ansible to be able to uninstall the sensor from package cache (https://github.com/CrowdStrike/ansible_collection_falcon/pull/575)
release_summary: '| Release Date: 2024-11-04
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.7.1>`__
'
fragments:
- 4.7.1.yml
- fix-windows-uninstall-regex.yml
release_date: '2024-11-04'
2 changes: 0 additions & 2 deletions changelogs/fragments/fix-windows-uninstall-regex.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.7.0
version: 4.7.1

# 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 136adae

Please sign in to comment.