Skip to content

Commit bdcfb52

Browse files
authored
Release 4.10.0 (#794)
Update metadata and changelog
1 parent 549ebfd commit bdcfb52

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

4+
# 4.10.0 / 2021-05-06
5+
6+
* [FEATURE] Support for NPM on Windows [#780][], [#781][] and [#784][] ([@mikezhu-dd][])
7+
* [FEATURE] Implement usage of multiple GPG keys in repofiles, get keys from keys.datadoghq.com [#782][] ([@bkabrda][])
8+
* [FEATURE] Enable yum repository repo_gpgcheck option for Red Hat platforms by default [#789][] and [#793][] ([@bkabrda][])
9+
* [BUGFIX] Added collect_default_metrics: true to kafka.d/conf.yaml [#786][] ([@nilskuehme][])
10+
* [BUGFIX] Set is_jmx in solr template [#791][] ([@albertvaka][])
11+
412
# 4.9.0 / 2021-02-17
513
* [FEATURE] allow muting a host during an MSI install [#778][] [@albertvaka][]
614
* [FEATURE] Kafka recipe: allow setting any conf [#776][] [@albertvaka][]
@@ -961,6 +969,14 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
961969
[#776]: https://github.com/DataDog/chef-datadog/issues/776
962970
[#777]: https://github.com/DataDog/chef-datadog/issues/777
963971
[#778]: https://github.com/DataDog/chef-datadog/issues/778
972+
[#780]: https://github.com/DataDog/chef-datadog/issues/780
973+
[#781]: https://github.com/DataDog/chef-datadog/issues/781
974+
[#782]: https://github.com/DataDog/chef-datadog/issues/782
975+
[#784]: https://github.com/DataDog/chef-datadog/issues/784
976+
[#786]: https://github.com/DataDog/chef-datadog/issues/786
977+
[#789]: https://github.com/DataDog/chef-datadog/issues/789
978+
[#791]: https://github.com/DataDog/chef-datadog/issues/791
979+
[#793]: https://github.com/DataDog/chef-datadog/issues/793
964980
[@ABrehm264]: https://github.com/ABrehm264
965981
[@AlexBevan]: https://github.com/AlexBevan
966982
[@Azraeht]: https://github.com/Azraeht
@@ -993,6 +1009,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
9931009
[@benmanns]: https://github.com/benmanns
9941010
[@bflad]: https://github.com/bflad
9951011
[@bitmonk]: https://github.com/bitmonk
1012+
[@bkabrda]: https://github.com/bkabrda
9961013
[@borgilb]: https://github.com/borgilb
9971014
[@brentm5]: https://github.com/brentm5
9981015
[@ccannell67]: https://github.com/ccannell67

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'Apache-2.0'
55
description 'Installs/Configures datadog components'
6-
version '4.9.0'
6+
version '4.10.0'
77
chef_version '>= 12.7'
88
source_url 'https://github.com/DataDog/chef-datadog'
99
issues_url 'https://github.com/DataDog/chef-datadog/issues'

0 commit comments

Comments
 (0)