From 8cf7e0118f6df9c0fed9b621aff05663157d7dc6 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Fri, 19 Jan 2024 15:27:11 +0100 Subject: [PATCH] Add changelog note --- .chloggen/mx-psi_bump-tov0.12.0.yaml | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 .chloggen/mx-psi_bump-tov0.12.0.yaml diff --git a/.chloggen/mx-psi_bump-tov0.12.0.yaml b/.chloggen/mx-psi_bump-tov0.12.0.yaml new file mode 100755 index 000000000000..4c0c105155dd --- /dev/null +++ b/.chloggen/mx-psi_bump-tov0.12.0.yaml @@ -0,0 +1,29 @@ +# Use this changelog template to create an entry for release notes. + +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) +component: datadogexporter + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Add support for setting host tags via host metadata. + +# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. +issues: [30680] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: | + When the `datadog.host.use_as_metadata` resource attribute is set to `true`: + - Nonempty string-value resource attributes starting with `datadog.host.tag.` will be added as host tags for the host associated with the resource. + - deployment.environment and k8s.cluster.name as mapped to Datadog names and added as host tags for the host associated with the resource. +# If your change doesn't affect end users or the exported elements of any package, +# you should instead start your pull request title with [chore] or use the "Skip Changelog" label. +# Optional: The change log or logs in which this entry should be included. +# e.g. '[user]' or '[user, api]' +# Include 'user' if the change is relevant to end users. +# Include 'api' if there is a change to a library API. +# Default: '[user]' +change_logs: []