Skip to content

Commit 18acfb2

Browse files
committed
feat: update Flannel to v0.26.6
See https://github.com/flannel-io/flannel/releases/tag/v0.26.6 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent e8e7f75 commit 18acfb2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ preface = """
2323
* runc: 1.2.6
2424
* containerd: 2.0.4
2525
* etcd: 3.5.20
26-
* Flannel: 0.26.4
26+
* Flannel: 0.26.6
2727
* Kubernetes: 1.33.0-beta.0
2828
2929
Talos is built with Go 1.24.2.

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
@@ -1163,7 +1163,7 @@ const (
11631163
DashboardTTY = 2
11641164

11651165
// FlannelVersion is the version of flannel to use.
1166-
FlannelVersion = "v0.26.5"
1166+
FlannelVersion = "v0.26.6"
11671167

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

0 commit comments

Comments
 (0)