Skip to content

Commit

Permalink
chore: bump kernel and runc
Browse files Browse the repository at this point in the history
Bump kernel to [5.15.39](siderolabs/pkgs#476)
Bump runc to [v1.1.2](siderolabs/pkgs#473)

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed May 12, 2022
1 parent 8d9b0cd commit 166d258
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-17-g967ebd9
PKGS ?= v1.1.0-alpha.0-38-g91bb939
PKGS ?= v1.1.0-alpha.0-41-g7add479
EXTRAS ?= v1.1.0-alpha.0-2-ga77a6f4
GO_VERSION ?= 1.18
GOIMPORTS_VERSION ?= v0.1.10
Expand Down
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.38
* Linux: 5.15.39
* Containerd: v1.6.4
* Kubernetes: 1.24.0
* Flannel: 0.17.0
* runc: 1.1.1
* runc: 1.1.2
* CoreDNS: v1.9.2
Talos is built with Go 1.18.2
Expand Down
2 changes: 1 addition & 1 deletion 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 = "5.15.38-talos"
DefaultKernelVersion = "5.15.39-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
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.1.0-alpha.0-38-g91bb939
v1.1.0-alpha.0-41-g7add479

0 comments on commit 166d258

Please sign in to comment.