Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Wester committed May 27, 2024
1 parent 5f911e5 commit d57b6bb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.1.0
version: 1.1.1
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d57b6bb

Please sign in to comment.