Skip to content

Commit d5da8fb

Browse files
committed
[changelog] updating changelog with final release changes.
1 parent 8ab87f8 commit d5da8fb

1 file changed

Lines changed: 43 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
Changes
22
=======
33

4-
# 1.12.0 / Unreleased
4+
# 1.12.0 / 2017-12-13
55

6-
### Notes
6+
### notes
77

8-
* [FEATURE] Agent6 Beta support. See #356
9-
* [FEATURE] Directory integration. See #357 (Thanks @alexfouche)
10-
* [FEATURE] Linux_proc_extras integration. See #357 (Thanks @alexfouche)
11-
* [FEATURE] Kafka integration. See #357 (Thanks @alexfouche)
12-
* [FEATURE] Kubernetes integration. See #369 (Thanks @lowkeyshift)
13-
* [FEATURE] Kuberentes_state integration. See #369 (Thanks @lowkeyshift)
14-
* [FEATURE] Network integration. See #346 (Thanks @jameynelson)
15-
* [FEATURE] System core integration. See #359 (Thanks @dan70402)
16-
* [FEATURE] Support for process_agent. See #352 (Thanks @jfrost)
8+
* [FEATURE] agent6 beta support. see [#356][]
9+
* [FEATURE] directory integration. see [#357][] (thanks [@alexfouche][])
10+
* [FEATURE] linux_proc_extras integration. see [#357][] (thanks [@alexfouche][])
11+
* [FEATURE] kafka integration. see [#357][] (thanks [@alexfouche][])
12+
* [FEATURE] kubernetes integration. see [#369][] (thanks [@lowkeyshift][])
13+
* [FEATURE] kuberentes_state integration. see [#369][] (thanks [@lowkeyshift][])
14+
* [FEATURE] network integration. see [#346][] (thanks [@jameynelson][])
15+
* [FEATURE] system core integration. see [#359][] (thanks [@dan70402][])
16+
* [FEATURE] support for process_agent. see [#352][] (thanks [@jfrost][])
1717

18-
* [IMPROVEMENT] Better support for puppet 4, 5. See #362 and #370 (Thanks @bittner)
19-
* [IMPROVEMENT] PGbouncer: support multiple instances. See #361 (Thanks @ajvb)
20-
* [IMPROVEMENT] General cleanup. See #357 and #376 (Thanks @alexfouche)
18+
* [IMPROVEMENT] better support for puppet 4, 5. see [#362][] and [#370][] (thanks [@bittner][])
19+
* [IMPROVEMENT] explicit puppet 5 support + fixes. see [#377][]
20+
* [IMPROVEMENT] pgbouncer: support multiple instances. see [#361][] (thanks [@ajvb][])
21+
* [IMPROVEMENT] general cleanup. see [#357][] and [#376][] (thanks [@alexfouche][])
2122

22-
* [BUGFIX] Agent6: Fix downgrade back to agent5 if on `latest` version. See #375
23-
* [BUGFIX] APT: only grep for last 8 characters to verify key. See #373 and #374 (Thanks @szponek)
23+
* [BUGFIX] agent6: fix downgrade back to agent5 if on `latest` version. see [#375][]
24+
* [BUGFIX] apt: only grep for last 8 characters to verify key. see [#373][] and [#374][] (thanks [@szponek][])
2425

25-
* [DOCUMENTATION] Fix tagging documentation. See #347 (Thanks @bit-herder)
26+
* [DOCUMENTATION] fix tagging documentation. see [#347][] (thanks [@bit-herder][])
2627

2728
# 1.11.0 / 2017-07-27
2829

@@ -378,6 +379,21 @@ Changes
378379
[#338]: https://github.com/DataDog/puppet-datadog-agent/issues/338
379380
[#340]: https://github.com/DataDog/puppet-datadog-agent/issues/340
380381
[#341]: https://github.com/DataDog/puppet-datadog-agent/issues/341
382+
[#346]: https://github.com/DataDog/puppet-datadog-agent/issues/346
383+
[#347]: https://github.com/DataDog/puppet-datadog-agent/issues/347
384+
[#352]: https://github.com/DataDog/puppet-datadog-agent/issues/352
385+
[#356]: https://github.com/DataDog/puppet-datadog-agent/issues/356
386+
[#357]: https://github.com/DataDog/puppet-datadog-agent/issues/357
387+
[#359]: https://github.com/DataDog/puppet-datadog-agent/issues/359
388+
[#361]: https://github.com/DataDog/puppet-datadog-agent/issues/361
389+
[#362]: https://github.com/DataDog/puppet-datadog-agent/issues/362
390+
[#369]: https://github.com/DataDog/puppet-datadog-agent/issues/369
391+
[#370]: https://github.com/DataDog/puppet-datadog-agent/issues/370
392+
[#373]: https://github.com/DataDog/puppet-datadog-agent/issues/373
393+
[#374]: https://github.com/DataDog/puppet-datadog-agent/issues/374
394+
[#375]: https://github.com/DataDog/puppet-datadog-agent/issues/375
395+
[#376]: https://github.com/DataDog/puppet-datadog-agent/issues/376
396+
[#377]: https://github.com/DataDog/puppet-datadog-agent/issues/377
381397
[@BIAndrews]: https://github.com/BIAndrews
382398
[@ColinHebert]: https://github.com/ColinHebert
383399
[@DDRBoxman]: https://github.com/DDRBoxman
@@ -387,16 +403,21 @@ Changes
387403
[@NoodlesNZ]: https://github.com/NoodlesNZ
388404
[@aaron-miller]: https://github.com/aaron-miller
389405
[@aepod]: https://github.com/aepod
406+
[@ajvb]: https://github.com/ajvb
407+
[@alexfouche]: https://github.com/alexfouche
390408
[@alexharv074]: https://github.com/alexharv074
391409
[@alvin-huang]: https://github.com/alvin-huang
392410
[@b2jrock]: https://github.com/b2jrock
393411
[@bflad]: https://github.com/bflad
394412
[@binford2k]: https://github.com/binford2k
413+
[@bit-herder]: https://github.com/bit-herder
414+
[@bittner]: https://github.com/bittner
395415
[@butangero]: https://github.com/butangero
396416
[@ckolos]: https://github.com/ckolos
397417
[@craigwatson]: https://github.com/craigwatson
398418
[@cristianjuve]: https://github.com/cristianjuve
399419
[@cwood]: https://github.com/cwood
420+
[@dan70402]: https://github.com/dan70402
400421
[@davejrt]: https://github.com/davejrt
401422
[@davidgibbons]: https://github.com/davidgibbons
402423
[@degemer]: https://github.com/degemer
@@ -408,11 +429,14 @@ Changes
408429
[@generica]: https://github.com/generica
409430
[@grubernaut]: https://github.com/grubernaut
410431
[@jacobbednarz]: https://github.com/jacobbednarz
432+
[@jameynelson]: https://github.com/jameynelson
411433
[@jangie]: https://github.com/jangie
412434
[@jdavisp3]: https://github.com/jdavisp3
413435
[@jensendw]: https://github.com/jensendw
436+
[@jfrost]: https://github.com/jfrost
414437
[@jniesen]: https://github.com/jniesen
415438
[@kitchen]: https://github.com/kitchen
439+
[@lowkeyshift]: https://github.com/lowkeyshift
416440
[@mcasper]: https://github.com/mcasper
417441
[@mraylu]: https://github.com/mraylu
418442
[@mrunkel-ut]: https://github.com/mrunkel-ut
@@ -430,5 +454,6 @@ Changes
430454
[@stamak]: https://github.com/stamak
431455
[@stantona]: https://github.com/stantona
432456
[@swwolf]: https://github.com/swwolf
457+
[@szponek]: https://github.com/szponek
433458
[@tdm4]: https://github.com/tdm4
434-
[@tuxinaut]: https://github.com/tuxinaut
459+
[@tuxinaut]: https://github.com/tuxinaut

0 commit comments

Comments
 (0)