From 0c1a5046fa575f4f8f7d1713aa2de998932cf8b1 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Tue, 9 Apr 2024 10:47:22 -0400 Subject: [PATCH] Bump 4.3.2 (#498) * chore: pre-release artifacts Adding changelog fragments and updating galaxy.yml * chore: bump 4.3.2 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ galaxy.yml | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index af0059e9..5ace9059 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Ansible CrowdStrike Falcon Collection Release Notes .. contents:: Topics +v4.3.2 +====== + +Release Summary +--------------- + +| Release Date: 2024-04-09 +| `Release Notes: `__ + + +Bugfixes +-------- + +- falcon_install - allow permissions for sensor download task (https://github.com/CrowdStrike/ansible_collection_falcon/pull/497) + v4.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 96ad3622..f7caf5e1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: `__ + + ' + fragments: + - 4.3.2.yml + - falcon-install-update-perms.yml + release_date: '2024-04-09' diff --git a/galaxy.yml b/galaxy.yml index 8b86c350..61858965 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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