Skip to content

Commit 08b1ca1

Browse files
authored
Release 4.9.0 (#779)
Bump version in metadata and update changelog
1 parent 97ce7e5 commit 08b1ca1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
# 4.9.0 / 2021-02-17
5+
* [FEATURE] allow muting a host during an MSI install [#778][] [@albertvaka][]
6+
* [FEATURE] Kafka recipe: allow setting any conf [#776][] [@albertvaka][]
7+
* [BUGFIX] Fix fatal in error handler if `ddagentuser_name` or `ddagentuser_password` not defined [#777][] [@albertvaka][]
8+
* [BUGFIX] Fix `yum_package[gnupg]` resource being declared more than once [#772][] [@cdonadeo][]
9+
410
# 4.8.0 / 2020-12-11
511
* [FEATURE] Add `env` and `log_to_console` options [#759][] [@albertvaka][], and [#760][] [@nilskuehme][]
612
* [BUGFIX] Fix adding new signing key for apt [#761][] [@nilskuehme][], [#763][] [@KSerrania][], [#765][] [@albertvaka][] and [#767][] [@nilskuehme][]
@@ -951,6 +957,10 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
951957
[#763]: https://github.com/DataDog/chef-datadog/issues/763
952958
[#765]: https://github.com/DataDog/chef-datadog/issues/765
953959
[#767]: https://github.com/DataDog/chef-datadog/issues/767
960+
[#772]: https://github.com/DataDog/chef-datadog/issues/772
961+
[#776]: https://github.com/DataDog/chef-datadog/issues/776
962+
[#777]: https://github.com/DataDog/chef-datadog/issues/777
963+
[#778]: https://github.com/DataDog/chef-datadog/issues/778
954964
[@ABrehm264]: https://github.com/ABrehm264
955965
[@AlexBevan]: https://github.com/AlexBevan
956966
[@Azraeht]: https://github.com/Azraeht
@@ -986,6 +996,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
986996
[@borgilb]: https://github.com/borgilb
987997
[@brentm5]: https://github.com/brentm5
988998
[@ccannell67]: https://github.com/ccannell67
999+
[@cdonadeo]: https://github.com/cdonadeo
9891000
[@chrissnell]: https://github.com/chrissnell
9901001
[@clmoreno]: https://github.com/clmoreno
9911002
[@clofresh]: https://github.com/clofresh

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.8.0'
6+
version '4.9.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)