feat: containerd 1.6.7, Flannel 1.19.1

See

* https://github.com/flannel-io/flannel/releases/tag/v0.19.1
* https://github.com/containerd/containerd/releases/tag/v1.6.7

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov
2022-08-05 19:36:40 +04:00
parent e97b9f6d3e
commit 856beb21cc
5 changed files with 6 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0-6-gcd35510
PKGS ?= v1.2.0-alpha.0-25-g6feece4
PKGS ?= v1.2.0-alpha.0-26-g360d596
EXTRAS ?= v1.2.0-alpha.0-2-gda35a63
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11

View File

@@ -92,6 +92,8 @@ vlan=eth1.5:eth1 ip=172.20.0.2::172.20.0.1:255.255.255.0::eth1.5:::::
title = "Component Updates"
description="""\
* Linux: 5.15.58
* Flannel 0.19.1
* containerd 1.16.7
Talos is built with Go 1.19.
"""

View File

@@ -37,7 +37,7 @@ func List(config config.Provider) Versions {
images.Etcd = config.Cluster().Etcd().Image()
images.CoreDNS = config.Cluster().CoreDNS().Image()
images.Flannel = "ghcr.io/siderolabs/flannel:v0.18.1" // mirrored from docker.io/flannelcni/flannel
images.Flannel = "ghcr.io/siderolabs/flannel:v0.19.1" // mirrored from docker.io/flannelcni/flannel
images.FlannelCNI = fmt.Sprintf("ghcr.io/siderolabs/install-cni:%s", version.ExtrasVersion)
images.Kubelet = config.Machine().Kubelet().Image()
images.KubeAPIServer = config.Cluster().APIServer().Image()

View File

@@ -410,7 +410,7 @@ const (
TrustdUserID = 51
// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "1.6.6"
DefaultContainerdVersion = "1.6.7"
// SystemContainerdNamespace is the Containerd namespace for Talos services.
SystemContainerdNamespace = "system"

View File

@@ -1 +1 @@
v1.2.0-alpha.0-25-g6feece4
v1.2.0-alpha.0-26-g360d596