Skip to content

Commit 1ff4bf5

Browse files
committed
💎 chef-datadog, 2.10.1
1 parent b8a7520 commit 1ff4bf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
# 2.10.1 / 2017-05-31
5+
6+
* [OPTIMIZE] Add compatibility with `windows` cookbook `3.0`, [#438][] [@olivielpeau][]
7+
48
# 2.10.0 / 2017-05-08
59

610
* [FEATURE] Update nginx configuration template, [#417][] [@iancward][]
@@ -542,6 +546,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
542546
[#430]: https://github.com/DataDog/chef-datadog/issues/430
543547
[#433]: https://github.com/DataDog/chef-datadog/issues/433
544548
[#435]: https://github.com/DataDog/chef-datadog/issues/435
549+
[#438]: https://github.com/DataDog/chef-datadog/issues/438
545550
[@ABrehm264]: https://github.com/ABrehm264
546551
[@BrentOnRails]: https://github.com/BrentOnRails
547552
[@DorianZaccaria]: https://github.com/DorianZaccaria

metadata.rb

+1-1
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.10.0'
7+
version '2.10.1'
88
source_url 'https://github.com/DataDog/chef-datadog' if respond_to? :source_url
99
issues_url 'https://github.com/DataDog/chef-datadog/issues' if respond_to? :issues_url
1010

0 commit comments

Comments
 (0)