Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +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)

Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DatadogFluentPlugin
VERSION = '0.14.4'
VERSION = '0.15.0'
end
Loading