Skip to content

Commit a595419

Browse files
authored
Release v2.0.3 (#56)
* Release v2.0.3
1 parent f032aed commit a595419

File tree

6 files changed

+26
-3
lines changed

6 files changed

+26
-3
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v2.0.3
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This is a bgfix release
14+
15+
Bugfixes
16+
--------
17+
18+
- install_agent role: Fixed a bug which broke OpenSUSE compatibility
19+
720
v2.0.2
821
======
922

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ The module documentation can be found [here](https://svalabs.github.io/sva.senti
8383
The role documentation can be found [here](https://svalabs.github.io/sva.sentinelone/branch/main/collections/index_role.html).
8484

8585
## Changelog
86+
**v2.0.3**: Bugfix release. Fixed OpenSUSE compatibility
87+
8688
**v2.0.2**: Bugfix release. Fixed idempotency bug in install_agent role and reverted changes from v2.0.1
8789

8890
**v2.0.1**: Bugfix release. Fixed a bug where the install_agent role fails on local tasks if "ansible_connection" var is set in playbook.

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ plugins:
6969
strategy: {}
7070
test: {}
7171
vars: {}
72-
version: 2.0.2
72+
version: 2.0.3

changelogs/changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,11 @@ releases:
138138
fragments:
139139
- v2.0.2.yml
140140
release_date: '2024-11-04'
141+
2.0.3:
142+
changes:
143+
bugfixes:
144+
- 'install_agent role: Fixed a bug which broke OpenSUSE compatibility'
145+
release_summary: This is a bgfix release
146+
fragments:
147+
- v2.0.3.yml
148+
release_date: '2024-11-21'

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: "2.0.2"
12+
version: "2.0.3"
1313

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

roles/install_agent/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# vars file for install_agent
33
pkg_format: "{% if ansible_facts.pkg_mgr in ['yum', 'dnf', 'zypper'] %}rpm{%
4-
elif ansible_facts.pkg_mgr == 'apt' %}deb{%
4+
elif ansible_facts.pkg_mgr == 'apt' %}deb{%
55
elif ansible_facts.os_family == 'Windows' and not win_use_exe %}msi{%
66
elif ansible_facts.os_family == 'Windows' and win_use_exe %}exe{%
77
else %}unknown{% endif %}"

0 commit comments

Comments
 (0)