Releases: DataDog/puppet-datadog-agent
Releases · DataDog/puppet-datadog-agent
1.8.1
1.8.0
Notes
- [FEATURE] Cassandra integration. See #195. (Thanks @aaron-miller).
- [FEATURE] Fluentd integration. See #197. (Thanks [@aaron-miller).
- [FEATURE] Memcached integration. See #203. (Thanks @NoodlesNZ).
- [FEATURE] Riak integration. See #213. (Thanks @cristianjuve).
- [FEATURE] Supervisord integration. See #214. (Thanks @cristianjuve).
- [FEATURE] Kong integration. See #215. (Thanks @eddmann).
- [FEATURE] SSH integration. See #219. (Thanks @aaron-miller).
- [FEATURE] DNS integration. See #212. (Thanks @jacobbednarz).
- [IMPROVEMENT] MySQL: adding new mysql options. See #216. (Thanks @IanCrouch).
- [IMPROVEMENT] Elasticsearch: adding elasticsearch shield support. See #202. (Thanks @pabrahamsson).
- [IMPROVEMENT] Update the report config file check to account for permissions. See #205. (Thanks @mcasper).
- [IMPROVEMENT] Ubuntu: Use HTTPS for apt requests. See #208. (Thanks @jacobbednarz).
- [IMPROVEMENT] Ubuntu: retry
apt-get update. See #207. (Thanks @mraylu). - [IMPROVEMENT] Reporting: allow setting
dogapiversion. See #210. (Thanks @degemer). - [IMPROVEMENT] Reporting: allow setting
gem_providermanually. See #223. - [IMPROVEMENT] Http_check: Adding content_match argument. See #217. (Thanks @cristianjuve).
- [IMPROVEMENT] Varnish: Add
-nargument. See #209. (Thanks @cristianjuve) - [IMPROVEMENT] Consul: new configuration options. See #204. (Thanks @scottgeary)
- [BUGFIX] Reporting could break if
min datadog_reports returns nil. See #211. - [BUGFIX] Redhat: Setting provider to
redhat, should fix init issues. See #222. - [CI] Fixed broken Travis testing.
1.7.1
Notes
- [BUFIX] Fix reversed logic in
hostname_extractionoption. 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
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).
- [FEATURE] Added option to extract the hostname from puppet hostname strings with a regex capture group. See #173. (Thanks @LeoCavaille).
- [FEATURE] Added support on multiple ports per host on Redis integration. See #169. (Thanks @fzwart).
- [FEATURE] Added support for
disable_ssl_validationon Apache integration. See #171. (Thanks @BIAndrews). - [FEATURE] Added support for SSL, additional metrics and database connection in Mongo integration. See #164. (Thanks @bflad).
- [FEATURE] Added support for multiple instance in HTTP check. See #155. (Thanks @bflad).
- [FEATURE] Added support for multiple new datadog.conf directives. See #79. (Thanks @obowersa).
- [FEATURE] Decouple yum repo from agent package. See #168. (Thanks @b2jrock).
- [IMPROVEMENT] Moved GPG key to its own parameter. See #158. (Thanks @davidgibbons).
- [BUFIX] Updated docker to use more current
docker_daemon. See #174. (Thanks @flyinprogrammer and @jangie). - [DEPRECATE] Deprecated old docker manifest. See #174. (Thanks @flyinprogrammer).
- [DEPRECATE] Deprecated
new_tag_namesindocker_daemonmanifest. See #176. - [DEPRECATE] Deprecated
use_mountoption in base manifest. See #174. (Thanks @flyinprogrammer). - [CI] Improved spec and docs. See #79. (Thanks @obowersa).
- [CI] Added multiple tests for integration classes. See #145. (Thanks @kitchen).
1.6.0
Notes
- [FEATURE] Added Puppet 4 support. See #161. (Thanks @grubernaut).
- [FEATURE] Added support for optional parameters in NTP integration. See #139. (Thanks @MartinDelta).
- [BIGFIX] Use ensure_packages(), to be more polite about apt-transport-https. See #154. (Thanks @rtyler).
- [BUGFIX] Fixed Zookeeper template. See #150. (Thanks @tuxinaut).
- [BUGFIX] Raised priority of
changedevent types to normal - they'll now show in Datadog UI. See #156. (Thanks @rtyler). - [BUGFIX] Require stdlib >=4.6 (provide
validate_integer()). See #161. (Thanks @mrunkel-ut). - [CI] Testable up to puppet 4.2. See #161. (Thanks @grubernaut).
- [COSMETIC] Removing trailing whitespace. See #149. (Thanks @tuxinaut).
1.5.0
Notes
- [FEATURE] Add generic integration configuration
- [FEATURE] Add HTTPS support for yum and apt-get
- [FEATURE] Add support for warning on missing REDIS keys.
- [FEATURE] Add support for configuring the length of REDIS slow-query queue.
- [FEATURE] Add dogstatsd forwarding configuration.
- [FEATURE] Allow skipping of SSL validation.
- [FEATURE] Allow configuration of stats histogram percentiles.
- [FEATURE] Allow disabling apt-key trusting.
- [FEATURE] Add configuration of http client.
- [FEATURE] Add support for grabbing Hiera tags.
1.4.0
- [FEATURE] Add
gangliaconfiguration - [FEATURE] Add
rabbitmqfeatures forqueuesandvhosts - [FEATURE] Add pre-commit hooks for
yamlvalidation andpuppet-lint - [BUGFIX] Check for
rubygemsdefinition before attempting install - [BUGFIX] Pin
rspec-puppetversion to 2.2.0 to avoid unexpected test regressions - [BUGFIX] Fix default value for
ntpoffset - [BUGFIX] Be more flexible in required version of
puppetlabs/ruby - [DOC] Improve documentation for
ntpintegration - [DOC] Improve documentation for
postgresintegration - [DOC] Improve documentation for contributing to the repo
1.3.0
- [FEATURE] Add
collect_ec2_tagsandcollect_instance_metadataoptions to the main class - [FEATURE] Add
sockparameter 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_matchdefault 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