Skip to content

Commit 996d97d

Browse files
committed
chore: update pkgs
Update pkgs to next release version Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent bbf860c commit 996d97d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.11.0-2-g8556c73
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.11.0-18-g1a25681
30+
PKGS ?= v1.11.0-21-gf95c679
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.12.45-talos"
17+
DefaultKernelVersion = "6.12.48-talos"
1818

1919
// KernelParamConfig is the kernel parameter name for specifying the URL.
2020
// to the config.

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.0-18-g1a25681
1+
v1.11.0-21-gf95c679

0 commit comments

Comments
 (0)