Skip to content

Commit

Permalink
Merge pull request #589 from DataDog/remeh/release-2_18_0
Browse files Browse the repository at this point in the history
Release 2.18.0
  • Loading branch information
remeh authored Mar 18, 2019
2 parents 273df7e + 4b652d2 commit 02b51ae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
Changes
=======

# 2.18.0 / 2019-03-18

**Note for Windows users**: since Agent v6.11, `datadog >= 2.18.0` is
necessary (see README)

* [FEATURE] Let the Windows installer set the permissions on Agent directories and files. [#588][] [@remeh][]
* [BUGFIX] Use Upstart service manager for Ubuntu <15.04. See [#551][] [@rposborne][]
* [MISC] Deprecation log for recipes using easy_install. See [#585][] [@remeh][]
* [MISC] Add optional NGINX monitor attributes. See [#564][] [@spencermpeterson][]
* [DOCS] Add an example for the `extra_config` field. See [#586][] [@remeh][]

# 2.17.0 / 2019-03-01

* [FEATURE] Add support for SLES. See [#505][] [@gmmeyer][]
* [FEATURE] Add support for SLES. See [#505][] [@gmmeyer][]
* [FEATURE] Add `index_stats` parameter for ElasticSearch. See [#568][] [@aymen-chetoui][]
* [FEATURE] Add configuration flag for JMX service discovery in Agent 5. See [#563][] [@wolf31o2][]
* [FEATURE] Add configuration flag for JMX service discovery in Agent 5. See [#563][] [@wolf31o2][]
* [FEATURE] Add support for list of tags in v6 configuration file. See [#557][] [@skarlupka][]
* [FEATURE] Add vault recipe. See [#555][] [@skarlupka][]
* [FEATURE] Add `min_collection_interval` to mysql template. See [#548][] [@mhebbar1][]
Expand Down Expand Up @@ -676,13 +687,18 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#544]: https://github.com/DataDog/chef-datadog/issues/544
[#548]: https://github.com/DataDog/chef-datadog/issues/548
[#549]: https://github.com/DataDog/chef-datadog/issues/549
[#551]: https://github.com/DataDog/chef-datadog/issues/551
[#555]: https://github.com/DataDog/chef-datadog/issues/555
[#557]: https://github.com/DataDog/chef-datadog/issues/557
[#561]: https://github.com/DataDog/chef-datadog/issues/561
[#563]: https://github.com/DataDog/chef-datadog/issues/563
[#564]: https://github.com/DataDog/chef-datadog/issues/564
[#565]: https://github.com/DataDog/chef-datadog/issues/565
[#568]: https://github.com/DataDog/chef-datadog/issues/568
[#583]: https://github.com/DataDog/chef-datadog/issues/583
[#585]: https://github.com/DataDog/chef-datadog/issues/585
[#586]: https://github.com/DataDog/chef-datadog/issues/586
[#588]: https://github.com/DataDog/chef-datadog/issues/588
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@BrentOnRails]: https://github.com/BrentOnRails
Expand Down Expand Up @@ -770,9 +786,9 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@martinisoft]: https://github.com/martinisoft
[@mattrobenolt]: https://github.com/mattrobenolt
[@mfischer-zd]: https://github.com/mfischer-zd
[@mhebbar1]: https://github.com/mhebbar1
[@miketheman]: https://github.com/miketheman
[@mirceal]: https://github.com/mirceal
[@mhebbar1]: https://github.com/mhebbar1
[@mlcooper]: https://github.com/mlcooper
[@moisesbotarro]: https://github.com/moisesbotarro
[@mstepniowski]: https://github.com/mstepniowski
Expand All @@ -790,11 +806,13 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@remh]: https://github.com/remh
[@remicalixte]: https://github.com/remicalixte
[@rlaveycal]: https://github.com/rlaveycal
[@rposborne]: https://github.com/rposborne
[@rsheyd]: https://github.com/rsheyd
[@ryandjurovich]: https://github.com/ryandjurovich
[@schisamo]: https://github.com/schisamo
[@sethrosenblum]: https://github.com/sethrosenblum
[@skarlupka]: https://github.com/skarlupka
[@spencermpeterson]: https://github.com/spencermpeterson
[@stefanwb]: https://github.com/stefanwb
[@stensonb]: https://github.com/stensonb
[@stolfi]: https://github.com/stolfi
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures datadog components'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.17.0'
version '2.18.0'
chef_version '>= 10.14' if respond_to? :chef_version
source_url 'https://github.com/DataDog/chef-datadog' if respond_to? :source_url
issues_url 'https://github.com/DataDog/chef-datadog/issues' if respond_to? :issues_url
Expand Down

0 comments on commit 02b51ae

Please sign in to comment.