Skip to content

Commit

Permalink
feat: update Linux 6.1.73, go 1.21.6
Browse files Browse the repository at this point in the history
Latest Linux LTS.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 18, 2024
1 parent 0af17af commit d98699c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ NAME = Talos
CLOUD_IMAGES_EXTRA_ARGS ?= ""

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-1-g336d248
PKGS ?= v1.6.0-9-g8fa73db
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-2-g5e034ec
PKGS ?= v1.6.0-12-g0078a66
PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS)
EXTRAS ?= v1.6.0-1-g113887a
# renovate: datasource=github-tags depName=golang/go
Expand Down
5 changes: 2 additions & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ preface = """\
[notes.updates]
title = "Component Updates"
description = """\
Linux: 6.1.69
containerd: 1.7.11
Linux: 6.1.73
Talos is built with Go 1.21.5.
Talos is built with Go 1.21.6.
"""


Expand Down
4 changes: 2 additions & 2 deletions pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.1.69-talos"
DefaultKernelVersion = "6.1.73-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down Expand Up @@ -862,7 +862,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"

// GoVersion is the version of Go compiler this release was built with.
GoVersion = "go1.21.5 X:loopvar"
GoVersion = "go1.21.6 X:loopvar"

// 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.6.0-9-g8fa73db
v1.6.0-12-g0078a66

0 comments on commit d98699c

Please sign in to comment.