From 003611bd576c02f0822517905269d8827d5ca5b8 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:38:45 -0700 Subject: [PATCH] changelog --- .chloggen/configgrpc-add-context.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 .chloggen/configgrpc-add-context.yaml diff --git a/.chloggen/configgrpc-add-context.yaml b/.chloggen/configgrpc-add-context.yaml new file mode 100755 index 00000000000..6d84e4fe8cf --- /dev/null +++ b/.chloggen/configgrpc-add-context.yaml @@ -0,0 +1,25 @@ +# Use this changelog template to create an entry for release notes. + +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: deprecation + +# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) +component: configgrpc + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Deprecates `ToServer`. Use `ToServerContext` instead. + +# One or more tracking issues or pull requests related to the change +issues: [9624] + +# (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: + +# 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: []