Skip to content

Commit

Permalink
Release 4.10.0 (#794)
Browse files Browse the repository at this point in the history
Update metadata and changelog
  • Loading branch information
albertvaka authored May 6, 2021
1 parent 549ebfd commit bdcfb52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

# 4.10.0 / 2021-05-06

* [FEATURE] Support for NPM on Windows [#780][], [#781][] and [#784][] ([@mikezhu-dd][])
* [FEATURE] Implement usage of multiple GPG keys in repofiles, get keys from keys.datadoghq.com [#782][] ([@bkabrda][])
* [FEATURE] Enable yum repository repo_gpgcheck option for Red Hat platforms by default [#789][] and [#793][] ([@bkabrda][])
* [BUGFIX] Added collect_default_metrics: true to kafka.d/conf.yaml [#786][] ([@nilskuehme][])
* [BUGFIX] Set is_jmx in solr template [#791][] ([@albertvaka][])

# 4.9.0 / 2021-02-17
* [FEATURE] allow muting a host during an MSI install [#778][] [@albertvaka][]
* [FEATURE] Kafka recipe: allow setting any conf [#776][] [@albertvaka][]
Expand Down Expand Up @@ -961,6 +969,14 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#776]: https://github.com/DataDog/chef-datadog/issues/776
[#777]: https://github.com/DataDog/chef-datadog/issues/777
[#778]: https://github.com/DataDog/chef-datadog/issues/778
[#780]: https://github.com/DataDog/chef-datadog/issues/780
[#781]: https://github.com/DataDog/chef-datadog/issues/781
[#782]: https://github.com/DataDog/chef-datadog/issues/782
[#784]: https://github.com/DataDog/chef-datadog/issues/784
[#786]: https://github.com/DataDog/chef-datadog/issues/786
[#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
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@Azraeht]: https://github.com/Azraeht
Expand Down Expand Up @@ -993,6 +1009,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@benmanns]: https://github.com/benmanns
[@bflad]: https://github.com/bflad
[@bitmonk]: https://github.com/bitmonk
[@bkabrda]: https://github.com/bkabrda
[@borgilb]: https://github.com/borgilb
[@brentm5]: https://github.com/brentm5
[@ccannell67]: https://github.com/ccannell67
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 '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures datadog components'
version '4.9.0'
version '4.10.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 bdcfb52

Please sign in to comment.