Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
TOOLS ?= v1.12.0-alpha.0-6-gc37ac80
PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.12.0-alpha.0-21-g122fa66
PKGS ?= v1.12.0-alpha.0-24-g0dae01a
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
GENERATE_VEX ?= latest

Expand Down
6 changes: 0 additions & 6 deletions hack/test/e2e-aws-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ function cloud_image_upload() {

CLOUD_IMAGES_EXTRA_ARGS=("--name-prefix=${1}-${RANDOM_SUFFIX}" "--target-clouds=aws" "--architectures=amd64" "--aws-regions=${REGION}")

case "${1}" in
talos-e2e-nvidia-oss-*)
CLOUD_IMAGES_EXTRA_ARGS+=("--aws-force-bios")
;;
esac

make cloud-images CLOUD_IMAGES_EXTRA_ARGS="${CLOUD_IMAGES_EXTRA_ARGS[*]}"
}

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.16.6-talos"
DefaultKernelVersion = "6.16.7-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
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.12.0-alpha.0-21-g122fa66
v1.12.0-alpha.0-24-g0dae01a
Loading