diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e30b74..86149a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +# 4.16.0 / 2023-01-12 + +* [DEPRECATION] Remove old RPM GPG key. This also removes the `yumrepo_gpgkey` parameter [#877][] [@amenasria][] +* [FEATURE] Add min_collection_interval option to ssh_check config [#867][] [@nilskuehme][] +* [BUGFIX] Remove source file and datadog-signing-keys package when removing the Agent [#865][] [@amenasria][] + # 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][] diff --git a/metadata.rb b/metadata.rb index 9a670135..bb4beb4f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'package@datadoghq.com' license 'Apache-2.0' description 'Installs/Configures datadog components' -version '4.15.0' +version '4.16.0' chef_version '>= 12.7' source_url 'https://github.com/DataDog/chef-datadog' issues_url 'https://github.com/DataDog/chef-datadog/issues'