From 47a744a130602d577e51d9b158eef5c263645607 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 16 Jan 2015 11:33:44 -0500 Subject: [PATCH] Tagged v1.5.0 --- CHANGELOG.md | 14 +++++++++++--- metadata.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80778e0e0e..3aaf74e016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ ## Change Log +### upcoming (2015/01/16 16:33 +00:00) +- [1d5c4ce](https://github.com/sensu/sensu-puppet/commit/1d5c4ced29fd4ee7d8ff18ad4a105c3a244984f6) Tagged v1.5.0 (@jamtur01) + +### v1.5.0 (2015/01/16 13:27 +00:00) +- [#297](https://github.com/sensu/sensu-puppet/pull/297) Added support for loading and configuring extensions. (@jonathanio) +- [4790352](https://github.com/sensu/sensu-puppet/commit/4790352713bb33d004befffbd85491449bccb02f) Added extra tests to catch JSON configuration error. (@jonathanio) +- [5b7047d](https://github.com/sensu/sensu-puppet/commit/5b7047d715baa5b6d079c3d00e76ebc026d9c13d) Fix error with extension configuration creation. (@jonathanio) +- [a96ebc8](https://github.com/sensu/sensu-puppet/commit/a96ebc8f0a3f19435d4b5c4d7176f7589d867d37) Added support for loading and configuring extensions. (@jonathanio) +- [6f1e9ee](https://github.com/sensu/sensu-puppet/commit/6f1e9ee20b46683267fac4c126bb9e6a426b1031) add ability to specify name and provider for sensu-plugin package (@jlambert121) + ### v1.4.0 (2015/01/13 09:01 +00:00) -- [#296](https://github.com/sensu/sensu-puppet/pull/296) add ability to specify provider for sensu-plugin package (@jlambert121) -- [dad2ae1](https://github.com/sensu/sensu-puppet/commit/dad2ae1f98edfddc0b9e7a150bf550d38115d183) add ability to specify name and provider for sensu-plugin package (@jlambert121) - [#285](https://github.com/sensu/sensu-puppet/pull/285) Fixes for dependencies and subscribers properties in sensu::check. (@jonathanio) - [1cbafe7](https://github.com/sensu/sensu-puppet/commit/1cbafe70c9724db901fc278a397e505eb1e11f4d) Added CHANGELOG generated by https://github.com/lalitkapoor/github-changes (@jamtur01) - [#295](https://github.com/sensu/sensu-puppet/pull/295) enable travis container environment (@jlambert121) @@ -315,8 +323,8 @@ - [627590d](https://github.com/sensu/sensu-puppet/commit/627590d0dfe7f724b6ce590533fecae661cb9255) set version on dependencies in Modulefile (@antonlindstrom) - [#106](https://github.com/sensu/sensu-puppet/pull/106) Several fixes (@LarsFronius) - [#104](https://github.com/sensu/sensu-puppet/pull/104) fix for issue 102 (@jlambert121) -- [41925b7](https://github.com/sensu/sensu-puppet/commit/41925b7d73b4cfa8215fea12d6173d066f9c843a) Don't set empty arrays for subscribers/handlers (@LarsFronius) - [2b09855](https://github.com/sensu/sensu-puppet/commit/2b098551034cd1a25e6f1b69da34ca4372bd872b) Revert "Construct correct yum repo URL with facts" (@jamtur01) +- [41925b7](https://github.com/sensu/sensu-puppet/commit/41925b7d73b4cfa8215fea12d6173d066f9c843a) Don't set empty arrays for subscribers/handlers (@LarsFronius) - [61088be](https://github.com/sensu/sensu-puppet/commit/61088becc17e480cdc4ad08d5a25b452b5407a87) Construct correct yum repo URL with facts - [ca08502](https://github.com/sensu/sensu-puppet/commit/ca08502b6300765da8b34d6fb9e4bb72811c9991) fix for issue 102 (@jlambert121) - [c851fd8](https://github.com/sensu/sensu-puppet/commit/c851fd87a0031be4eca1af5f83468461017e0f98) Revert "Construct correct yum repo URL with facts" (@jamtur01) diff --git a/metadata.json b/metadata.json index ce03e52ae2..1fd4349096 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "sensu-sensu", - "version": "1.4.0", + "version": "1.5.0", "author": "sensu", "summary": "A module to install the Sensu monitoring framework", "license": "MIT",