diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d32a7d..2e6a68d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Sva.Sentinelone Release Notes .. contents:: Topics +v1.1.1 +====== + +Release Summary +--------------- + +Maintenance release + +Bugfixes +-------- + +- install_agent role: Added 'become: true' to necessary linux tasks. It is no longer necessary to use 'become: true' on playbook level. Fixes https://github.com/svalabs/sva.sentinelone/issues/30 +- install_agent role: Added missing 'urlencode' filter so special characters like space can be used in site or group names. Fixes https://github.com/svalabs/sva.sentinelone/issues/28 + v1.1.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 1bda5ca..114a703 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -53,4 +53,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.1.0 +version: 1.1.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a0ff7e7..a75a137 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -76,3 +76,14 @@ releases: name: install_agent namespace: null release_date: '2024-03-14' + 1.1.1: + changes: + bugfixes: + - 'install_agent role: Added ''become: true'' to necessary linux tasks. It + is no longer necessary to use ''become: true'' on playbook level. Fixes https://github.com/svalabs/sva.sentinelone/issues/30' + - 'install_agent role: Added missing ''urlencode'' filter so special characters + like space can be used in site or group names. Fixes https://github.com/svalabs/sva.sentinelone/issues/28' + release_summary: Maintenance release + fragments: + - v1.1.1.yml + release_date: '2024-05-27' diff --git a/galaxy.yml b/galaxy.yml index 22c6e90..779b6b4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: "sva" name: "sentinelone" # The version of the collection. Must be compatible with semantic versioning -version: "1.1.0" +version: "1.1.1" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: "README.md"