diff --git a/Makefile b/Makefile index 57fd57980..25b74c830 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ EMBED_TARGET ?= embed TOOLS_PREFIX ?= ghcr.io/siderolabs/tools TOOLS ?= v1.13.0-alpha.0-16-g9de9770 PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.13.0-alpha.0-63-g830fbac +PKGS ?= v1.13.0-alpha.0-64-gb7c7ab2 GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex GENERATE_VEX ?= latest diff --git a/hack/release.toml b/hack/release.toml index 4e9237167..0f8c1e344 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -18,7 +18,7 @@ preface = """ [notes.updates] title = "Component Updates" description = """\ -Linux: 6.18.14 +Linux: 6.18.15 containerd: 2.2.1 etcd: 3.6.8 CoreDNS: 1.14.1 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index d01fb6493..f9d7b52d5 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 = "6.18.14-talos" + DefaultKernelVersion = "6.18.15-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 65bacdeaf..f285f254b 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.13.0-alpha.0-63-g830fbac \ No newline at end of file +v1.13.0-alpha.0-64-gb7c7ab2 \ No newline at end of file