Skip to content

Commit

Permalink
feat: update pkgs - Linux 5.15.4, LibreSSL 3.2.7
Browse files Browse the repository at this point in the history
PRs:

* siderolabs/pkgs#360
* siderolabs/pkgs#361

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Nov 25, 2021
1 parent d5cbc36 commit e6d0074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-alpha.0-5-g96e0231
PKGS ?= v0.9.0-alpha.0-18-gca30b50
PKGS ?= v0.9.0-alpha.0-20-gd385e24
EXTRAS ?= v0.7.0-alpha.0-1-g2bb2efc
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
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.1-talos"
DefaultKernelVersion = "5.15.4-talos"

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

0 comments on commit e6d0074

Please sign in to comment.