Skip to content

Commit

Permalink
Merge pull request #671 from DataDog/albertvaka/release-3-5-1
Browse files Browse the repository at this point in the history
Release 3.5.1
  • Loading branch information
albertvaka authored Dec 18, 2019
2 parents 1e9ecd2 + d86e629 commit 9a28838
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 3.5.1 / 2019-12-18

* [BUGFIX] Create check `.d` directory if it doesn't exist. See [#670][] [@albertvaka][]

# 3.5.0 / 2019-12-17

* [FEATURE] Allow integrations to have multiple configurations by creating the default configuration into a `.d` folder. See [#666][] [@kbogtob][]
Expand Down Expand Up @@ -801,6 +805,9 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#654]: https://github.com/DataDog/chef-datadog/issues/654
[#656]: https://github.com/DataDog/chef-datadog/issues/656
[#657]: https://github.com/DataDog/chef-datadog/issues/657
[#666]: https://github.com/DataDog/chef-datadog/issues/666
[#667]: https://github.com/DataDog/chef-datadog/issues/667
[#670]: https://github.com/DataDog/chef-datadog/issues/670
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@BrentOnRails]: https://github.com/BrentOnRails
Expand Down Expand Up @@ -885,6 +892,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@jtimberman]: https://github.com/jtimberman
[@juliandunn]: https://github.com/juliandunn
[@jvrplmlmn]: https://github.com/jvrplmlmn
[@kbogtob]: https://github.com/kbogtob
[@kevinconaway]: https://github.com/kevinconaway
[@khouse]: https://github.com/khouse
[@kindlyseth]: https://github.com/kindlyseth
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 '3.5.0'
version '3.5.1'
chef_version '>= 12.7'
source_url 'https://github.com/DataDog/chef-datadog'
issues_url 'https://github.com/DataDog/chef-datadog/issues'
Expand Down

0 comments on commit 9a28838

Please sign in to comment.