Skip to content

Commit

Permalink
Merge pull request #51 from svalabs/release_v2.0.1
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
Mo-GH authored Oct 29, 2024
2 parents deed093 + c23e9a7 commit 3631767
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.0.0
version: 2.0.1
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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: "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"
Expand Down

0 comments on commit 3631767

Please sign in to comment.