-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate label flag and Align label filter flag with attribute filter flag name #3232
Deprecate label flag and Align label filter flag with attribute filter flag name #3232
Conversation
Signed-off-by: root <[email protected]>
@@ -0,0 +1,16 @@ | |||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | |||
change_type: enhancement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
component: operator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: "Depreceate label flag and align label filter flag with attribute filter flag name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please explicitly mention the deprecated flag and the new flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention when the deprecated flag will be removed and create a ticket for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pavolloffay Thank you for your review!
Do you know when the deprecated flag will be removed? Is there an exact version or something like that?
Or should I just say it will be removed when the new ticket #XXXXX is resolved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we can do the latter and just create an issue for remove the deprecated flag after N versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explicitly mentioning the flags
Created new issue #3236 and also mentioning that in the note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pavolloffay @jaronoff97
Let me know if I still need to modify something
…y-operator into 3218-align-label-filter-flag
… in changelog and follow-up issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidhaja one last thing... can you update the e2e workflow to use this?
…y-operator into 3218-align-label-filter-flag
@jaronoff97 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Thank you for your contribution! 🙇 |
Signed-off-by: dhaja [email protected]
Description:
Deprecating label flag and introducing labels-filter flag to align the label filtering flag with attribute filter flag name.
Using the label filters both from label and labels-filter flags, until label flag is removed.
Link to tracking Issue(s): 3218
Testing: N/A
Documentation: N/A