diff --git a/Makefile b/Makefile index 58c4340e0..b31b188f8 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ DOCKER_LOGIN_ENABLED ?= true NAME = Talos ARTIFACTS := _out -TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0-alpha.0-4-g1f26def -PKGS ?= v0.5.0-alpha.0-7-g98964cb -EXTRAS ?= v0.3.0-alpha.0-2-gcf3934a +TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0 +PKGS ?= v0.5.0 +EXTRAS ?= v0.3.0 GO_VERSION ?= 1.16 GOFUMPT_VERSION ?= v0.1.0 STRINGER_VERSION ?= v0.1.0 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index e8709dd9d..280288610 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -14,7 +14,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "5.10.28-talos" + DefaultKernelVersion = "5.10.29-talos" // KernelParamConfig is the kernel parameter name for specifying the URL. // to the config.