File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
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.11.0-4-g05ee846
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.11.0-28-g81fd82c
30+ PKGS ?= v1.11.0-29-gaee690b
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77ignore_deps = [" github.com/coredns/coredns" ]
88
99# previous release
10- previous = " v1.11.3 "
10+ previous = " v1.11.4 "
1111
1212pre_release = false
1313
@@ -18,9 +18,7 @@ preface = """
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description = """ \
21- runc: 1.3.3
22- Linux: 6.12.57
23- linux-firmware: 20251021
21+ containerd: 2.1.5
2422
2523Talos is built with Go 1.24.9.
2624"""
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ const (
551551 TrustdUserID = 51
552552
553553 // DefaultContainerdVersion is the default container runtime version.
554- DefaultContainerdVersion = "2.1.4 "
554+ DefaultContainerdVersion = "2.1.5 "
555555
556556 // RuncVersion is the runc version.
557557 RuncVersion = "1.3.3"
Original file line number Diff line number Diff line change 1- v1.11.0-28-g81fd82c
1+ v1.11.0-29-gaee690b
You can’t perform that action at this time.
0 commit comments