Skip to content

Commit ab14975

Browse files
committed
chore: update tools/pkgs to 1.13.0-alpha.0
Also pulls in runc 1.3.4. Clean up image tags in Talos `main`. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 87ff9f8 commit ab14975

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525
EMBED_TARGET ?= embed
2626

2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28-
TOOLS ?= v1.12.0-1-g188885e
28+
TOOLS ?= v1.13.0-alpha.0
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-6-gcd63cf9
30+
PKGS ?= v1.13.0-alpha.0
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ CNI Plugins: 1.8.0
2424
cryptsetup: 2.8.1
2525
LVM2: 2_03_37
2626
systemd-udevd: 257.8
27-
runc: 1.3.2
27+
runc: 1.3.4
2828
CoreDNS: 1.13.1
2929
etcd: 3.6.6
3030
Flannel: 0.27.4
3131
Flannel CNI plugin: v1.8.0-flannel2
32-
runc: 1.3.3
3332
containerd: 2.1.5
3433
34+
> For Talos 1.13 only:
35+
> containerd: 2.2.0
36+
3537
Talos is built with Go 1.25.4.
3638
"""
3739

pkg/images/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3838
func List(config config.Config) Versions {

pkg/machinery/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-6-gcd63cf9
1+
v1.13.0-alpha.0

pkg/machinery/gendata/data/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-1-g188885e
1+
v1.13.0-alpha.0

0 commit comments

Comments
 (0)