Skip to content

Commit

Permalink
Bump v4.1.0 (#412)
Browse files Browse the repository at this point in the history
* bump v4.1.0 assets

* bump v4.1.0
  • Loading branch information
carlosmmatos authored Sep 16, 2023
1 parent a3da8c9 commit bc28ffd
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 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


v4.1.0
======

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

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

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

- host_contain - adds new module to manage host network containment state (https://github.com/CrowdStrike/ansible_collection_falcon/pull/411)

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

- crowdstrike.falcon.host_contain - Network contain hosts in Falcon

v4.0.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,20 @@ releases:
name: falcon_discover
namespace: null
release_date: '2023-09-15'
4.1.0:
changes:
minor_changes:
- host_contain - adds new module to manage host network containment state (https://github.com/CrowdStrike/ansible_collection_falcon/pull/411)
release_summary: '| Release Date: 2023-09-16
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.1.0>`__
'
fragments:
- 4.1.0.yml
- host_contain.yml
modules:
- description: Network contain hosts in Falcon
name: host_contain
namespace: ''
release_date: '2023-09-16'
2 changes: 0 additions & 2 deletions changelogs/fragments/host_contain.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.0.0
version: 4.1.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 bc28ffd

Please sign in to comment.