From 909a911494cb499af551f843a958de2e6201842b Mon Sep 17 00:00:00 2001 From: mwester117 <42421851+mwester117@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:54:50 +0100 Subject: [PATCH] Bugfix release 2.0.2 (#52) - Release 2.0.2 --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 973d33c..93e249f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Sva.Sentinelone Release Notes .. contents:: Topics +v2.0.2 +====== + +Release Summary +--------------- + +This is a bugfix release + +Bugfixes +-------- + +- Reversed changes made in v2.0.1. +- install_agent role: Fixed a bug where idepotency in the 'Windows: Remove agent package from target machine' task was broken. + v2.0.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 0904046..816c902 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -69,4 +69,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.0.1 +version: 2.0.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6a4af1b..b58bb24 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -128,3 +128,13 @@ releases: fragments: - v2.0.1.yml release_date: '2024-10-29' + 2.0.2: + changes: + bugfixes: + - Reversed changes made in v2.0.1. + - 'install_agent role: Fixed a bug where idepotency in the ''Windows: Remove + agent package from target machine'' task was broken.' + release_summary: This is a bugfix release + fragments: + - v2.0.2.yml + release_date: '2024-11-04' diff --git a/galaxy.yml b/galaxy.yml index 46a9816..558a76a 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: "2.0.1" +version: "2.0.2" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: "README.md"