Skip to content

Commit 97ae6e0

Browse files
authored
Release v1.1.1 (#35)
Maintenance release
1 parent 5f911e5 commit 97ae6e0

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Sva.Sentinelone Release Notes
44

55
.. contents:: Topics
66

7+
v1.1.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Maintenance release
14+
15+
Bugfixes
16+
--------
17+
18+
- 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
19+
- 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
20+
721
v1.1.0
822
======
923

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ plugins:
5353
shell: {}
5454
strategy: {}
5555
vars: {}
56-
version: 1.1.0
56+
version: 1.1.1

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ releases:
7676
name: install_agent
7777
namespace: null
7878
release_date: '2024-03-14'
79+
1.1.1:
80+
changes:
81+
bugfixes:
82+
- 'install_agent role: Added ''become: true'' to necessary linux tasks. It
83+
is no longer necessary to use ''become: true'' on playbook level. Fixes https://github.com/svalabs/sva.sentinelone/issues/30'
84+
- 'install_agent role: Added missing ''urlencode'' filter so special characters
85+
like space can be used in site or group names. Fixes https://github.com/svalabs/sva.sentinelone/issues/28'
86+
release_summary: Maintenance release
87+
fragments:
88+
- v1.1.1.yml
89+
release_date: '2024-05-27'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: "sva"
99
name: "sentinelone"
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: "1.1.0"
12+
version: "1.1.1"
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: "README.md"

0 commit comments

Comments
 (0)