Skip to content

Commit

Permalink
feat: update Linux to 5.10.58 and many pkgs updates
Browse files Browse the repository at this point in the history
* util-linux: 2.37
* LibreSSL: 3.2.5
* linux-firmware: 20210716
* eudev: 3.2.10
* u-boot: 2021.07
* raspberrypi-firmware: 1.20210805

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Aug 16, 2021
1 parent 6ee690d commit 2108fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-3-g2368154
PKGS ?= v0.7.0-alpha.0-16-gda4ac04
PKGS ?= v0.7.0-alpha.0-24-g35b7e68
EXTRAS ?= v0.5.0-alpha.0-2-g8ce17e5
GO_VERSION ?= 1.16
GOFUMPT_VERSION ?= v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Expand Up @@ -13,7 +13,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.10.57-talos"
DefaultKernelVersion = "5.10.58-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down

0 comments on commit 2108fd7

Please sign in to comment.