fix: check the value of the annotation to actually create the sidecar#1211
Open
dnitsch wants to merge 1 commit into
Open
fix: check the value of the annotation to actually create the sidecar#1211dnitsch wants to merge 1 commit into
dnitsch wants to merge 1 commit into
Conversation
Member
|
This is a breaking change since the existing behavior only requires that the annotation be set at all, not the specific value it has. At most, we can update the documentation to describe the behavior. |
Author
|
hi @enj, thanks for coming back on this. Sure that makes sense and a doc update would be good (happy to PR that, if you could send me the link to the source repo) Though, the object validation would fail if there is no (string) value for a given key on apply, right? Possibly, adding an empty Again I totally see where you are coming from about the breaking change - it's just that I can't see many people setting that value to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for Change:
#1210
Ensures annotation values are respected
Requirements
Issue Fixed:
Please answer the following questions with yes/no:
Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?
Notes for Reviewers: