File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
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-6-gdc37e09
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.12.0-35-g15d5d78
30+ PKGS ?= v1.12.0-39-gb1fc4c6
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.12.2 "
10+ previous = " v1.12.3 "
1111
1212pre_release = false
1313
@@ -18,7 +18,7 @@ preface = """
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description = """ \
21- Linux: 6.18.8
21+ Linux: 6.18.9
2222
2323Talos is built with Go 1.25.7.
2424"""
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.18.8 -talos"
17+ DefaultKernelVersion = "6.18.9 -talos"
1818
1919 // KernelParamConfig is the kernel parameter name for specifying the URL.
2020 // to the config.
Original file line number Diff line number Diff line change 1- v1.12.0-35-g15d5d78
1+ v1.12.0-39-gb1fc4c6
You can’t perform that action at this time.
0 commit comments