From 276000ed890ccec886e7399a27b56b500d6cb532 Mon Sep 17 00:00:00 2001 From: andrewqian2001datadog Date: Wed, 17 Dec 2025 19:37:52 +0000 Subject: [PATCH 1/2] prepare 0.15.0 release --- CHANGELOG.md | 3 +++ lib/fluent/plugin/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eff86a..fbb785c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.15.0 +- Provide a configuration option to delete kubernetes and docker attributes from the log after the relevant information has been extracted into tags [#78](https://github.com/DataDog/fluent-plugin-datadog/pull/78) by [@sambart19]. +- Fix launch.json and update readme [#76](https://github.com/DataDog/fluent-plugin-datadog/pull/76) ## 0.14.4 - Source `container_id` tag from kubernetes meta location [#67](https://github.com/DataDog/fluent-plugin-datadog/pull/67) by [@rlafferty](https://github.com/rlafferty) diff --git a/lib/fluent/plugin/version.rb b/lib/fluent/plugin/version.rb index 82701dc..e138211 100644 --- a/lib/fluent/plugin/version.rb +++ b/lib/fluent/plugin/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DatadogFluentPlugin - VERSION = '0.14.4' + VERSION = '0.15.0' end From 228d33b7cc3e06a3599685c65815816e9e7e3d8c Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 18 Dec 2025 10:22:10 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md Add additional changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb785c..cf37876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.15.0 - Provide a configuration option to delete kubernetes and docker attributes from the log after the relevant information has been extracted into tags [#78](https://github.com/DataDog/fluent-plugin-datadog/pull/78) by [@sambart19]. - Fix launch.json and update readme [#76](https://github.com/DataDog/fluent-plugin-datadog/pull/76) +- Add custom headers support [#69](https://github.com/DataDog/fluent-plugin-datadog/pull/69) + ## 0.14.4 - Source `container_id` tag from kubernetes meta location [#67](https://github.com/DataDog/fluent-plugin-datadog/pull/67) by [@rlafferty](https://github.com/rlafferty)