-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release-1.32] OCPBUGS-48198: Cherry-pick changes from containers/storage project #8903
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
[release-1.32] OCPBUGS-48198: Cherry-pick changes from containers/storage project #8903
Conversation
/cc @cri-o/cri-o-maintainers |
@kwilczynski: This pull request references Jira Issue OCPBUGS-48198, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
The upstream project pulled the release v1.6.1, which was allegedly incorectly released. The new version has been released in liu of the one that has been pulled. Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
467c0bc
to
ad7c578
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.32 #8903 +/- ##
=============================================
Coverage 47.08% 47.08%
=============================================
Files 154 154
Lines 22138 22138
=============================================
Hits 10424 10424
Misses 10645 10645
Partials 1069 1069 |
/retest |
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8867 See cri-o#8868 See cri-o#8902 See cri-o#8903 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
…a191585accdedc6e382 See cri-o/cri-o#8867 See cri-o/cri-o#8868 See cri-o/cri-o#8902 See cri-o/cri-o#8903 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8867 See cri-o#8868 See cri-o#8902 See cri-o#8903 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Cherry-pick the following changes: - containers/storage/pull#2162 - containers/storage/pull#2185 Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
ad7c578
to
890c75c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, sohankunkerkar 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 |
22a9592
into
cri-o:release-1.32
@kwilczynski: Jira Issue OCPBUGS-48198: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-48198 has not been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
What type of PR is this?
/kind bug
/assign kwilczynski
What this PR does / why we need it:
Manually cherry-pick changes from containers/storage project.
These changes carry fixes that need to be backported to CRI-O.
Related:
Note
This cherry-pick brings the following changes as a dependency:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?