-
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
upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1 #107565
upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1 #107565
Conversation
3a09679
to
31205dc
Compare
Awesome, thanks! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: apelisse, jiahuif, 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 |
to be appending instead of prepending.
@liggitt Actually, I forgot to update the integration test. We still need to update the test because the order in it was wrong. The test was written with no assumption about the order. Now that we fix the ordering issue, we should enforce it in the test as well. |
Yeah, reading the test, it looks like side-car was applied first and then nginx. So we should have nginx last which is what we have now. |
I see container env vars have the same merge strategy as init containers. Does this change address the ordering of both fields? |
Yes it does! Under the hood they are both using the list merge algorithm.
|
…f-#107565-upstream-release-1.23 Automated cherry pick of #107565: upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
…f-#107565-upstream-release-1.21 Automated cherry pick of #107565: upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
…f-#107565-upstream-release-1.22 Automated cherry pick of #107565: upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
/triage accepted |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR upgrade
sigs.k8s.io/structured-merge-diff/v4
v4.2.1Which issue(s) this PR fixes:
Fixes #104641
Replaces #105983
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig api-machinery