File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed
Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525EMBED_TARGET ?= embed
2626
2727TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28- TOOLS ?= v1.12 .0-1-g188885e
28+ TOOLS ?= v1.13 .0-alpha.0
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.12 .0-6-gcd63cf9
30+ PKGS ?= v1.13 .0-alpha.0
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -24,14 +24,16 @@ CNI Plugins: 1.8.0
2424cryptsetup: 2.8.1
2525LVM2: 2_03_37
2626systemd-udevd: 257.8
27- runc: 1.3.2
27+ runc: 1.3.4
2828CoreDNS: 1.13.1
2929etcd: 3.6.6
3030Flannel: 0.27.4
3131Flannel CNI plugin: v1.8.0-flannel2
32- runc: 1.3.3
3332containerd: 2.1.5
3433
34+ > For Talos 1.13 only:
35+ > containerd: 2.2.0
36+
3537Talos is built with Go 1.25.4.
3638"""
3739
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type Versions struct {
3232// DefaultSandboxImage is defined as a constant in cri package of containerd, and it's not exported.
3333//
3434// The integration test verifies that our constant is accurate.
35- const DefaultSandboxImage = "registry.k8s.io/pause:3.10"
35+ const DefaultSandboxImage = "registry.k8s.io/pause:3.10.1 "
3636
3737// List returns default image versions.
3838func List (config config.Config ) Versions {
Original file line number Diff line number Diff line change @@ -561,10 +561,10 @@ const (
561561 TrustdUserID = 51
562562
563563 // DefaultContainerdVersion is the default container runtime version.
564- DefaultContainerdVersion = "2.1.5 "
564+ DefaultContainerdVersion = "2.2.0 "
565565
566566 // RuncVersion is the runc version.
567- RuncVersion = "1.3.3 "
567+ RuncVersion = "1.3.4 "
568568
569569 // SystemContainerdNamespace is the Containerd namespace for Talos services.
570570 SystemContainerdNamespace = "system"
Original file line number Diff line number Diff line change 1- v1.12 .0-6-gcd63cf9
1+ v1.13 .0-alpha.0
Original file line number Diff line number Diff line change 1- v1.12 .0-1-g188885e
1+ v1.13 .0-alpha.0
You can’t perform that action at this time.
0 commit comments