From 91a108126986ea0d321930fa2571688604476566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Thu, 7 Nov 2024 12:18:56 +0100 Subject: [PATCH] Add changelog entry --- .chloggen/feat_enable-ta-crd.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .chloggen/feat_enable-ta-crd.yaml diff --git a/.chloggen/feat_enable-ta-crd.yaml b/.chloggen/feat_enable-ta-crd.yaml new file mode 100755 index 0000000000..5275e42889 --- /dev/null +++ b/.chloggen/feat_enable-ta-crd.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: new_component + +# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) +component: target allocator + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Introduce TargetAllocator CRD + +# One or more tracking issues related to the change +issues: [2422] + +# (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: