Skip to content

Commit 10ae271

Browse files
committed
Update CHANGELOG & README for 2.3.0 release
- Include links & attributions for contributions since 2.2.0 - Update README badges with links to build status [ci skip]
1 parent 069f314 commit 10ae271

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

CHANGELOG.md

+67
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Changes
22
=======
33

4+
# 2.3.0 / 2016-04-25
5+
6+
* [FEATURE] Add support for `go_expvar` check, [#298][] [@hartfordfive][]
7+
* [FEATURE] Allow a String or Hash when configuring Agent tags, [#296][] [@martinisoft][]
8+
* [FEATURE] Allow passing a `tag_prefix` to the handler, [#285][] [@mstepniowski][]
9+
* [FEATURE] Allow Agent config to control service behavior, [#280][] [@hydrant25][] & [@miketheman][]
10+
* [FEATURE] Add `collect_function_metrics` to `postgres` check, [#278][] [@isaacdd][]
11+
* [FEATURE] Add logging configuration overrides, [#273][] [@SupermanScott][] & [@miketheman][]
12+
* [FEATURE] Add `cassandra` template versions, [#263][] [@yannmh][] [@sethrosenblum][] & [@miketheman][]
13+
* [FEATURE] Add `sites` options to `iis` check, [#261][], [@cobusbernard][] & [@miketheman][]
14+
* [FEATURE] Add missing options to `rabbitmq` check, [#232][] [@mattrobenolt][] & [@miketheman][]
15+
* [FEATURE] Add Agent config option for `histogram_*`, [#272][], [@SupermanScott][]
16+
* [FEATURE] Add support for `commandstats` in redis check, [#266][] [@sethrosenblum][]
17+
* [FEATURE] Add support for `ssh_check` check, [#262][] [@wk8][]
18+
* [FEATURE] Add support for custom MySQL queries, [#259][] [@wk8][]
19+
* [FEATURE] Add PHP-FPM recipe, [#253][] [@jridgewell][]
20+
* [FEATURE] Allow `yum_repository` resource to receive proxy options, [#251][] [@RedWhiteMiko][]
21+
* [FEATURE] Add Agent config option for `statsd_metric_namespace`, [#250][] [@MiguelMoll][]
22+
* [FEATURE] Allow use of Agent `web_proxy` config for Handler, [#208][] [@datwiz][]
23+
* [OPTIMIZE] Allow `tags` to be `nil` during Windows Agent install, [#286][] [@rlaveycal][]
24+
* [OPTIMIZE] Apply `sensitive` filter to template renders, [#274][] [@martinisoft][]
25+
* [DOCS] Correct `redisdb` example, [#281][] [@iashwash][]
26+
* [DOCS] Correct `docker_daemon` example, [#276][] [@dlackty][]
27+
* [MISC] Remove `knife.rb` file from repo, [#299][] [@miketheman][]
28+
* [MISC] Convert Kitchen Test to ChefSpec test for `activemq`, [#295][] [@miketheman][]
29+
* [MISC] Add Kitchen tests via CircleCI & kitchen-docker, [@miketheman][]
30+
* [MISC] Update Travis lint/spec tests to use ChefDK-supplied packages, [@miketheman][]
31+
432
# 2.2.0 / 2015-10-27
533

634
* This release deserves a specific callout for a feature that has been finally
@@ -314,6 +342,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
314342
[#203]: https://github.com/DataDog/chef-datadog/issues/203
315343
[#204]: https://github.com/DataDog/chef-datadog/issues/204
316344
[#205]: https://github.com/DataDog/chef-datadog/issues/205
345+
[#208]: https://github.com/DataDog/chef-datadog/issues/208
317346
[#209]: https://github.com/DataDog/chef-datadog/issues/209
318347
[#210]: https://github.com/DataDog/chef-datadog/issues/210
319348
[#212]: https://github.com/DataDog/chef-datadog/issues/212
@@ -330,6 +359,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
330359
[#227]: https://github.com/DataDog/chef-datadog/issues/227
331360
[#229]: https://github.com/DataDog/chef-datadog/issues/229
332361
[#231]: https://github.com/DataDog/chef-datadog/issues/231
362+
[#232]: https://github.com/DataDog/chef-datadog/issues/232
333363
[#235]: https://github.com/DataDog/chef-datadog/issues/235
334364
[#237]: https://github.com/DataDog/chef-datadog/issues/237
335365
[#238]: https://github.com/DataDog/chef-datadog/issues/238
@@ -341,13 +371,37 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
341371
[#247]: https://github.com/DataDog/chef-datadog/issues/247
342372
[#248]: https://github.com/DataDog/chef-datadog/issues/248
343373
[#249]: https://github.com/DataDog/chef-datadog/issues/249
374+
[#250]: https://github.com/DataDog/chef-datadog/issues/250
375+
[#251]: https://github.com/DataDog/chef-datadog/issues/251
376+
[#253]: https://github.com/DataDog/chef-datadog/issues/253
377+
[#259]: https://github.com/DataDog/chef-datadog/issues/259
378+
[#261]: https://github.com/DataDog/chef-datadog/issues/261
379+
[#262]: https://github.com/DataDog/chef-datadog/issues/262
380+
[#263]: https://github.com/DataDog/chef-datadog/issues/263
381+
[#266]: https://github.com/DataDog/chef-datadog/issues/266
382+
[#272]: https://github.com/DataDog/chef-datadog/issues/272
383+
[#273]: https://github.com/DataDog/chef-datadog/issues/273
384+
[#274]: https://github.com/DataDog/chef-datadog/issues/274
385+
[#276]: https://github.com/DataDog/chef-datadog/issues/276
386+
[#278]: https://github.com/DataDog/chef-datadog/issues/278
387+
[#280]: https://github.com/DataDog/chef-datadog/issues/280
388+
[#281]: https://github.com/DataDog/chef-datadog/issues/281
389+
[#285]: https://github.com/DataDog/chef-datadog/issues/285
390+
[#286]: https://github.com/DataDog/chef-datadog/issues/286
391+
[#295]: https://github.com/DataDog/chef-datadog/issues/295
392+
[#296]: https://github.com/DataDog/chef-datadog/issues/296
393+
[#298]: https://github.com/DataDog/chef-datadog/issues/298
394+
[#299]: https://github.com/DataDog/chef-datadog/issues/299
344395
[@ABrehm264]: https://github.com/ABrehm264
345396
[@DorianZaccaria]: https://github.com/DorianZaccaria
346397
[@EasyAsABC123]: https://github.com/EasyAsABC123
347398
[@JoeDeVries]: https://github.com/JoeDeVries
348399
[@LeoCavaille]: https://github.com/LeoCavaille
400+
[@MiguelMoll]: https://github.com/MiguelMoll
349401
[@NathanielMichael]: https://github.com/NathanielMichael
402+
[@RedWhiteMiko]: https://github.com/RedWhiteMiko
350403
[@SelerityMichael]: https://github.com/SelerityMichael
404+
[@SupermanScott]: https://github.com/SupermanScott
351405
[@alexism]: https://github.com/alexism
352406
[@alq]: https://github.com/alq
353407
[@antonio-osorio]: https://github.com/antonio-osorio
@@ -356,9 +410,12 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
356410
[@bitmonk]: https://github.com/bitmonk
357411
[@chrissnell]: https://github.com/chrissnell
358412
[@clofresh]: https://github.com/clofresh
413+
[@cobusbernard]: https://github.com/cobusbernard
359414
[@coosh]: https://github.com/coosh
360415
[@ctrlok]: https://github.com/ctrlok
361416
[@darron]: https://github.com/darron
417+
[@datwiz]: https://github.com/datwiz
418+
[@dlackty]: https://github.com/dlackty
362419
[@dominicchan]: https://github.com/dominicchan
363420
[@donaldguy]: https://github.com/donaldguy
364421
[@drewrothstein]: https://github.com/drewrothstein
@@ -369,20 +426,28 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
369426
[@flah00]: https://github.com/flah00
370427
[@graemej]: https://github.com/graemej
371428
[@gregf]: https://github.com/gregf
429+
[@hartfordfive]: https://github.com/hartfordfive
372430
[@hilli]: https://github.com/hilli
431+
[@hydrant25]: https://github.com/hydrant25
432+
[@iashwash]: https://github.com/iashwash
373433
[@inokappa]: https://github.com/inokappa
434+
[@isaacdd]: https://github.com/isaacdd
374435
[@jblancett]: https://github.com/jblancett
375436
[@jedi4ever]: https://github.com/jedi4ever
376437
[@jeffbyrnes]: https://github.com/jeffbyrnes
377438
[@jmanero-r7]: https://github.com/jmanero-r7
378439
[@jpcallanta]: https://github.com/jpcallanta
440+
[@jridgewell]: https://github.com/jridgewell
379441
[@jtimberman]: https://github.com/jtimberman
380442
[@juliandunn]: https://github.com/juliandunn
381443
[@khouse]: https://github.com/khouse
382444
[@kurochan]: https://github.com/kurochan
445+
[@martinisoft]: https://github.com/martinisoft
446+
[@mattrobenolt]: https://github.com/mattrobenolt
383447
[@mfischer-zd]: https://github.com/mfischer-zd
384448
[@miketheman]: https://github.com/miketheman
385449
[@mirceal]: https://github.com/mirceal
450+
[@mstepniowski]: https://github.com/mstepniowski
386451
[@mtougeron]: https://github.com/mtougeron
387452
[@nkts]: https://github.com/nkts
388453
[@olivielpeau]: https://github.com/olivielpeau
@@ -393,10 +458,12 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
393458
[@rlaveycal]: https://github.com/rlaveycal
394459
[@ryandjurovich]: https://github.com/ryandjurovich
395460
[@schisamo]: https://github.com/schisamo
461+
[@sethrosenblum]: https://github.com/sethrosenblum
396462
[@takus]: https://github.com/takus
397463
[@tejom]: https://github.com/tejom
398464
[@thisismana]: https://github.com/thisismana
399465
[@timusg]: https://github.com/timusg
400466
[@uzyexe]: https://github.com/uzyexe
401467
[@wk8]: https://github.com/wk8
468+
[@yannmh]: https://github.com/yannmh
402469
[@zshenker]: https://github.com/zshenker

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ To submit issues and patches please visit https://github.com/DataDog/chef-datado
44
The code is licensed under the Apache License 2.0 (see LICENSE for details).
55

66
[![Chef cookbook](https://img.shields.io/cookbook/v/datadog.svg?style=flat)](https://github.com/DataDog/chef-datadog)
7-
[![Build Status](https://secure.travis-ci.org/DataDog/chef-datadog.svg?branch=master)](http://travis-ci.org/DataDog/chef-datadog)
7+
[![Build Status](https://travis-ci.org/DataDog/chef-datadog.svg?branch=master)](https://travis-ci.org/DataDog/chef-datadog)
8+
[![Circle CI](https://circleci.com/gh/DataDog/chef-datadog.svg?style=shield)](https://circleci.com/gh/DataDog/chef-datadog)
89
[![Coverage Status](https://coveralls.io/repos/DataDog/chef-datadog/badge.svg?branch=master)](https://coveralls.io/r/DataDog/chef-datadog?branch=master)
910
[![GitHub forks](https://img.shields.io/github/forks/DataDog/chef-datadog.svg)](https://github.com/DataDog/chef-datadog/network)
1011
[![GitHub stars](https://img.shields.io/github/stars/DataDog/chef-datadog.svg)](https://github.com/DataDog/chef-datadog/stargazers)

0 commit comments

Comments
 (0)