pkg(containerd): update to 1.6.15#70
Merged
crazy-max merged 1 commit intodocker:mainfrom Jan 11, 2023
Merged
Conversation
release notes: https://github.com/containerd/containerd/releases/tag/v1.6.15 > Welcome to the v1.6.15 release of containerd! > > The fifteenth patch release for containerd 1.6 fixes an issue with CNI in the CRI plugin > > Notable Updates > > - Fix no CNI info for pod sandbox on restart in CRI plugin full diff: containerd/containerd@v1.6.14...v1.6.15 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
commented
Jan 10, 2023
| # Sets the containerd ref. | ||
| variable "CONTAINERD_REF" { | ||
| default = "v1.6.14" | ||
| default = "v1.6.15" |
Member
Author
There was a problem hiding this comment.
It's a bit confusing that we have a default both in the makefile and in the bake file 🤔
Member
There was a problem hiding this comment.
Agree, since docker/buildx#1449 we could just set default: null.
Also #73 should be merged first as we should always build from default branch imo. Let me know what you think.
crazy-max
approved these changes
Jan 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
release notes: https://github.com/containerd/containerd/releases/tag/v1.6.15
full diff: containerd/containerd@v1.6.14...v1.6.15