mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 03:03:20 +00:00
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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.2.0-alpha.0-25-g6feece4
|
||||
v1.2.0-alpha.0-26-g360d596
|
||||
Reference in New Issue
Block a user