Skip to content

Latest commit

 

History

History
183 lines (119 loc) · 4.22 KB

CHANGELOG.rst

File metadata and controls

183 lines (119 loc) · 4.22 KB

Sva.Sentinelone Release Notes

This is a bugfix release

  • added default values for the pkg_format var to fix issues with the installation on Windows systems

This is a bugfix release

  • 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

This is a bgfix release

  • install_agent role: Fixed a bug which broke OpenSUSE compatibility

This is a bugfix release

  • Reversed 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.

Bugfix release

  • Fixed a bug where the install_agent role fails on local tasks if "ansible_connection" var is set in playbook.
  • 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
  • Pipelines: Switched ansible-content-actions when performing sanity checks, linting and release to ansible galaxy
  • The download_agent modules state parameter is no longer available. If you used state: info please use the new agent_info module instead.
  • state parameter has been removed from download_agent module.
  • sva.sentinelone.sentinelone_agent_info - Get info about the SentinelOne agent package
  • sva.sentinelone.sentinelone_client_legacy - Entrypoint for sentinelone_client_legacy role

Maintenance 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

This is the release v1.1.0 of the sva.sentinelone collection. It introduces new modules and roles. Modules: sentinelone_download_agent Roles: install_agent

  • sva.sentinelone.sentinelone_download_agent - Download SentinelOne agent from Management Console
  • sva.sentinelone.install_agent - A role to download and install SentinelAgent on Windows and Linux hosts

Increased request timeout and implemented error handling for requests that timed out.

Added detailed error message to module output if an API call fails

This is a bugfix release

  • sentinelone_policies module: When a group policy inherited from the site scope was updated with a custom setting, all other settings were reset to the default values. Now the inherited settings are updated by the settings passed to the module and the other inherited settings are retained.

This is the initial version of the sva.sentinelone collection

  • sva.sentinelone.sentinelone_config_overrides - Manage SentinelOne Config Overrides
  • sva.sentinelone.sentinelone_filters - Manage SentinelOne Filters
  • sva.sentinelone.sentinelone_groups - Manage SentinelOne Groups
  • sva.sentinelone.sentinelone_path_exclusions - Manage SentinelOne Path Exclusions
  • sva.sentinelone.sentinelone_policies - Manage SentinelOne Policies
  • sva.sentinelone.sentinelone_sites - Manage SentinelOne Sites
  • sva.sentinelone.sentinelone_upgrade_policies - Manage SentinelOne Upgrade Policies