|
1 | 1 | Changes
|
2 | 2 | =======
|
3 | 3 |
|
| 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 | + |
4 | 10 | # 4.8.0 / 2020-12-11
|
5 | 11 | * [FEATURE] Add `env` and `log_to_console` options [#759][] [@albertvaka][], and [#760][] [@nilskuehme][]
|
6 | 12 | * [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
|
951 | 957 | [#763]: https://github.com/DataDog/chef-datadog/issues/763
|
952 | 958 | [#765]: https://github.com/DataDog/chef-datadog/issues/765
|
953 | 959 | [#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 |
954 | 964 | [@ABrehm264]: https://github.com/ABrehm264
|
955 | 965 | [@AlexBevan]: https://github.com/AlexBevan
|
956 | 966 | [@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
|
986 | 996 | [@borgilb]: https://github.com/borgilb
|
987 | 997 | [@brentm5]: https://github.com/brentm5
|
988 | 998 | [@ccannell67]: https://github.com/ccannell67
|
| 999 | +[@cdonadeo]: https://github.com/cdonadeo |
989 | 1000 | [@chrissnell]: https://github.com/chrissnell
|
990 | 1001 | [@clmoreno]: https://github.com/clmoreno
|
991 | 1002 | [@clofresh]: https://github.com/clofresh
|
|
0 commit comments