From f0ea9d1b595e4d9dce69dd4e7cfa4b3b74779383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Cavaill=C3=A9?= Date: Mon, 1 Jun 2015 17:49:59 -0400 Subject: [PATCH] Prepare 1.3.0 release --- CHANGELOG.md | 21 +++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489d4949..77f97577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changes ======= +# 1.3.0 / 2015-06-01 + +### Notes + +* [FEATURE] Add `collect_ec2_tags` and `collect_instance_metadata` options to the main class +* [FEATURE] Add `sock` parameter in MySQL integration +* [FEATURE] Add support for graphite listener option in the main class +* [FEATURE] Add NTP integration +* [FEATURE] Add support for dogstreams array in the main class +* [FEATURE] Add HAProxy integration +* [FEATURE] Add RabbitMQ integration +* [FEATURE] Add support for an extra template appended to datadog.conf +* [FEATURE] Add Mesos integration +* [FEATURE] Add Marathon integration +* [FEATURE] Add more flexiblity to configure the docker integration + +* [BUGFIX] Fix discrepancy of `exact_match` default in the process check compared to dd-agent +* [BUGFIX] Fix ordering of resources when installing agent +* [CI] Test on a variety of puppet & ruby versions +* [CI] Move to Travis docker infra and add some bundle caching + # 1.2.0 / 2015-02-24 ### Notes diff --git a/metadata.json b/metadata.json index ae546a20..c140fc1a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "1.2.0", + "version": "1.3.0", "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",