From da2b65da0aa12b3af80c8540c5a8d981af99d656 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Wed, 22 Jun 2016 07:29:27 +0200 Subject: [PATCH] [release] bumping version, updating changelog. --- CHANGELOG.md | 16 ++++++++++++++++ metadata.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30e0453..d11f3f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ Changes ### Notes +* [BUFIX] Fix reversed logic in `hostname_extraction` option.. See [#189][]. (Thanks [@davejrt][]). +* [BUFIX] Fix reporting on PE and POSS. Dogapi gem required in JRuby Env. See [#188][]. +* [BUFIX] On ubuntu manifest, agent version should be explicitly configurable. See [#187][]. +* [BUFIX] HTTP check, name is a compulsory field. See [#186][]. +* [BUFIX] Dogstatsd should be enabled by default. See [#183][]. + +# 1.7.0 / 2016-04-12 + +### Notes + * [FEATURE] Added manifest for PGBouncer. See [#175][]. (Thanks [@mcasper][]). * [FEATURE] Added manifest for Consul. See [#174][]. (Thanks [@flyinprogrammer][]). * [FEATURE] Added mesos master and slave manifests for individual management. See [#174][]. (Thanks [@flyinprogrammer][] and [@jangie][]). @@ -150,6 +160,11 @@ Changes [#174]: https://github.com/DataDog/puppet-datadog-agent/issues/174 [#175]: https://github.com/DataDog/puppet-datadog-agent/issues/175 [#176]: https://github.com/DataDog/puppet-datadog-agent/issues/176 +[#183]: https://github.com/DataDog/puppet-datadog-agent/pull/183 +[#186]: https://github.com/DataDog/puppet-datadog-agent/pull/186 +[#187]: https://github.com/DataDog/puppet-datadog-agent/pull/187 +[#188]: https://github.com/DataDog/puppet-datadog-agent/pull/188 +[#189]: https://github.com/DataDog/puppet-datadog-agent/pull/189 [@BIAndrews]: https://github.com/BIAndrews [@LeoCavaille]: https://github.com/LeoCavaille [@MartinDelta]: https://github.com/MartinDelta @@ -167,3 +182,4 @@ Changes [@obowersa]: https://github.com/obowersa [@rtyler]: https://github.com/rtyler [@tuxinaut]: https://github.com/tuxinaut +[@davejrt]: https://github.com/davejrt diff --git a/metadata.json b/metadata.json index d45d5b1b..520e9092 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "1.7.0", + "version": "1.7.1, "author": "James Turnbull () and Rob Terhaar () for Datadog Inc.", "summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog", "license": "Apache License, Version 2.0",