Skip to content

Commit

Permalink
Release version 4.2.0 (#695)
Browse files Browse the repository at this point in the history
* Release version 4.2.0

* Update nokogiri version - The previous version 1.10.7 had a security issue.
  • Loading branch information
kbogtob authored Feb 27, 2020
1 parent 17673ba commit 3f0e416
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 4.2.0 / 2020-02-27

* [FEATURE] Automatically uninstall and then install the Agent only when trying to downgrade agent version on Windows. See [#690][] [@kbogtob][]
* [BUGFIX] Set Windows installer as sensitive resource and use env var to specify Windows user credentials to avoid leaks of credentials in logs. See [#691][] and [#694][] [@julien-lebot][]
* [FEATURE] Support tags feature on directory integration. See [#687][] [@dimier]

# 4.1.1 / 2020-01-28

* [BUGFIX] Fix version formating for Linuxes that use yum. See [#685][] [@albertvaka][]
Expand Down Expand Up @@ -838,6 +844,10 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#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
[#687]: https://github.com/DataDog/chef-datadog/issues/687
[#690]: https://github.com/DataDog/chef-datadog/issues/690
[#691]: https://github.com/DataDog/chef-datadog/issues/691
[#694]: https://github.com/DataDog/chef-datadog/issues/694
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@BrentOnRails]: https://github.com/BrentOnRails
Expand Down Expand Up @@ -882,6 +892,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@darron]: https://github.com/darron
[@datwiz]: https://github.com/datwiz
[@degemer]: https://github.com/degemer
[@dimier]: https://github.com/dimier
[@dlackty]: https://github.com/dlackty
[@dominicchan]: https://github.com/dominicchan
[@donaldguy]: https://github.com/donaldguy
Expand Down Expand Up @@ -921,6 +932,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@jschirle73]: https://github.com/jschirle73
[@jtimberman]: https://github.com/jtimberman
[@juliandunn]: https://github.com/juliandunn
[@julien-lebot]: https://github.com/julien-lebot
[@jvrplmlmn]: https://github.com/jvrplmlmn
[@kbogtob]: https://github.com/kbogtob
[@kevinconaway]: https://github.com/kevinconaway
Expand Down Expand Up @@ -979,4 +991,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 Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nio4r (2.5.2)
nokogiri (1.10.7)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nori (2.6.0)
octokit (4.14.0)
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 '4.1.1'
version '4.2.0'
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 3f0e416

Please sign in to comment.