Skip to content

Commit

Permalink
Release 4.15.0 (#862)
Browse files Browse the repository at this point in the history
Releases version 4.15.0 of the cookbook.

Co-authored-by: Kylian Serrania <[email protected]>
  • Loading branch information
amenasria and KSerrania authored Oct 6, 2022
1 parent 8505097 commit 62d9eab
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.15.0 / 2022-10-06
* [BUGFIX] Enforce calls of agent version without color output [#863][] [@KSerrania][]
* [FEATURE] Add configuration for custom_log_collection [#861][] [@nilskuehme][]
* [FEATURE] Add configuration for gearmand integration [#860][] [@nilskuehme][]
* [FEATURE] Add unit types to Systemd integration [#859][] [@nilskuehme][]
* [BUGFIX] Specify release but not epoch for RPM packages on Chef < 14 [#858][] [@KSerrania][]
* [BUGFIX] Don't use epoch/release for yum package version on Chef < 14 [#856][] [@bkabrda][]
* [FEATURE] Use agent version instead of agent status to determine the current Agent version [#852][] [@amenasria][]

# 4.14.0 / 2022-06-14
* [BUGFIX] Fix system probe recipe on Windows [#850][] [@julien-lebot][]

Expand Down Expand Up @@ -1026,6 +1035,13 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[#839]: https://github.com/DataDog/chef-datadog/issues/839
[#843]: https://github.com/DataDog/chef-datadog/issues/843
[#850]: https://github.com/DataDog/chef-datadog/issues/850
[#852]: https://github.com/DataDog/chef-datadog/issues/852
[#856]: https://github.com/DataDog/chef-datadog/issues/856
[#858]: https://github.com/DataDog/chef-datadog/issues/858
[#859]: https://github.com/DataDog/chef-datadog/issues/859
[#860]: https://github.com/DataDog/chef-datadog/issues/860
[#861]: https://github.com/DataDog/chef-datadog/issues/861
[#863]: https://github.com/DataDog/chef-datadog/issues/863
[@ABrehm264]: https://github.com/ABrehm264
[@AlexBevan]: https://github.com/AlexBevan
[@Azraeht]: https://github.com/Azraeht
Expand All @@ -1048,6 +1064,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit
[@albertvaka]: https://github.com/albertvaka
[@alexism]: https://github.com/alexism
[@alq]: https://github.com/alq
[@amenasria]: https://github.com/amenasria
[@antonio-osorio]: https://github.com/antonio-osorio
[@arthurnn]: https://github.com/arthurnn
[@asherf]: https://github.com/asherf
Expand Down Expand Up @@ -1189,4 +1206,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.14.0'
version '4.15.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 62d9eab

Please sign in to comment.