feat: update containerd to 1.6.20
See https://github.com/containerd/containerd/releases/tag/v1.6.20 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
aa14993539
commit
b8497b99eb
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0
|
||||
PKGS ?= v1.4.0
|
||||
PKGS ?= v1.4.0-1-gaadb943
|
||||
EXTRAS ?= v1.4.0
|
||||
# renovate: datasource=github-tags depName=golang/go
|
||||
GO_VERSION ?= 1.20
|
||||
|
@ -19,7 +19,7 @@ preface = """\
|
||||
title = "Component Updates"
|
||||
description="""\
|
||||
* Linux: 6.1.22
|
||||
* containerd: v1.6.19
|
||||
* containerd: v1.6.20
|
||||
* runc: v1.1.5
|
||||
* Kubernetes: v1.27.0-rc.0
|
||||
* etcd: v3.5.7
|
||||
|
@ -442,7 +442,7 @@ const (
|
||||
TrustdUserID = 51
|
||||
|
||||
// DefaultContainerdVersion is the default container runtime version.
|
||||
DefaultContainerdVersion = "1.6.19"
|
||||
DefaultContainerdVersion = "1.6.20"
|
||||
|
||||
// SystemContainerdNamespace is the Containerd namespace for Talos services.
|
||||
SystemContainerdNamespace = "system"
|
||||
|
@ -1 +1 @@
|
||||
v1.4.0
|
||||
v1.4.0-1-gaadb943
|
Loading…
Reference in New Issue
Block a user