Skip to content

Commit 288f638

Browse files
committed
feat: bump deps
Bump dependencies. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent b66482c commit 288f638

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.12.0-alpha.0-16-ga08cc1f
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-43-gb535af8
30+
PKGS ?= v1.12.0-alpha.0-45-gda97c36
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
Linux: 6.17.4
21+
Linux: 6.17.5
2222
Kubernetes: 1.35.0-alpha.2
2323
CNI Plugins: 1.8.0
2424
cryptsetup: 2.8.1

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.17.4-talos"
17+
DefaultKernelVersion = "6.17.5-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.12.0-alpha.0-43-gb535af8
1+
v1.12.0-alpha.0-45-gda97c36

0 commit comments

Comments
 (0)