Skip to content

Commit

Permalink
feat: update Flannel to v0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jun 3, 2024
1 parent 9d395b9 commit 9fcc9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Linux: 6.6.30
containerd: 2.0.0-rc.2
runc: 1.2.0-rc.1
etcd: 3.5.14
Flannel: 0.25.3
Talos is built with Go 1.22.3.
"""
Expand Down
2 changes: 1 addition & 1 deletion pkg/flannel/template.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ const (
DashboardTTY = 2

// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.25.1"
FlannelVersion = "v0.25.3"

// PlatformMetal is the name of the metal platform.
PlatformMetal = "metal"
Expand Down

0 comments on commit 9fcc9b8

Please sign in to comment.