-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Add json-patch v4 compatibility test #132499
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
Add json-patch v4 compatibility test #132499
Conversation
This comes up periodically; bumping to v5 introduces issues with replace operations in JSON patches. k/k relies on non-RFC-compliant operations which v5 no longer allows. Signed-off-by: Stephen Kitt <[email protected]>
@liggitt: The label(s) 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-sigs/prow repository. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
/kind bug |
/approve |
LGTM label has been added. Git tree hash: 0b9e85a1f6b09be4a7a81c9d0481e73349b6f74a
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, dims, liggitt 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 |
What type of PR is this?
/kind test
What this PR does / why we need it:
Marks json-patch v5 as an unwanted dependency update due to compatibility issues, and adds a unit test demonstrating currently allowed (out-of-spec) behavior that v4 allows which v5 breaks.
Which issue(s) this PR is related to:
xref
Special notes for your reviewer:
Includes / updates #129988
Does this PR introduce a user-facing change?
/sig architecture
/sig api-machinery
/cc @dims @skitt