Skip to content

2.0.0

Compare
Choose a tag to compare
@mwester117 mwester117 released this 26 Sep 16:07
· 32 commits to main since this release
aaac844

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