Releases: DataDog/puppet-datadog-agent
Releases · DataDog/puppet-datadog-agent
1.7.1
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
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_validation
on 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_names
indocker_daemon
manifest. See #176. - [DEPRECATE] Deprecated
use_mount
option 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
changed
event 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
ganglia
configuration - [FEATURE] Add
rabbitmq
features forqueues
andvhosts
- [FEATURE] Add pre-commit hooks for
yaml
validation andpuppet-lint
- [BUGFIX] Check for
rubygems
definition before attempting install - [BUGFIX] Pin
rspec-puppet
version to 2.2.0 to avoid unexpected test regressions - [BUGFIX] Fix default value for
ntp
offset - [BUGFIX] Be more flexible in required version of
puppetlabs/ruby
- [DOC] Improve documentation for
ntp
integration - [DOC] Improve documentation for
postgres
integration - [DOC] Improve documentation for contributing to the repo
1.3.0
- [FEATURE] Add
collect_ec2_tags
andcollect_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