Skip to content

Commit

Permalink
feat: update Flannel to 0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Feb 4, 2025
1 parent 98d56d4 commit b726e2f
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 @@ -23,6 +23,7 @@ preface = """
* runc: 1.2.4
* containerd: 2.0.2
* etcd: 3.5.18
* Flannel: 0.26.4
Talos is built with Go 1.23.5.
"""
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 @@ -1166,7 +1166,7 @@ const (
DashboardTTY = 2

// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.26.1"
FlannelVersion = "v0.26.4"

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

0 comments on commit b726e2f

Please sign in to comment.