Releases: sensu/sensu-go-ansible
Version 1.14.0 -- New pipeline module added, smaller changes to datastore and user module
Added pipeline module, smaller changes to datastore and user module, solved bcrypt check bug
New features:
- Added Docker file configurations for Ubuntu 20.04 and 22.04.
- Added aditional parameters for Postgres resource to datastore module.
- Added symlink for AlmaLinux.yml for alma linux 9 support.
- Added docs for backends and package_name filter.
- Added pipeline_info and pipeline module
Bug fixes:
- Added bcrypt check to user module.
Version 1.13.2 -- Support for latest Ansible
Added support for Ansible 2.14. Added support for Alma and Rocky linux.
New features:
- Add support for Ansible 2.14
- Added support for Alma and Rocky linux.
Version 1.13.0 -- Bonsai asset definitions can be downloaded on controller or remote nodes
A user can decide to download the Bonsai asset definitions on either the
controller node (previous functionality) or remote nodes (new functionality).
A use case mandating such a need is when the controller node's Internet
connection is unstable or worse than the connection of the remote nodes.
New features:
- Add argument remote_on inside bonsai_asset module
Version 1.12.0 -- Keeping up with the updates
In this release, community contributed support for the OracleLinux. We added a few tests to catch if things break in the future and this is about it. And while we were at work, we also added support for Sensu Go 6.4.0 and 6.4.1 on Windows.
New features:
- Add support for OracleLinux.
- Add Sensu Go 6.4.0 Windows metadata.
- Add Sensu Go 6.4.1 Windows metadata.
Version 1.11.1 -- Sensu Go 6.3.0 is here
For this release, we only updated the list of available Sensu Go agent versions for Windows and made sure the collection works with the latest Sensu Go version.
New features:
- Update list of available Sensu Go agent packages for Windows installations (added 6.3.0).
Version 1.11.0 -- Validate all the things!
If you ever thought to yourself, "Ansible does not yell enough at me," we have some great news. The Sensu Go Ansible Collection gained role argument specifications, making it possible to validate variable values before executing a role. You are welcome ;)
New features:
- Add argument specification to the install role.
- Add argument specification to the backend role.
- Add argument specification to the agent role.
Version 1.10.0 -- Authentication, authentication on the wall, Who has Access to Them All?
New modules allow Sensu Go users to configure authentication within their Ansible playbooks. The users can authenticate via external authentication providers such as Lightweight Directory Access Protocol (LDAP), Active Directory (AD), or OpenID Connect 1.0 protocol (OIDC).
New features:
- Add modules for managing Sensu Go authentication providers.
Version 1.9.4 -- Opening Windows for real
This is a bugfix release that makes sure Sensu Go Ansible Collection can operate even in the absence of the Windows Ansible Collection (assuming we do not want to manage agents on Windows hosts, that is).
Bug fixes:
- Make sure we lazy-load Windows-related content.
Version 1.9.3 -- Opening Windows
The only change in this release is removal of the ansible.windows
dependency. This should allow users that only use certified collections to install and use the collection.
New features:
- Remove Windows Ansible Collection dependency.
Version 1.9.2 -- A fresh batch of updates
For this release, we only updated the list of available Sensu Go agent versions for Windows.
New features:
- Update list of available Sensu Go agent packages for Windows installations (added 5.21.4, 5.21.5, 6.2.5, and 6.2.6).