diff --git a/Makefile b/Makefile index 20141833b3..9f4dd32f55 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-1-g10b2a69 PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.7.0-2-g6101299 +PKGS ?= v1.7.0-5-gb7f1920 EXTRAS ?= v1.7.0-1-gbb76755 PKG_FHS ?= $(PKGS_PREFIX)/fhs:$(PKGS) diff --git a/hack/release.toml b/hack/release.toml index f806f34a7c..6a12350d5f 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -17,10 +17,10 @@ preface = """\ [notes.updates] title = "Component Updates" description = """\ -Linux: 6.6.24 +Linux: 6.6.26 etcd: 3.5.11 Kubernetes: 1.30.0-rc.1 -containerd: 1.7.14 +containerd: 1.7.15 runc: 1.1.12 Flannel: 0.24.4 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index a33e3c728a..6c8349ed1f 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 = "6.6.24-talos" + DefaultKernelVersion = "6.6.26-talos" // KernelModulesPath is the default path to the kernel modules without the kernel version. KernelModulesPath = "/lib/modules" @@ -477,7 +477,7 @@ const ( TrustdUserID = 51 // DefaultContainerdVersion is the default container runtime version. - DefaultContainerdVersion = "1.7.14" + DefaultContainerdVersion = "1.7.15" // SystemContainerdNamespace is the Containerd namespace for Talos services. SystemContainerdNamespace = "system" diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index dd12ac5ac8..b6af11d27f 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.7.0-2-g6101299 \ No newline at end of file +v1.7.0-5-gb7f1920 \ No newline at end of file