Skip to content

Commit fddaa60

Browse files
committed
feat: update Linux, runc, containerd, go
Linux: 6.6.60 runc: 1.2.1 containerd: 2.0.0 go: 1.22.9 Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 88f861a commit fddaa60

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ ZSTD_COMPRESSION_LEVEL ?= 18
1717
CI_RELEASE_TAG := $(shell git log --oneline --format=%B -n 1 HEAD^2 -- 2>/dev/null | head -n 1 | sed -r "/^release\(.*\)/ s/^release\((.*)\):.*$$/\\1/; t; Q")
1818

1919
ARTIFACTS := _out
20-
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-2-g7719230
20+
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-3-g653182a
2121

2222
PKGS_PREFIX ?= ghcr.io/siderolabs
23-
PKGS ?= v1.8.0-24-ge72b2f4
23+
PKGS ?= v1.8.0-31-g9c80a4a
2424
EXTRAS ?= v1.8.0
2525

2626
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

hack/release.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
ignore_deps = ["github.com/coredns/coredns"]
88

99
# previous release
10-
previous = "v1.8.1"
10+
previous = "v1.8.2"
1111

1212
pre_release = false
1313

@@ -28,12 +28,11 @@ All other release assets can be downloaded from [Image Factory](https://www.talo
2828
[notes.updates]
2929
title = "Component Updates"
3030
description = """\
31-
Linux: 6.6.58
32-
containerd: 2.0.0-rc.6
33-
runc: 1.2.0
34-
Kubernetes: 1.31.2
31+
Linux: 6.6.60
32+
containerd: 2.0.0
33+
runc: 1.2.1
3534
36-
Talos is built with Go 1.22.8.
35+
Talos is built with Go 1.22.9.
3736
"""
3837

3938
[make_deps]

pkg/machinery/constants/constants.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.6.58-talos"
17+
DefaultKernelVersion = "6.6.60-talos"
1818

1919
// KernelModulesPath is the default path to the kernel modules without the kernel version.
2020
KernelModulesPath = "/lib/modules"
@@ -495,7 +495,7 @@ const (
495495
TrustdUserID = 51
496496

497497
// DefaultContainerdVersion is the default container runtime version.
498-
DefaultContainerdVersion = "2.0.0-rc.6"
498+
DefaultContainerdVersion = "2.0.0"
499499

500500
// SystemContainerdNamespace is the Containerd namespace for Talos services.
501501
SystemContainerdNamespace = "system"
@@ -971,7 +971,7 @@ const (
971971
DBusClientSocketPath = "/run/dbus/system_bus_socket"
972972

973973
// GoVersion is the version of Go compiler this release was built with.
974-
GoVersion = "go1.22.8"
974+
GoVersion = "go1.22.9"
975975

976976
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
977977
KubernetesTalosAPIServiceName = "talos"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.0-24-ge72b2f4
1+
v1.8.0-31-g9c80a4a

0 commit comments

Comments
 (0)