Skip to content

Commit

Permalink
chore: bump lvm2
Browse files Browse the repository at this point in the history
Pulls in fixes from siderolabs/pkgs#1034.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 20, 2024
1 parent 6484581 commit 32b5d01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-1-ga0c06c6

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.8.0
PKGS ?= v1.9.0-alpha.0-6-gca2e8c8
EXTRAS ?= v1.8.0

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
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 @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.49-talos"
DefaultKernelVersion = "6.6.52-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
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.8.0
v1.9.0-alpha.0-6-gca2e8c8

0 comments on commit 32b5d01

Please sign in to comment.