Skip to content

2.1.0 - 2018-02-10

Compare
Choose a tag to compare
@jaredledvina jaredledvina released this 10 Feb 14:12
· 254 commits to master since this release

[2.1.0]

Fixed

  • defaults/main.yaml,tasks/plugins.yml: Fix Python 3.X compatability issue when checking the contents of sensu_remote_plugins. (@danragnar)

Added

  • templates/sensu-api-json.j2, templates/uchiwa_config.json.j2: Check for explicitly defining uchiwa_users and sensu_api_user_name as empty to disable authentication, useful when having a reverse proxy handling auth in front of the API and/or the uchiwa dashboard (@danragnar)
  • tasks/rabbit.yml: Consistency of remote_src option for rabbitmq and sensu when copying SSL cert/key files. Useful if certificates are generated by another CA (e.g. FreeIPA) on the sensu host. (@danragnar)