Skip to content

Commit

Permalink
feat: update Linux to 6.1.7
Browse files Browse the repository at this point in the history
Bring in latest pkgs/tools.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 25, 2023
1 parent 006449e commit e3da475
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0-alpha.0-5-g763c1d9
PKGS ?= v1.4.0-alpha.0-11-ge561dcb
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0-alpha.0-11-g28d4a57
PKGS ?= v1.4.0-alpha.0-18-g987d24a
EXTRAS ?= v1.4.0-alpha.0-2-g8cb4792
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.19
Expand Down
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 6.1.4
* containerd: v1.6.14
* Linux: 6.1.7
* containerd: v1.6.15
* Kubernetes: v1.26.1
* etcd: v3.5.7
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 @@ -13,7 +13,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.1.4-talos"
DefaultKernelVersion = "6.1.7-talos"

// DefaultKernelModulesPath is the default path to the kernel modules.
DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion
Expand Down Expand Up @@ -429,7 +429,7 @@ const (
TrustdUserID = 51

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "1.6.14"
DefaultContainerdVersion = "1.6.15"

// SystemContainerdNamespace is the Containerd namespace for Talos services.
SystemContainerdNamespace = "system"
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.4.0-alpha.0-11-ge561dcb
v1.4.0-alpha.0-18-g987d24a

0 comments on commit e3da475

Please sign in to comment.