Releases: sensu/sensu-ansible
Releases · sensu/sensu-ansible
6.0.0 - 2020-01-07
Changed
- Update all package URLs to new EOL domain (@mho-CL & @jaredledvina)
- Update README with EOL status of Sensu Core (@jaredledvina)
- Debian/Ubuntu: Upgrade Erlang to 21.3 for compatibility w/ rabbitmq-server (@jaredledvina)
- Fedora/CentOS: Ensure chkconfig is installed for Uchiwa support on Fedora 30
5.4.0 - 2019-07-20
Changed
- Consolidate molecule configuration into shared base-config (@gofrolist)
- Configure Fedora to automatically test only 28, 29, 30 (@jaredledvina)
- Upgrade molecule Dockerfile to latest upstream (@jaredledvina)
- Cleanup and improve role documentation (@jaredledvina)
5.3.0 - 2019-05-07
Changed
- Fixed up issues to improve Ansible Galaxy quality score (@jaredledvina) and (@michaelpporter)
- Move to new upstream Bintray erlang repo location (@jaredledvina) and (@michaelklishin)
5.2.0 - 2019-03-12
Added
- Add official support for OracleLinux 7 (@michaelpporter)
5.1.0 - 2019-02-27
Changed
- Add
client_templates
option for group based tempaltes (@michaelpporter) - Add
run_once: true
todelegate_to: localhost
(@michaelpporter)
5.0.2 - 2019-02-19
Bug fix
- Fixup new loop logic to deploy checks/handlers/plugins to hosts (@michaelpporter)
5.0.1 - 2019-02-19
Bug fix
Fixup sensu_rabbitmq_host
to use new default variable for sensu_rabbitmq_servers
5.0.0 - 2019-02-19
Breaking Changes
- Prefix all variables with
sensu_
to reduce collisions with other roles (@michaelpporter)
Note: While 3.0.0 and 5.0.0 are not significantly breaking, 5.0.0 should be completely breaking to users workflows. This change was required (and delayed for way too long) in order to support running this Ansible role with many other Redis, RabbitMQ, and Uchiwa Ansible roles. It is strongly recommended that all users upgrading to 5.0.0 triple check any customized variables and verify they are moved to the new name.
4.0.0 - 2019-02-17
Breaking Changes
- Upgrade all playbooks to
loop
syntax, requiring Ansible 2.5 or higher (@michaelpporter) - Update role metadata to require Ansible 2.5 or higher (@jaredledvina)
Changed
- Upgrade Inspec to 3.6.6 (@jaredledvina)
- Re-enabled Ubuntu 18.04 integration tests (@michaelpporter)
- Switch from
local_action
todelegate_to: localhost
(@michaelpporter)
3.0.0 - 2019-02-16
Breaking Changes
- Officially drop support for Ansible 2.3 (@jaredledvina)
- Switch to
include_tasks
andimport_tasks
(@michaelporter)
Fixed
- Update the use of tags to support Ansible 2.5 or higher (@michaelporter)