-
Notifications
You must be signed in to change notification settings - Fork 40.7k
[v1.16] Update github.com/evanphx/json-patch to e83c0a1c26c884f8ec4fb743f6db92a941f605f1 #92455
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
Conversation
…2a941f605f1 Signed-off-by: Hiroshi Muraoka <h.muraoka714@gmail.com>
@tapih: This cherry pick PR is for a release branch and has not yet been approved by Release Managers. To merge this cherry pick, it must first be approved ( AFTER it has been approved by code owners, please ping the kubernetes/release-managers team in a comment to request a cherry pick review. (For details on the patch release process and schedule, see the Patch Releases page.) 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. |
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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tapih The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
on review, the json-patch fix is not actually correct... opened evanphx/json-patch#108 |
/assign @cheftako |
/close in favor of #93813 which includes evanphx/json-patch#108 |
@liggitt: Closed this PR. In response to this:
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. |
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:
Backport of #92069 to the branch
release-1.16
.git cherry-pick
breaks the dependencies described ingo.mod
, so I simply executed the following commands instead:Does this PR introduce a user-facing change?:
/cc @liggitt