File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
provision/providers/vm/internal/ipxe/data/ipxe Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828TOOLS ?= v1.12.0-alpha.0-16-ga08cc1f
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.12.0-alpha.0-45-gda97c36
30+ PKGS ?= v1.12.0-alpha.0-48-g70404aa
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ preface = """
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description = """ \
21- Linux: 6.17.5
21+ Linux: 6.17.7
2222Kubernetes: 1.35.0-alpha.2
2323CNI Plugins: 1.8.0
2424cryptsetup: 2.8.1
@@ -28,7 +28,8 @@ runc: 1.3.2
2828CoreDNS: 1.13.0
2929etcd: 3.6.5
3030Flannel: 0.27.4
31- Flannel CNI plugin: v1.8.0-flannel1
31+ Flannel CNI plugin: v1.8.0-flannel2
32+ runc: 1.3.3
3233
3334Talos is built with Go 1.25.3.
3435"""
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515const (
1616 // DefaultKernelVersion is the default Linux kernel version.
17- DefaultKernelVersion = "6.17.5 -talos"
17+ DefaultKernelVersion = "6.17.7 -talos"
1818
1919 // KernelParamConfig is the kernel parameter name for specifying the URL.
2020 // to the config.
@@ -564,7 +564,7 @@ const (
564564 DefaultContainerdVersion = "2.1.4"
565565
566566 // RuncVersion is the runc version.
567- RuncVersion = "1.3.2 "
567+ RuncVersion = "1.3.3 "
568568
569569 // SystemContainerdNamespace is the Containerd namespace for Talos services.
570570 SystemContainerdNamespace = "system"
Original file line number Diff line number Diff line change 1- v1.12.0-alpha.0-45-gda97c36
1+ v1.12.0-alpha.0-48-g70404aa
You can’t perform that action at this time.
0 commit comments