Skip to content

Commit

Permalink
Release 4.11.0 (#808)
Browse files Browse the repository at this point in the history
Updated changelog and metadata
  • Loading branch information
albertvaka authored Aug 10, 2021
1 parent a51c303 commit bb535d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

# 4.11.0 / 2021-08-10

* [FEATURE] Get keys from keys.datadoghq.com, not Ubuntu keyserver, and other improvements to APT keys management [#796][] [@bkabrda][]
* [FEATURE] Install datadog-signing-keys on Debian based platforms [#804][] [@bkabrda][]
* [BUGFIX] Ensure NPM is not turned off by default when system probe is enabled [#799][] [@bkabrda][]
* [BUGFIX] Integration resource notifies a restart of the Agent after installing a new version [#806][] [@lchayoun][]
* [BUGFIX] On Windows, don't try to start NPM unless network_enabled is set [#803][] [] [@KSerrania][]

# 4.10.0 / 2021-05-06

* [FEATURE] Support for NPM on Windows [#780][], [#781][] and [#784][] ([@mikezhu-dd][])
Expand Down Expand Up @@ -977,6 +985,11 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#789]: https://github.com/DataDog/chef-datadog/issues/789
[#791]: https://github.com/DataDog/chef-datadog/issues/791
[#793]: https://github.com/DataDog/chef-datadog/issues/793
[#796]: https://github.com/DataDog/chef-datadog/issues/796
[#799]: https://github.com/DataDog/chef-datadog/issues/799
[#803]: https://github.com/DataDog/chef-datadog/issues/803
[#804]: https://github.com/DataDog/chef-datadog/issues/804
[#806]: https://github.com/DataDog/chef-datadog/issues/806
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@Azraeht]: https://github.com/Azraeht
Expand Down Expand Up @@ -1080,6 +1093,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@krasnoukhov]: https://github.com/krasnoukhov
[@kurochan]: https://github.com/kurochan
[@kylegoch]: https://github.com/kylegoch
[@lchayoun]: https://github.com/lchayoun
[@lefthand]: https://github.com/lefthand
[@martinisoft]: https://github.com/martinisoft
[@mattrobenolt]: https://github.com/mattrobenolt
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'package@datadoghq.com'
license 'Apache-2.0'
description 'Installs/Configures datadog components'
version '4.10.0'
version '4.11.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 bb535d4

Please sign in to comment.