Skip to content

Commit 26a89ba

Browse files
prepare 0.15.0 release (#79)
* prepare 0.15.0 release --------- Co-authored-by: Ryan <ryan.hall@datadoghq.com>
1 parent ddc1cfb commit 26a89ba

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.15.0
2+
- 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].
3+
- Fix launch.json and update readme [#76](https://github.com/DataDog/fluent-plugin-datadog/pull/76)
4+
- Add custom headers support [#69](https://github.com/DataDog/fluent-plugin-datadog/pull/69)
5+
16
## 0.14.4
27
- Source `container_id` tag from kubernetes meta location [#67](https://github.com/DataDog/fluent-plugin-datadog/pull/67) by [@rlafferty](https://github.com/rlafferty)
38

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.4'
4+
VERSION = '0.15.0'
55
end

0 commit comments

Comments
 (0)