File tree 4 files changed +11
-12
lines changed 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ ZSTD_COMPRESSION_LEVEL ?= 18
17
17
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")
18
18
19
19
ARTIFACTS := _out
20
- TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-2-g7719230
20
+ TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-3-g653182a
21
21
22
22
PKGS_PREFIX ?= ghcr.io/siderolabs
23
- PKGS ?= v1.8.0-24-ge72b2f4
23
+ PKGS ?= v1.8.0-31-g9c80a4a
24
24
EXTRAS ?= v1.8.0
25
25
26
26
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
7
7
ignore_deps = [" github.com/coredns/coredns" ]
8
8
9
9
# previous release
10
- previous = " v1.8.1 "
10
+ previous = " v1.8.2 "
11
11
12
12
pre_release = false
13
13
@@ -28,12 +28,11 @@ All other release assets can be downloaded from [Image Factory](https://www.talo
28
28
[notes .updates ]
29
29
title = " Component Updates"
30
30
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
35
34
36
- Talos is built with Go 1.22.8 .
35
+ Talos is built with Go 1.22.9 .
37
36
"""
38
37
39
38
[make_deps ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
const (
16
16
// DefaultKernelVersion is the default Linux kernel version.
17
- DefaultKernelVersion = "6.6.58 -talos"
17
+ DefaultKernelVersion = "6.6.60 -talos"
18
18
19
19
// KernelModulesPath is the default path to the kernel modules without the kernel version.
20
20
KernelModulesPath = "/lib/modules"
@@ -495,7 +495,7 @@ const (
495
495
TrustdUserID = 51
496
496
497
497
// DefaultContainerdVersion is the default container runtime version.
498
- DefaultContainerdVersion = "2.0.0-rc.6 "
498
+ DefaultContainerdVersion = "2.0.0"
499
499
500
500
// SystemContainerdNamespace is the Containerd namespace for Talos services.
501
501
SystemContainerdNamespace = "system"
@@ -971,7 +971,7 @@ const (
971
971
DBusClientSocketPath = "/run/dbus/system_bus_socket"
972
972
973
973
// GoVersion is the version of Go compiler this release was built with.
974
- GoVersion = "go1.22.8 "
974
+ GoVersion = "go1.22.9 "
975
975
976
976
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
977
977
KubernetesTalosAPIServiceName = "talos"
Original file line number Diff line number Diff line change 1
- v1.8.0-24-ge72b2f4
1
+ v1.8.0-31-g9c80a4a
You can’t perform that action at this time.
0 commit comments