Skip to content

Commit

Permalink
Bump 3.3.4 (#464)
Browse files Browse the repository at this point in the history
* 3.3.4 pre-changelog artifacts

* bump 3.3.4
  • Loading branch information
carlosmmatos authored Mar 6, 2024
1 parent 84acaaa commit 4cd3267
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
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


v3.3.4
======

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

| Release Date: 2024-03-05
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/3.3.4>`__

Bugfixes
--------

- fixed linting issues with ruff, pylint, and flake8

v3.3.3
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,16 @@ releases:
- 3.3.3.yml
- meta-update.yml
release_date: '2023-09-14'
3.3.4:
changes:
bugfixes:
- fixed linting issues with ruff, pylint, and flake8
release_summary: '| Release Date: 2024-03-05
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/3.3.4>`__
'
fragments:
- 3.3.4.yaml
- lint.yaml
release_date: '2024-03-05'
2 changes: 1 addition & 1 deletion extensions/eda/plugins/event_source/eventstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

# Keep this in sync with galaxy.yml
VERSION = "3.3.3"
VERSION = "3.3.4"


class AIOFalconAPI:
Expand Down
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.3
version: 3.3.4

# 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 4cd3267

Please sign in to comment.