Skip to content

Commit

Permalink
fix: bump pkgs for new kernel 5.10.52
Browse files Browse the repository at this point in the history
This PR pulls in new pkgs to ensure we're patched against CVE-2021-33909

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
  • Loading branch information
rsmitty authored and talos-bot committed Jul 22, 2021
1 parent 70d2505 commit 7332d63
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 @@ -11,7 +11,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-2-g7172a5d
PKGS ?= v0.7.0-alpha.0-6-g65159fb
PKGS ?= v0.7.0-alpha.0-7-g7b6cc05
EXTRAS ?= v0.5.0-alpha.0-1-g4957f3c
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.45-talos"
DefaultKernelVersion = "5.10.52-talos"

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

0 comments on commit 7332d63

Please sign in to comment.