From f00eda79b05656fe6ec085b89c7d15cbbb53cea7 Mon Sep 17 00:00:00 2001 From: Jared Ledvina Date: Wed, 27 Feb 2019 10:34:54 -0500 Subject: [PATCH] Prep CHANGELOG for 5.1.0 Signed-off-by: Jared Ledvina --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddaf6ae7..3ae7cadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] + +## [5.1.0] - 2019-02-27 +## Changed - Add `client_templates` option for group based tempaltes (@michaelpporter) - Add `run_once: true` to `delegate_to: localhost` (@michaelpporter) +## [5.0.2] - 2019-02-19 +## Fixed +- Fixup new loop logic to deploy checks/handlers/plugins to hosts (@michaelpporter) + +## [5.0.1] - 2019-02-19 +## Fixed +- Fixup sensu_rabbitmq_host to use new default variable for sensu_rabbitmq_servers (@michaelpporter) + ## [5.0.0] - 2019-02-19 ### Breaking Changes - Prefix all variables with `sensu_` to reduce collisions with other roles (@michaelpporter) @@ -159,7 +170,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). First tagged release, starting at 1.0.0 since the project can be considered stable at this point. -[Unreleased]: https://github.com/sensu/sensu-ansible/compare/5.0.0...HEAD +[Unreleased]: https://github.com/sensu/sensu-ansible/compare/5.1.0...HEAD +[5.1.0]: https://github.com/sensu/sensu-ansible/compare/5.0.2...5.1.0 +[5.0.2]: https://github.com/sensu/sensu-ansible/compare/5.0.1...5.0.2 +[5.0.1]: https://github.com/sensu/sensu-ansible/compare/5.0.0...5.0.1 [5.0.0]: https://github.com/sensu/sensu-ansible/compare/4.0.0...5.0.0 [4.0.0]: https://github.com/sensu/sensu-ansible/compare/3.0.0...4.0.0 [3.0.0]: https://github.com/sensu/sensu-ansible/compare/2.7.0...3.0.0