-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update c/common to v0.53.0 #6843
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 c/common to v0.53.0 #6843
Conversation
This fixes the umask `0` bug because it contains: containers/common#1421 Signed-off-by: Sascha Grunert <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6843 +/- ##
=======================================
Coverage 49.71% 49.72%
=======================================
Files 127 127
Lines 14982 14982
=======================================
+ Hits 7449 7450 +1
+ Misses 6646 6645 -1
Partials 887 887 |
|
/lgtm |
|
@haircommander: once the present PR merges, I will cherry-pick it on top of release-1.27 in a new PR and assign it to you. DetailsIn 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. |
|
/test ci-e2e-conmonrs |
|
/retest |
1 similar comment
|
/retest |
|
/override ci/prow/e2e-gcp-ovn |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/e2e-gcp-ovn DetailsIn 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. |
|
/retest |
1 similar comment
|
/retest |
|
/override ci/prow/ci-cgroupv2-integration |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-cgroupv2-integration, ci/prow/ci-fedora-critest, ci/prow/ci-rhel-critest DetailsIn 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. |
|
/override ci/prow/ci-fedora-integration |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-fedora-integration, ci/prow/e2e-aws-ovn DetailsIn 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. |
|
/override ci/prow/ci-fedora-integration |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-fedora-integration DetailsIn 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. |
|
@haircommander: new pull request created: #6851 DetailsIn 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. |
|
/cherry-pick release-1.26 |
1 similar comment
|
/cherry-pick release-1.26 |
|
@saschagrunert: cannot fork cri-o/cri-o: cannot fork cri-o/cri-o: status code 500 not one of [202], body: DetailsIn 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. |
|
/cherry-pick release-1.26 |
|
@saschagrunert: cannot fork cri-o/cri-o: cannot fork cri-o/cri-o: status code 500 not one of [202], body: DetailsIn 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. |
|
@saschagrunert: cannot fork cri-o/cri-o: cannot fork cri-o/cri-o: status code 500 not one of [202], body: DetailsIn 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This fixes the umask
0bug because it contains: containers/common#1421Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?