diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9cfb35..973d33c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Sva.Sentinelone Release Notes .. contents:: Topics +v2.0.1 +====== + +Release Summary +--------------- + +Bugfix release + +Bugfixes +-------- + +- Fixed a bug where the install_agent role fails on local tasks if "ansible_connection" var is set in playbook. + v2.0.0 ====== diff --git a/README.md b/README.md index a822d94..f85bfaa 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ The module documentation can be found [here](https://svalabs.github.io/sva.senti The role documentation can be found [here](https://svalabs.github.io/sva.sentinelone/branch/main/collections/index_role.html). ## Changelog +**v2.0.1** +- Fixed a bug where the install_agent role fails on local tasks if "ansible_connection" var is set in playbook. **v2.0.0**: - Added new sentinelone_agent_info module and [@stdevels](https://github.com/stdevel/ansible-sentinelone_client) sentinelone_client role as sentinelone_client_legacy. - install_agent role: Added configurable retries and delays in the step which checks if the agent appears in the management console. diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 0b16cd2..0904046 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -69,4 +69,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.0.0 +version: 2.0.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fddd5da..6a4af1b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -119,3 +119,12 @@ releases: name: sentinelone_client_legacy namespace: null release_date: '2024-09-26' + 2.0.1: + changes: + bugfixes: + - Fixed a bug where the install_agent role fails on local tasks if "ansible_connection" + var is set in playbook. + release_summary: Bugfix release + fragments: + - v2.0.1.yml + release_date: '2024-10-29' diff --git a/galaxy.yml b/galaxy.yml index a911bf3..46a9816 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: "sva" name: "sentinelone" # The version of the collection. Must be compatible with semantic versioning -version: "2.0.0" +version: "2.0.1" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: "README.md"