Skip to content

Commit

Permalink
Release 4.13.0 (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka authored Mar 30, 2022
1 parent deb9900 commit 085bb26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

# 4.13.0 / 2022-12-30

* [FEATURE] Allow enabling CWS and CSPM [#843][] [@lebauce][]
* [FEATURE] Add support for AlmaLinux and Rocky Linux [#836][] [@bkabrda][]
* [FEATURE] Add `monitor_unlisted_consumer_groups` and `kafka_consumer_offsets` to kafka_consumer [#834][] [@ganeshkumarsv][]
* [BUGFIX] Specify package epoch on RH-like platforms to ensure proper upgrade path [#839][] [@bkabrda][]
* [BUGFIX] Use the correct socket for system probe on Windows [#833][] [@julien-lebot][]
* [BUGFIX] Add is_jmx by default to jmxfetch checks [#792][] [@albertvaka][]

# 4.12.0 / 2021-12-03

* [FEATURE] Added support for Chef 18+. [@axl89][] [#822][]
Expand Down Expand Up @@ -996,6 +1005,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#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
[#792]: https://github.com/DataDog/chef-datadog/issues/792
[#793]: https://github.com/DataDog/chef-datadog/issues/793
[#796]: https://github.com/DataDog/chef-datadog/issues/796
[#799]: https://github.com/DataDog/chef-datadog/issues/799
Expand All @@ -1007,6 +1017,11 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#822]: https://github.com/DataDog/chef-datadog/issues/822
[#828]: https://github.com/DataDog/chef-datadog/issues/828
[#830]: https://github.com/DataDog/chef-datadog/issues/830
[#833]: https://github.com/DataDog/chef-datadog/issues/833
[#834]: https://github.com/DataDog/chef-datadog/issues/834
[#836]: https://github.com/DataDog/chef-datadog/issues/836
[#839]: https://github.com/DataDog/chef-datadog/issues/839
[#843]: https://github.com/DataDog/chef-datadog/issues/843
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@Azraeht]: https://github.com/Azraeht
Expand Down Expand Up @@ -1074,6 +1089,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@flah00]: https://github.com/flah00
[@foobarto]: https://github.com/foobarto
[@frezbo]: https://github.com/frezbo
[@ganeshkumarsv]: https://github.com/ganeshkumarsv
[@gkze]: https://github.com/gkze
[@gmmeyer]: https://github.com/gmmeyer
[@graemej]: https://github.com/graemej
Expand Down Expand Up @@ -1112,6 +1128,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@kurochan]: https://github.com/kurochan
[@kylegoch]: https://github.com/kylegoch
[@lchayoun]: https://github.com/lchayoun
[@lebauce]: https://github.com/lebauce
[@lefthand]: https://github.com/lefthand
[@martinisoft]: https://github.com/martinisoft
[@mattrobenolt]: https://github.com/mattrobenolt
Expand Down Expand Up @@ -1168,4 +1185,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@wolf31o2]: https://github.com/wolf31o2
[@xt99]: https://github.com/xt99
[@yannmh]: https://github.com/yannmh
[@zshenker]: https://github.com/zshenker
[@zshenker]: https://github.com/zshenker
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.12.0'
version '4.13.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 085bb26

Please sign in to comment.