-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix: trigger refresh on changed ignoreDifferences #12607
fix: trigger refresh on changed ignoreDifferences #12607
Conversation
Signed-off-by: Michael Crenshaw <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #12607 +/- ##
=======================================
Coverage 49.25% 49.25%
=======================================
Files 251 251
Lines 43521 43525 +4
=======================================
+ Hits 21438 21440 +2
- Misses 19949 19951 +2
Partials 2134 2134
☔ View full report in Codecov by Sentry. |
…-ignore-differences Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
…-ignore-differences Signed-off-by: Michael Crenshaw <[email protected]>
Because this PR contains a CRD change, I'm not sure whether we should cherry-pick it except for the upcoming 2.7 release. Personally, I would expect patch releases not to touch any CRDs or deployment manifests (with certain exceptions). |
@jannfis agreed, dropped the cherry-pick comments. LGTY otherwise? |
…-ignore-differences Signed-off-by: Michael Crenshaw <[email protected]>
/cherry-pick release-2.8 |
…-ignore-differences Signed-off-by: Michael Crenshaw <[email protected]>
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.
LGTM!
* fix: trigger refresh on changed ignoreDifferences Signed-off-by: Michael Crenshaw <[email protected]> * make the tests mean things Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
* fix: trigger refresh on changed ignoreDifferences * make the tests mean things --------- Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
* fix: trigger refresh on changed ignoreDifferences Signed-off-by: Michael Crenshaw <[email protected]> * make the tests mean things Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
* fix: trigger refresh on changed ignoreDifferences Signed-off-by: Michael Crenshaw <[email protected]> * make the tests mean things Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
Fixes #12610
Tested locally and confirmed I can't reproduce the reported issue.