Skip to content

Commit 47a744a

Browse files
committed
Tagged v1.5.0
1 parent 37a7a86 commit 47a744a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
## Change Log
22

3+
### upcoming (2015/01/16 16:33 +00:00)
4+
- [1d5c4ce](https://github.com/sensu/sensu-puppet/commit/1d5c4ced29fd4ee7d8ff18ad4a105c3a244984f6) Tagged v1.5.0 (@jamtur01)
5+
6+
### v1.5.0 (2015/01/16 13:27 +00:00)
7+
- [#297](https://github.com/sensu/sensu-puppet/pull/297) Added support for loading and configuring extensions. (@jonathanio)
8+
- [4790352](https://github.com/sensu/sensu-puppet/commit/4790352713bb33d004befffbd85491449bccb02f) Added extra tests to catch JSON configuration error. (@jonathanio)
9+
- [5b7047d](https://github.com/sensu/sensu-puppet/commit/5b7047d715baa5b6d079c3d00e76ebc026d9c13d) Fix error with extension configuration creation. (@jonathanio)
10+
- [a96ebc8](https://github.com/sensu/sensu-puppet/commit/a96ebc8f0a3f19435d4b5c4d7176f7589d867d37) Added support for loading and configuring extensions. (@jonathanio)
11+
- [6f1e9ee](https://github.com/sensu/sensu-puppet/commit/6f1e9ee20b46683267fac4c126bb9e6a426b1031) add ability to specify name and provider for sensu-plugin package (@jlambert121)
12+
313
### v1.4.0 (2015/01/13 09:01 +00:00)
4-
- [#296](https://github.com/sensu/sensu-puppet/pull/296) add ability to specify provider for sensu-plugin package (@jlambert121)
5-
- [dad2ae1](https://github.com/sensu/sensu-puppet/commit/dad2ae1f98edfddc0b9e7a150bf550d38115d183) add ability to specify name and provider for sensu-plugin package (@jlambert121)
614
- [#285](https://github.com/sensu/sensu-puppet/pull/285) Fixes for dependencies and subscribers properties in sensu::check. (@jonathanio)
715
- [1cbafe7](https://github.com/sensu/sensu-puppet/commit/1cbafe70c9724db901fc278a397e505eb1e11f4d) Added CHANGELOG generated by https://github.com/lalitkapoor/github-changes (@jamtur01)
816
- [#295](https://github.com/sensu/sensu-puppet/pull/295) enable travis container environment (@jlambert121)
@@ -315,8 +323,8 @@
315323
- [627590d](https://github.com/sensu/sensu-puppet/commit/627590d0dfe7f724b6ce590533fecae661cb9255) set version on dependencies in Modulefile (@antonlindstrom)
316324
- [#106](https://github.com/sensu/sensu-puppet/pull/106) Several fixes (@LarsFronius)
317325
- [#104](https://github.com/sensu/sensu-puppet/pull/104) fix for issue 102 (@jlambert121)
318-
- [41925b7](https://github.com/sensu/sensu-puppet/commit/41925b7d73b4cfa8215fea12d6173d066f9c843a) Don't set empty arrays for subscribers/handlers (@LarsFronius)
319326
- [2b09855](https://github.com/sensu/sensu-puppet/commit/2b098551034cd1a25e6f1b69da34ca4372bd872b) Revert "Construct correct yum repo URL with facts" (@jamtur01)
327+
- [41925b7](https://github.com/sensu/sensu-puppet/commit/41925b7d73b4cfa8215fea12d6173d066f9c843a) Don't set empty arrays for subscribers/handlers (@LarsFronius)
320328
- [61088be](https://github.com/sensu/sensu-puppet/commit/61088becc17e480cdc4ad08d5a25b452b5407a87) Construct correct yum repo URL with facts
321329
- [ca08502](https://github.com/sensu/sensu-puppet/commit/ca08502b6300765da8b34d6fb9e4bb72811c9991) fix for issue 102 (@jlambert121)
322330
- [c851fd8](https://github.com/sensu/sensu-puppet/commit/c851fd87a0031be4eca1af5f83468461017e0f98) Revert "Construct correct yum repo URL with facts" (@jamtur01)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sensu-sensu",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "sensu",
55
"summary": "A module to install the Sensu monitoring framework",
66
"license": "MIT",

0 commit comments

Comments
 (0)