* [Buildroot] [PATCH v1 1/1] package/containerd: bump version to v1.7.14
@ 2024-03-31 6:59 Christian Stewart via buildroot
2024-04-01 13:11 ` Yann E. MORIN
0 siblings, 1 reply; 3+ messages in thread
From: Christian Stewart via buildroot @ 2024-03-31 6:59 UTC (permalink / raw)
To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni
Updates containerd to v1.7.14.
Highlights
Fix various timing issues with docker pusher
Register imagePullThroughput and count with MiB
Move high volume event logs to Trace level
Container Runtime Interface (CRI)
Handle pod transition states gracefully while listing pod stats
Runtime
Update runc-shim to process exec exits before init
https://github.com/containerd/containerd/releases/tag/1.7.14
Signed-off-by: Christian Stewart <christian@aperture.us>
---
package/containerd/containerd.hash | 2 +-
package/containerd/containerd.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/containerd/containerd.hash b/package/containerd/containerd.hash
index 25dc7ff55d..193003e5a3 100644
--- a/package/containerd/containerd.hash
+++ b/package/containerd/containerd.hash
@@ -1,3 +1,3 @@
# Computed locally
-sha256 ae2b914bff0ddbb9b29d5fc689a51e1ce89ea4edfc4df9ae10517c6f5d2d5aaf containerd-1.7.13.tar.gz
+sha256 ae55b25fb04b45dfbbde8280b034783a48ae7c40350d17fd272be5cbf0284cf1 containerd-1.7.14.tar.gz
sha256 4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4 LICENSE
diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
index 9bf51c93ae..81875f763c 100644
--- a/package/containerd/containerd.mk
+++ b/package/containerd/containerd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CONTAINERD_VERSION = 1.7.13
+CONTAINERD_VERSION = 1.7.14
CONTAINERD_SITE = $(call github,containerd,containerd,v$(CONTAINERD_VERSION))
CONTAINERD_LICENSE = Apache-2.0
CONTAINERD_LICENSE_FILES = LICENSE
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCH v1 1/1] package/containerd: bump version to v1.7.14
2024-03-31 6:59 [Buildroot] [PATCH v1 1/1] package/containerd: bump version to v1.7.14 Christian Stewart via buildroot
@ 2024-04-01 13:11 ` Yann E. MORIN
2024-04-28 19:36 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2024-04-01 13:11 UTC (permalink / raw)
To: Christian Stewart; +Cc: Thomas Petazzoni, buildroot
Christian, All,
On 2024-03-30 23:59 -0700, Christian Stewart via buildroot spake thusly:
> Updates containerd to v1.7.14.
>
> Highlights
>
> Fix various timing issues with docker pusher
> Register imagePullThroughput and count with MiB
> Move high volume event logs to Trace level
>
> Container Runtime Interface (CRI)
>
> Handle pod transition states gracefully while listing pod stats
>
> Runtime
>
> Update runc-shim to process exec exits before init
>
> https://github.com/containerd/containerd/releases/tag/1.7.14
>
> Signed-off-by: Christian Stewart <christian@aperture.us>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/containerd/containerd.hash | 2 +-
> package/containerd/containerd.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/containerd/containerd.hash b/package/containerd/containerd.hash
> index 25dc7ff55d..193003e5a3 100644
> --- a/package/containerd/containerd.hash
> +++ b/package/containerd/containerd.hash
> @@ -1,3 +1,3 @@
> # Computed locally
> -sha256 ae2b914bff0ddbb9b29d5fc689a51e1ce89ea4edfc4df9ae10517c6f5d2d5aaf containerd-1.7.13.tar.gz
> +sha256 ae55b25fb04b45dfbbde8280b034783a48ae7c40350d17fd272be5cbf0284cf1 containerd-1.7.14.tar.gz
> sha256 4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4 LICENSE
> diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
> index 9bf51c93ae..81875f763c 100644
> --- a/package/containerd/containerd.mk
> +++ b/package/containerd/containerd.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -CONTAINERD_VERSION = 1.7.13
> +CONTAINERD_VERSION = 1.7.14
> CONTAINERD_SITE = $(call github,containerd,containerd,v$(CONTAINERD_VERSION))
> CONTAINERD_LICENSE = Apache-2.0
> CONTAINERD_LICENSE_FILES = LICENSE
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/containerd: bump version to v1.7.14
2024-04-01 13:11 ` Yann E. MORIN
@ 2024-04-28 19:36 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-04-28 19:36 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: Thomas Petazzoni, Christian Stewart, buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Christian, All,
> On 2024-03-30 23:59 -0700, Christian Stewart via buildroot spake thusly:
>> Updates containerd to v1.7.14.
>>
>> Highlights
>>
>> Fix various timing issues with docker pusher
>> Register imagePullThroughput and count with MiB
>> Move high volume event logs to Trace level
>>
>> Container Runtime Interface (CRI)
>>
>> Handle pod transition states gracefully while listing pod stats
>>
>> Runtime
>>
>> Update runc-shim to process exec exits before init
>>
>> https://github.com/containerd/containerd/releases/tag/1.7.14
>>
>> Signed-off-by: Christian Stewart <christian@aperture.us>
> Applied to master, thanks.
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-28 19:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31 6:59 [Buildroot] [PATCH v1 1/1] package/containerd: bump version to v1.7.14 Christian Stewart via buildroot
2024-04-01 13:11 ` Yann E. MORIN
2024-04-28 19:36 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.