Skip to content

Commit

Permalink
Merge pull request #686 from DataDog/albertvaka/release-4-1-1
Browse files Browse the repository at this point in the history
Release 4.1.1
  • Loading branch information
albertvaka authored Jan 28, 2020
2 parents 55fdc62 + c849a2f commit 2f817d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changes
=======

# 4.1.1 / 2020-01-21

* [BUGFIX] Fix version formating for Linuxes that use yum. See [#685][] [@albertvaka][]

# 4.1.0 / 2020-01-21

* [FEATURE] Automatically format the agent version on debianoids so that every OS can be configured with the same format for the agent version
* [FEATURE] Automatically format the agent version on debianoids so that every OS can be configured with the same format for the agent version. See [#675][] [@albertvaka][]

# 4.0.1 / 2019-12-31

* [BUGFIX] Fix issues with permissions during monitor directory creation on windows
* [BUGFIX] Fix issues with permissions during monitor directory creation on windows. See [#678][] [@truthbk][]

# 4.0.0 / 2019-12-18

Expand Down Expand Up @@ -831,6 +835,9 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#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
[#675]: https://github.com/DataDog/chef-datadog/issues/675
[#678]: https://github.com/DataDog/chef-datadog/issues/678
[#685]: https://github.com/DataDog/chef-datadog/issues/685
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@BrentOnRails]: https://github.com/BrentOnRails
Expand Down Expand Up @@ -972,4 +979,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@wolf31o2]: https://github.com/wolf31o2
[@xt99]: https://github.com/xt99
[@yannmh]: https://github.com/yannmh
[@zshenker]: https://github.com/zshenker
[@zshenker]: https://github.com/zshenker
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 '4.1.0'
version '4.1.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 2f817d2

Please sign in to comment.