Releases: svalabs/sva.sentinelone
Releases · svalabs/sva.sentinelone
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
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
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