Skip to content

Commit 02b51ae

Browse files
authored
Merge pull request #589 from DataDog/remeh/release-2_18_0
Release 2.18.0
2 parents 273df7e + 4b652d2 commit 02b51ae

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
Changes
22
=======
33

4+
# 2.18.0 / 2019-03-18
5+
6+
**Note for Windows users**: since Agent v6.11, `datadog >= 2.18.0` is
7+
necessary (see README)
8+
9+
* [FEATURE] Let the Windows installer set the permissions on Agent directories and files. [#588][] [@remeh][]
10+
* [BUGFIX] Use Upstart service manager for Ubuntu <15.04. See [#551][] [@rposborne][]
11+
* [MISC] Deprecation log for recipes using easy_install. See [#585][] [@remeh][]
12+
* [MISC] Add optional NGINX monitor attributes. See [#564][] [@spencermpeterson][]
13+
* [DOCS] Add an example for the `extra_config` field. See [#586][] [@remeh][]
14+
415
# 2.17.0 / 2019-03-01
516

6-
* [FEATURE] Add support for SLES. See [#505][] [@gmmeyer][]
17+
* [FEATURE] Add support for SLES. See [#505][] [@gmmeyer][]
718
* [FEATURE] Add `index_stats` parameter for ElasticSearch. See [#568][] [@aymen-chetoui][]
8-
* [FEATURE] Add configuration flag for JMX service discovery in Agent 5. See [#563][] [@wolf31o2][]
19+
* [FEATURE] Add configuration flag for JMX service discovery in Agent 5. See [#563][] [@wolf31o2][]
920
* [FEATURE] Add support for list of tags in v6 configuration file. See [#557][] [@skarlupka][]
1021
* [FEATURE] Add vault recipe. See [#555][] [@skarlupka][]
1122
* [FEATURE] Add `min_collection_interval` to mysql template. See [#548][] [@mhebbar1][]
@@ -676,13 +687,18 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
676687
[#544]: https://github.com/DataDog/chef-datadog/issues/544
677688
[#548]: https://github.com/DataDog/chef-datadog/issues/548
678689
[#549]: https://github.com/DataDog/chef-datadog/issues/549
690+
[#551]: https://github.com/DataDog/chef-datadog/issues/551
679691
[#555]: https://github.com/DataDog/chef-datadog/issues/555
680692
[#557]: https://github.com/DataDog/chef-datadog/issues/557
681693
[#561]: https://github.com/DataDog/chef-datadog/issues/561
682694
[#563]: https://github.com/DataDog/chef-datadog/issues/563
695+
[#564]: https://github.com/DataDog/chef-datadog/issues/564
683696
[#565]: https://github.com/DataDog/chef-datadog/issues/565
684697
[#568]: https://github.com/DataDog/chef-datadog/issues/568
685698
[#583]: https://github.com/DataDog/chef-datadog/issues/583
699+
[#585]: https://github.com/DataDog/chef-datadog/issues/585
700+
[#586]: https://github.com/DataDog/chef-datadog/issues/586
701+
[#588]: https://github.com/DataDog/chef-datadog/issues/588
686702
[@ABrehm264]: https://github.com/ABrehm264
687703
[@AlexBevan]: https://github.com/AlexBevan
688704
[@BrentOnRails]: https://github.com/BrentOnRails
@@ -770,9 +786,9 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
770786
[@martinisoft]: https://github.com/martinisoft
771787
[@mattrobenolt]: https://github.com/mattrobenolt
772788
[@mfischer-zd]: https://github.com/mfischer-zd
789+
[@mhebbar1]: https://github.com/mhebbar1
773790
[@miketheman]: https://github.com/miketheman
774791
[@mirceal]: https://github.com/mirceal
775-
[@mhebbar1]: https://github.com/mhebbar1
776792
[@mlcooper]: https://github.com/mlcooper
777793
[@moisesbotarro]: https://github.com/moisesbotarro
778794
[@mstepniowski]: https://github.com/mstepniowski
@@ -790,11 +806,13 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
790806
[@remh]: https://github.com/remh
791807
[@remicalixte]: https://github.com/remicalixte
792808
[@rlaveycal]: https://github.com/rlaveycal
809+
[@rposborne]: https://github.com/rposborne
793810
[@rsheyd]: https://github.com/rsheyd
794811
[@ryandjurovich]: https://github.com/ryandjurovich
795812
[@schisamo]: https://github.com/schisamo
796813
[@sethrosenblum]: https://github.com/sethrosenblum
797814
[@skarlupka]: https://github.com/skarlupka
815+
[@spencermpeterson]: https://github.com/spencermpeterson
798816
[@stefanwb]: https://github.com/stefanwb
799817
[@stensonb]: https://github.com/stensonb
800818
[@stolfi]: https://github.com/stolfi

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs/Configures datadog components'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.17.0'
7+
version '2.18.0'
88
chef_version '>= 10.14' if respond_to? :chef_version
99
source_url 'https://github.com/DataDog/chef-datadog' if respond_to? :source_url
1010
issues_url 'https://github.com/DataDog/chef-datadog/issues' if respond_to? :issues_url

0 commit comments

Comments
 (0)