From 9d7471abce8afc11412a4c8a4e835a6ff8c87b9f Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 31 Jan 2019 08:46:52 -0500 Subject: [PATCH 1/2] Update CHANGELOG for 2.7.0 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d4f6d7..d82518be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/) The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] + + +## [2.7.0] - 2019-01-31 ### Fixed - RabbitMQ - Configure ciphers when SSL is enabled (@mkobel) +- Check if sensu_available_checks was skipped to support running in check mode (@jaredledvina) ### Changed -- Tests - Update Docerfile and bump Inspec to 3.1.1 (@jaredledvina) - +- Tests - Update Dockerfile and bump Inspec to 3.1.1 (@jaredledvina) ## [2.6.0] - 2018-07-03 ### Changed @@ -132,7 +135,8 @@ 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/2.6.0...HEAD +[Unreleased]: https://github.com/sensu/sensu-ansible/compare/2.7.0...HEAD +[2.7.0]: https://github.com/sensu/sensu-ansible/compare/2.6.0...2.7.0 [2.6.0]: https://github.com/sensu/sensu-ansible/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/sensu/sensu-ansible/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/sensu/sensu-ansible/compare/2.3.0...2.4.0 From 0c1d1a5ba78d451c380e17ac8d3d39423edf2427 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 31 Jan 2019 15:22:32 -0500 Subject: [PATCH 2/2] Add docs theme change to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82518be..e5a95f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed - Tests - Update Dockerfile and bump Inspec to 3.1.1 (@jaredledvina) +- Docs - Change theme to readthedocs from flatly to fix builds (@jaredledvina) ## [2.6.0] - 2018-07-03 ### Changed