diff mbox series

[v1,2/5] package/docker-containerd: bump to version 1.4.0

Message ID 20200913001659.472814-2-christian@paral.in
State Accepted
Headers show
Series [v1,1/5] package/runc: bump to version 1.0.0-rc92 | expand

Commit Message

Christian Stewart Sept. 13, 2020, 12:16 a.m. UTC
Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/docker-containerd/docker-containerd.hash | 4 ++--
 package/docker-containerd/docker-containerd.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Sept. 15, 2020, 6:52 p.m. UTC | #1
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > Signed-off-by: Christian Stewart <christian@paral.in>

Is this a dependency for the docker-cli / docker-engine bumps? From the
looks of it, it isn't?
Christian Stewart Sept. 15, 2020, 9:15 p.m. UTC | #2
Hi Peter,


On Tue, Sep 15, 2020, 11:52 AM Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
>
>  > Signed-off-by: Christian Stewart <christian@paral.in>
>
> Is this a dependency for the docker-cli / docker-engine bumps? From the
> looks of it, it isn't?
>

It's not necessarily a dependency but I cannot understand why you would
chose to not update it at the same time.

Best,
Christian
Peter Korsgaard Sept. 15, 2020, 9:30 p.m. UTC | #3
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > Hi Peter,
 > On Tue, Sep 15, 2020, 11:52 AM Peter Korsgaard <peter@korsgaard.com> wrote:

 >> >>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
 >> 
 >> > Signed-off-by: Christian Stewart <christian@paral.in>
 >> 
 >> Is this a dependency for the docker-cli / docker-engine bumps? From the
 >> looks of it, it isn't?
 >> 

 > It's not necessarily a dependency but I cannot understand why you would
 > chose to not update it at the same time.

Ehh, containerd 1.2.x -> 1.4.0 brings quite a lot of changes and new
code:

https://github.com/containerd/containerd/releases/tag/v1.4.0

So this is normally not something we do for the stable branches.
diff mbox series

Patch

diff --git a/package/docker-containerd/docker-containerd.hash b/package/docker-containerd/docker-containerd.hash
index 95288be58b..4b32d62649 100644
--- a/package/docker-containerd/docker-containerd.hash
+++ b/package/docker-containerd/docker-containerd.hash
@@ -1,3 +1,3 @@ 
 # Computed locally
-sha256	0811057ab67b78ce911416e793edaeb14b3f1e105d67b8e67b6302e0eab572e4  docker-containerd-1.2.13.tar.gz
-sha256 4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
+sha256	d6284c69e1933e4c05fe285feebef461efe8cd2030634dcf1cbdcde46abe86be  docker-containerd-1.4.0.tar.gz
+sha256	4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
diff --git a/package/docker-containerd/docker-containerd.mk b/package/docker-containerd/docker-containerd.mk
index 904fa424b8..67060e3ff6 100644
--- a/package/docker-containerd/docker-containerd.mk
+++ b/package/docker-containerd/docker-containerd.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-DOCKER_CONTAINERD_VERSION = 1.2.13
+DOCKER_CONTAINERD_VERSION = 1.4.0
 DOCKER_CONTAINERD_SITE = $(call github,containerd,containerd,v$(DOCKER_CONTAINERD_VERSION))
 DOCKER_CONTAINERD_LICENSE = Apache-2.0
 DOCKER_CONTAINERD_LICENSE_FILES = LICENSE