Skip to content

Commit 39cd70f

Browse files
committedAug 22, 2024
change_type modified to deprecation, mention deprecated and new flags in changelog and follow-up issue

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.chloggen/3218-align-label-filter-flag.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2-
change_type: enhancement
2+
change_type: deprecation
33

44
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
55
component: operator
66

77
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8-
note: "Depreceate label flag and align label filter flag with attribute filter flag name"
8+
note: "Deprecated `label` flag and introduced `labels-filter` flag to align the label filtering with the attribute filtering flag name. The `label` flag will be removed when #3236 issue is resolved."
99

1010
# One or more tracking issues related to the change
1111
issues: [3218]

0 commit comments

Comments
 (0)
Please sign in to comment.