Skip to content

Commit

Permalink
feat: update Linux, runc, containerd, go
Browse files Browse the repository at this point in the history
Linux: 6.6.60
runc: 1.2.1
containerd: 2.0.0
go: 1.22.9

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Nov 13, 2024
1 parent 88f861a commit fddaa60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ZSTD_COMPRESSION_LEVEL ?= 18
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")

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

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.8.0-24-ge72b2f4
PKGS ?= v1.8.0-31-g9c80a4a
EXTRAS ?= v1.8.0

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
11 changes: 5 additions & 6 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
ignore_deps = ["github.com/coredns/coredns"]

# previous release
previous = "v1.8.1"
previous = "v1.8.2"

pre_release = false

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

[make_deps]
Expand Down
6 changes: 3 additions & 3 deletions pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.58-talos"
DefaultKernelVersion = "6.6.60-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down Expand Up @@ -495,7 +495,7 @@ const (
TrustdUserID = 51

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "2.0.0-rc.6"
DefaultContainerdVersion = "2.0.0"

// SystemContainerdNamespace is the Containerd namespace for Talos services.
SystemContainerdNamespace = "system"
Expand Down Expand Up @@ -971,7 +971,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"

// GoVersion is the version of Go compiler this release was built with.
GoVersion = "go1.22.8"
GoVersion = "go1.22.9"

// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
KubernetesTalosAPIServiceName = "talos"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0-24-ge72b2f4
v1.8.0-31-g9c80a4a

0 comments on commit fddaa60

Please sign in to comment.