-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Update github.com/evanphx/json-patch to e83c0a1c26c884f8ec4fb743f6db9… #92069
Conversation
…2a941f605f1 Signed-off-by: Hiroshi Muraoka <h.muraoka714@gmail.com>
Hi @tapih. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@liggitt Could you review this PR ?? |
/ok-to-test |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, tapih The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thank you Jordan for looking into it |
/retest Review the full test history for this PR. Silence the bot with an |
See kubernetes/kubernetes#92069 Signed-off-by: Vince Prignano <vincepri@vmware.com>
See kubernetes/kubernetes#92069 Signed-off-by: Vince Prignano <vincepri@vmware.com>
@liggitt Was just wondering, is this going to be backported as well? Planning to cut |
This seems eligible to backport to me. @logicalhan or @tapih, can you open backports of this to 1.16-1.18 release branches for testing? |
Thanks! |
See kubernetes/kubernetes#92069 Signed-off-by: Vince Prignano <vincepri@vmware.com>
See kubernetes/kubernetes#92069 Signed-off-by: Vince Prignano <vincepri@vmware.com>
See kubernetes/kubernetes#92069 Signed-off-by: Vince Prignano <vincepri@vmware.com>
Signed-off-by: Hiroshi Muraoka h.muraoka714@gmail.com
What type of PR is this?
/kind bug
What this PR does / why we need it:
This PR fixes a bug that JSON patch with
kubectl apply
has exponential time complexity for the nesting depth of manifest.Which issue(s) this PR fixes:
Fixes #91615 .
Special notes for your reviewer:
The existing PR #91622 breaks the compatibility to conform to RFC6902 in this patch.
This PR takes an intermediate commit to avoid the compatibility break and fixes just #91615.
Does this PR introduce a user-facing change?: