Skip to content

Releases: sensu/sensu-ansible

6.0.0 - 2020-01-07

08 Jan 05:02
Compare
Choose a tag to compare

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

20 Jul 14:53
Compare
Choose a tag to compare

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

07 May 12:03
Compare
Choose a tag to compare

Changed

5.2.0 - 2019-03-12

12 Mar 13:47
Compare
Choose a tag to compare

Added

5.1.0 - 2019-02-27

27 Feb 15:35
Compare
Choose a tag to compare

Changed

5.0.2 - 2019-02-19

19 Feb 19:02
45b9384
Compare
Choose a tag to compare

Bug fix

  • Fixup new loop logic to deploy checks/handlers/plugins to hosts (@michaelpporter)

5.0.1 - 2019-02-19

19 Feb 16:43
88c0e22
Compare
Choose a tag to compare

Bug fix

Fixup sensu_rabbitmq_host to use new default variable for sensu_rabbitmq_servers

5.0.0 - 2019-02-19

19 Feb 14:25
Compare
Choose a tag to compare

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

18 Feb 00:34
Compare
Choose a tag to compare

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

3.0.0 - 2019-02-16

16 Feb 17:27
Compare
Choose a tag to compare

Breaking Changes

Fixed

  • Update the use of tags to support Ansible 2.5 or higher (@michaelporter)