Skip to content

Commit 1e36fe1

Browse files
committed
prepare 0.14.4 release (#67)
Signed-off-by: Luke Steensen <[email protected]>
1 parent f29cf85 commit 1e36fe1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## 0.14.4
2+
- Source `container_id` tag from kubernetes meta location [#67](https://github.com/DataDog/fluent-plugin-datadog/pull/67) by [@rlafferty](https://github.com/rlafferty)
3+
14
## 0.14.3
25
- `timestamp_key` is ignored if empty, `nil`, or `null` as documented
3-
-
6+
47
## 0.14.2
58
- Upgrade `net-http-persistent` dependency [#54](https://github.com/DataDog/fluent-plugin-datadog/pull/54) by [@javiercri](https://github.com/javiercri)
69

lib/fluent/plugin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DatadogFluentPlugin
4-
VERSION = '0.14.3'
4+
VERSION = '0.14.4'
55
end

0 commit comments

Comments
 (0)