From 1e36fe1f200a16f5eef57737710ee191ef2ee3d1 Mon Sep 17 00:00:00 2001 From: Luke Steensen Date: Fri, 12 Jul 2024 21:25:07 -0500 Subject: [PATCH] prepare 0.14.4 release (#67) Signed-off-by: Luke Steensen --- CHANGELOG.md | 5 ++++- lib/fluent/plugin/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a54d8..8eff86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ +## 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) + ## 0.14.3 - `timestamp_key` is ignored if empty, `nil`, or `null` as documented - - + ## 0.14.2 - Upgrade `net-http-persistent` dependency [#54](https://github.com/DataDog/fluent-plugin-datadog/pull/54) by [@javiercri](https://github.com/javiercri) diff --git a/lib/fluent/plugin/version.rb b/lib/fluent/plugin/version.rb index 11042ea..82701dc 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.3' + VERSION = '0.14.4' end