diff --git a/Makefile b/Makefile index 4f573a6ab..acd0f940a 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ DOCKER_LOGIN_ENABLED ?= true NAME = Talos ARTIFACTS := _out -TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-10-g8c1f801 -PKGS ?= v1.1.0-alpha.0-29-gfe7c46f +TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-13-gd229fe1 +PKGS ?= v1.1.0-alpha.0-32-ge22317d EXTRAS ?= v1.1.0-alpha.0-1-gac3b9a4 GO_VERSION ?= 1.18 GOIMPORTS_VERSION ?= v0.1.10 diff --git a/hack/release.toml b/hack/release.toml index 3306f22f8..ca45457e4 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -24,7 +24,7 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay [notes.updates] title = "Component Updates" description="""\ -* Linux: 5.15.35 +* Linux: 5.15.36 * Kubernetes: 1.24.0-rc.0 * Flannel: 0.17.0 * runc: 1.1.1 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index caadea8d5..7a07fa882 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -13,7 +13,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "5.15.35-talos" + DefaultKernelVersion = "5.15.36-talos" // KernelParamConfig is the kernel parameter name for specifying the URL. // to the config. diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index 0f59ba5a1..6b9a1c31e 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.1.0-alpha.0-29-gfe7c46f \ No newline at end of file +v1.1.0-alpha.0-32-ge22317d \ No newline at end of file