Skip to content

Releases: svalabs/sva.sentinelone

2.0.4

03 Dec 11:16
f5a7629
Compare
Choose a tag to compare

added parameter name__like to query and url encoding if not Null by function "get_current_config_override" to be sure that become only one object from API Response

2.0.3

21 Nov 15:35
a595419
Compare
Choose a tag to compare

Bugfix release

  • install_agent role: Fixed a bug which broke OpenSUSE compatibility

See CHANGELOG for all changes

2.0.2

05 Nov 17:14
Compare
Choose a tag to compare

Bugfix release

  • Reverted changes made in v2.0.1.
  • install_agent role: Fixed a bug where idempotency in the 'Windows: Remove agent package from target machine' task was broken.

See CHANGELOG for all changes

2.0.1

29 Oct 12:22
8b966ad
Compare
Choose a tag to compare

Bugfix release

  • Fixed a bug where the install_agent role fails on local tasks if "ansible_connection" var is set in playbook.

See CHANGELOG for all changes

2.0.0

26 Sep 16:07
aaac844
Compare
Choose a tag to compare

Major release 2.0.0

Release Summary

  • Added new agent_info module and merged sentinelone_client_legacy from @stdevel.
  • Added new check_console_retries and check_console_retry_delay in install_agent role.
  • Switched to ansible-content-actions in pipelines

Minor Changes

  • Pipelines: Switched ansible-content-actions when performing sanity checks, linting and release to ansible galaxy

Breaking Changes / Porting Guide

  • The download_agent modules state parameter is no longer available. If you used state: info please use the new agent_info module instead.
  • download_agent module no longer has the state parameter. If you get errors, just remove it.
  • state parameter has been removed from download_agent module.

New Modules

  • sva.sentinelone.sentinelone_agent_info - Get info about the SentinelOne agent package

See CHANGELOG for all changes

1.1.1

27 May 15:22
e3d162b
Compare
Choose a tag to compare

Bugfix release

install_agent role: Added 'become: true' to necessary linux tasks. It is no longer necessary to use 'become: true' on playbook level. Fixes #30
install_agent role: Added missing 'urlencode' filter so special characters like space can be used in site or group names. Fixes #28

See CHANGELOG for all changes

1.1.0

27 Mar 13:49
f27c70f
Compare
Choose a tag to compare

New modules: sentinelone_download_agent
New module downloads the SentinelOne agent

New role: install_agent
New role installs the SentinelOne agent on Windows and Linux servers

See Readme.md for more info about how to use the new components

See CHANGELOG for all changes

1.0.3

13 Mar 14:44
c8874ce
Compare
Choose a tag to compare

1.0.2

08 Mar 10:45
121b90c
Compare
Choose a tag to compare

1.0.1

30 Jan 16:18
0700be7
Compare
Choose a tag to compare