Skip to content

Commit c64523a

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

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
@@ -22,7 +22,7 @@ etcd: 3.5.11
2222
Kubernetes: 1.30.0-beta.0
2323
containerd: 1.7.14
2424
runc: 1.1.12
25-
Flannel: 0.24.1
25+
Flannel: 0.24.4
2626
2727
Talos is built with Go 1.22.1.
2828
"""

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
@@ -946,7 +946,7 @@ const (
946946
DashboardTTY = 2
947947

948948
// FlannelVersion is the version of flannel to use.
949-
FlannelVersion = "v0.24.1"
949+
FlannelVersion = "v0.24.4"
950950

951951
// PlatformMetal is the name of the metal platform.
952952
PlatformMetal = "metal"

0 commit comments

Comments
 (0)