-
Notifications
You must be signed in to change notification settings - Fork 372
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
Bump containerd to 1.7.7 #3567
Bump containerd to 1.7.7 #3567
Conversation
@ncopa To which release branches this should be backported? Once you figure that out, could you add the necessary labels for the automation? |
b828686
to
0a5066f
Compare
Rebased to pick up CI fixes and added labels. |
https://github.com/containerd/containerd/releases/tag/v1.7.7 Signed-off-by: Natanael Copa <[email protected]>
0a5066f
to
e0c1fbe
Compare
Rebased to resolve merge conflicts. |
Signed-off-by: Tom Wieczorek <[email protected]>
Backport failed for Please cherry-pick the changes locally. git fetch origin release-1.27
git worktree add -d .worktree/backport-3567-to-release-1.27 origin/release-1.27
cd .worktree/backport-3567-to-release-1.27
git checkout -b backport-3567-to-release-1.27
ancref=$(git merge-base c43f019f01eb5e78a4dcf595675c948c8cf0bfec 786e19d01c323e8704df1fe110d6d283fbeb7214)
git cherry-pick -x $ancref..786e19d01c323e8704df1fe110d6d283fbeb7214 |
Backport failed for Please cherry-pick the changes locally. git fetch origin release-1.28
git worktree add -d .worktree/backport-3567-to-release-1.28 origin/release-1.28
cd .worktree/backport-3567-to-release-1.28
git checkout -b backport-3567-to-release-1.28
ancref=$(git merge-base c43f019f01eb5e78a4dcf595675c948c8cf0bfec 786e19d01c323e8704df1fe110d6d283fbeb7214)
git cherry-pick -x $ancref..786e19d01c323e8704df1fe110d6d283fbeb7214 |
https://github.com/containerd/containerd/releases/tag/v1.7.7
Description
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist: