Skip to content

Commit 019eb36

Browse files
authored
Release 4.12.0 (#831)
1 parent 734d06c commit 019eb36

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

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

4-
# Unreleased
4+
# 4.12.0 / 2021-12-03
55

6-
* [FEATURE] Enabled unified mode on compatible platforms since it will be the default on Chef 18. See [CHEF-33](https://docs.chef.io/deprecations_unified_mode/) deprecation.
7-
* [FEATURE] Added support for Chef 18+.
6+
* [FEATURE] Added support for Chef 18+. [@axl89][] [#822][]
7+
* [FEATURE] Enabled unified mode on compatible platforms since it will be the default on Chef 18. See [CHEF-33](https://docs.chef.io/deprecations_unified_mode/) deprecation. [@axl89][] [#822][]
8+
* [FEATURE] Include `dogstatsd_port` in `datadog.yaml` for Agent 6 and Agent 7 [@brentm5][] [#828][]
9+
* [BUGFIX] Ignore `apt update` failures to keep running if some sources are offline [#830][] [@bkabrda][]
810

911
# 4.11.1 / 2021-08-24
1012

@@ -1002,6 +1004,9 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
10021004
[#806]: https://github.com/DataDog/chef-datadog/issues/806
10031005
[#810]: https://github.com/DataDog/chef-datadog/issues/810
10041006
[#813]: https://github.com/DataDog/chef-datadog/issues/813
1007+
[#822]: https://github.com/DataDog/chef-datadog/issues/822
1008+
[#828]: https://github.com/DataDog/chef-datadog/issues/828
1009+
[#830]: https://github.com/DataDog/chef-datadog/issues/830
10051010
[@ABrehm264]: https://github.com/ABrehm264
10061011
[@AlexBevan]: https://github.com/AlexBevan
10071012
[@Azraeht]: https://github.com/Azraeht
@@ -1027,6 +1032,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
10271032
[@antonio-osorio]: https://github.com/antonio-osorio
10281033
[@arthurnn]: https://github.com/arthurnn
10291034
[@asherf]: https://github.com/asherf
1035+
[@axl89]: https://github.com/axl89
10301036
[@aymen-chetoui]: https://github.com/aymen-chetoui
10311037
[@azuretek]: https://github.com/azuretek
10321038
[@babbottscott]: https://github.com/babbottscott
@@ -1162,4 +1168,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
11621168
[@wolf31o2]: https://github.com/wolf31o2
11631169
[@xt99]: https://github.com/xt99
11641170
[@yannmh]: https://github.com/yannmh
1165-
[@zshenker]: https://github.com/zshenker
1171+
[@zshenker]: https://github.com/zshenker

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.11.1'
6+
version '4.12.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)