1
1
Changes
2
2
=======
3
3
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
+
4
32
# 2.2.0 / 2015-10-27
5
33
6
34
* 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
314
342
[ #203 ] : https://github.com/DataDog/chef-datadog/issues/203
315
343
[ #204 ] : https://github.com/DataDog/chef-datadog/issues/204
316
344
[ #205 ] : https://github.com/DataDog/chef-datadog/issues/205
345
+ [ #208 ] : https://github.com/DataDog/chef-datadog/issues/208
317
346
[ #209 ] : https://github.com/DataDog/chef-datadog/issues/209
318
347
[ #210 ] : https://github.com/DataDog/chef-datadog/issues/210
319
348
[ #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
330
359
[ #227 ] : https://github.com/DataDog/chef-datadog/issues/227
331
360
[ #229 ] : https://github.com/DataDog/chef-datadog/issues/229
332
361
[ #231 ] : https://github.com/DataDog/chef-datadog/issues/231
362
+ [ #232 ] : https://github.com/DataDog/chef-datadog/issues/232
333
363
[ #235 ] : https://github.com/DataDog/chef-datadog/issues/235
334
364
[ #237 ] : https://github.com/DataDog/chef-datadog/issues/237
335
365
[ #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
341
371
[ #247 ] : https://github.com/DataDog/chef-datadog/issues/247
342
372
[ #248 ] : https://github.com/DataDog/chef-datadog/issues/248
343
373
[ #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
344
395
[ @ABrehm264 ] : https://github.com/ABrehm264
345
396
[ @DorianZaccaria ] : https://github.com/DorianZaccaria
346
397
[ @EasyAsABC123 ] : https://github.com/EasyAsABC123
347
398
[ @JoeDeVries ] : https://github.com/JoeDeVries
348
399
[ @LeoCavaille ] : https://github.com/LeoCavaille
400
+ [ @MiguelMoll ] : https://github.com/MiguelMoll
349
401
[ @NathanielMichael ] : https://github.com/NathanielMichael
402
+ [ @RedWhiteMiko ] : https://github.com/RedWhiteMiko
350
403
[ @SelerityMichael ] : https://github.com/SelerityMichael
404
+ [ @SupermanScott ] : https://github.com/SupermanScott
351
405
[ @alexism ] : https://github.com/alexism
352
406
[ @alq ] : https://github.com/alq
353
407
[ @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
356
410
[ @bitmonk ] : https://github.com/bitmonk
357
411
[ @chrissnell ] : https://github.com/chrissnell
358
412
[ @clofresh ] : https://github.com/clofresh
413
+ [ @cobusbernard ] : https://github.com/cobusbernard
359
414
[ @coosh ] : https://github.com/coosh
360
415
[ @ctrlok ] : https://github.com/ctrlok
361
416
[ @darron ] : https://github.com/darron
417
+ [ @datwiz ] : https://github.com/datwiz
418
+ [ @dlackty ] : https://github.com/dlackty
362
419
[ @dominicchan ] : https://github.com/dominicchan
363
420
[ @donaldguy ] : https://github.com/donaldguy
364
421
[ @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
369
426
[ @flah00 ] : https://github.com/flah00
370
427
[ @graemej ] : https://github.com/graemej
371
428
[ @gregf ] : https://github.com/gregf
429
+ [ @hartfordfive ] : https://github.com/hartfordfive
372
430
[ @hilli ] : https://github.com/hilli
431
+ [ @hydrant25 ] : https://github.com/hydrant25
432
+ [ @iashwash ] : https://github.com/iashwash
373
433
[ @inokappa ] : https://github.com/inokappa
434
+ [ @isaacdd ] : https://github.com/isaacdd
374
435
[ @jblancett ] : https://github.com/jblancett
375
436
[ @jedi4ever ] : https://github.com/jedi4ever
376
437
[ @jeffbyrnes ] : https://github.com/jeffbyrnes
377
438
[ @jmanero-r7 ] : https://github.com/jmanero-r7
378
439
[ @jpcallanta ] : https://github.com/jpcallanta
440
+ [ @jridgewell ] : https://github.com/jridgewell
379
441
[ @jtimberman ] : https://github.com/jtimberman
380
442
[ @juliandunn ] : https://github.com/juliandunn
381
443
[ @khouse ] : https://github.com/khouse
382
444
[ @kurochan ] : https://github.com/kurochan
445
+ [ @martinisoft ] : https://github.com/martinisoft
446
+ [ @mattrobenolt ] : https://github.com/mattrobenolt
383
447
[ @mfischer-zd ] : https://github.com/mfischer-zd
384
448
[ @miketheman ] : https://github.com/miketheman
385
449
[ @mirceal ] : https://github.com/mirceal
450
+ [ @mstepniowski ] : https://github.com/mstepniowski
386
451
[ @mtougeron ] : https://github.com/mtougeron
387
452
[ @nkts ] : https://github.com/nkts
388
453
[ @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
393
458
[ @rlaveycal ] : https://github.com/rlaveycal
394
459
[ @ryandjurovich ] : https://github.com/ryandjurovich
395
460
[ @schisamo ] : https://github.com/schisamo
461
+ [ @sethrosenblum ] : https://github.com/sethrosenblum
396
462
[ @takus ] : https://github.com/takus
397
463
[ @tejom ] : https://github.com/tejom
398
464
[ @thisismana ] : https://github.com/thisismana
399
465
[ @timusg ] : https://github.com/timusg
400
466
[ @uzyexe ] : https://github.com/uzyexe
401
467
[ @wk8 ] : https://github.com/wk8
468
+ [ @yannmh ] : https://github.com/yannmh
402
469
[ @zshenker ] : https://github.com/zshenker
0 commit comments