Skip to content

Commit a3aa099

Browse files
committed
feat: update Flannel to 0.26.4
See https://github.com/flannel-io/flannel/releases/tag/v0.26.4 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit b726e2f)
1 parent 3612fbf commit a3aa099

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ preface = """
1919
title = "Component Updates"
2020
description = """\
2121
* Linux: 6.12.13
22+
* Flannel: 0.26.4
2223
2324
Talos is built with Go 1.23.6.
2425
"""

pkg/flannel/template.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ const (
11641164
DashboardTTY = 2
11651165

11661166
// FlannelVersion is the version of flannel to use.
1167-
FlannelVersion = "v0.26.1"
1167+
FlannelVersion = "v0.26.4"
11681168

11691169
// PlatformMetal is the name of the metal platform.
11701170
PlatformMetal = "metal"

0 commit comments

Comments
 (0)