From a578e4ba945b2671548f462c5b56ee6a126dba97 Mon Sep 17 00:00:00 2001 From: Nicolas Schweitzer Date: Wed, 26 Jul 2023 11:58:39 +0200 Subject: [PATCH] Release 4.18.0 (#897) --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- metadata.rb | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e257d55a..5c394270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changes ======= +# 4.18.0 / 2023-07-25 + * [BUGFIX] Syntax update to support old chef-infra versions [#898] [@chouetz] + * [FEATURE] Update recipes to support amazonlinux 2023 installation [#896] [@chouetz] + * [FEATURE] Add agent configuration value to config template [#888] [@nichols2k] + * [FEATURE] Actually enforce `apt` and `yum` versions in the `metadata.rb` file [#874] [@amenasria] + * [FEATURE] support weblogic integration [#891] [@vigohe] + * [FEATURE] Add new APT and RPM signing keys [#890] [@chouetz] + * [BUGFIX] Fix dead link in http_check.rb recipe [#887] [@amenasria] + # 4.17.0 / 2023-02-20 * [FEATURE] Added the option to enable Universal Service Monitoring (USM) [#876][] [@guyarb][] * [BUGFIX] Fix crash for jmx integrations with `init_config` attributes set [#869][] [@KSerrania][] @@ -1052,6 +1061,19 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit [#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 +[#865]: https://github.com/DataDog/chef-datadog/issues/865 +[#867]: https://github.com/DataDog/chef-datadog/issues/867 +[#869]: https://github.com/DataDog/chef-datadog/issues/869 +[#874]: https://github.com/DataDog/chef-datadog/issues/874 +[#876]: https://github.com/DataDog/chef-datadog/issues/876 +[#877]: https://github.com/DataDog/chef-datadog/issues/877 +[#887]: https://github.com/DataDog/chef-datadog/issues/887 +[#888]: https://github.com/DataDog/chef-datadog/issues/888 +[#890]: https://github.com/DataDog/chef-datadog/issues/890 +[#891]: https://github.com/DataDog/chef-datadog/issues/891 +[#895]: https://github.com/DataDog/chef-datadog/issues/895 +[#896]: https://github.com/DataDog/chef-datadog/issues/896 +[#898]: https://github.com/DataDog/chef-datadog/issues/898 [@ABrehm264]: https://github.com/ABrehm264 [@AlexBevan]: https://github.com/AlexBevan [@Azraeht]: https://github.com/Azraeht @@ -1217,4 +1239,7 @@ 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 \ No newline at end of file +[@zshenker]: https://github.com/zshenker +[@nichols2k]: https://github.com/nichols2k +[@chouetz]: https://github.com/chouetz +[@vigohe]: https://github.com/vigohe diff --git a/metadata.rb b/metadata.rb index bda51509..43433d22 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.17.0' +version '4.18.0' chef_version '>= 12.7' source_url 'https://github.com/DataDog/chef-datadog' issues_url 'https://github.com/DataDog/chef-datadog/issues'