diff --git a/Makefile b/Makefile index 7cbf8b761..d3f9002b8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ NAME = Talos ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-7-g718ec10 -PKGS ?= v1.1.0-alpha.0-20-g415020f +PKGS ?= v1.1.0-alpha.0-21-gff13660 EXTRAS ?= v1.1.0-alpha.0 GO_VERSION ?= 1.18 GOIMPORTS_VERSION ?= v0.1.10 diff --git a/hack/release.toml b/hack/release.toml index 5826658f3..9e5a0cdcf 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -18,6 +18,7 @@ preface = """\ [notes.updates] title = "Component Updates" description="""\ +* Linux: 5.15.33 * Kubernetes: 1.24.0-beta.0 * Flannel: 0.17.0 * runc: 1.1.1 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 23206afb6..af6f66322 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.32-talos" + DefaultKernelVersion = "5.15.33-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 f8890b36b..21df5b14d 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.1.0-alpha.0-20-g415020f \ No newline at end of file +v1.1.0-alpha.0-21-gff13660 \ No newline at end of file