Skip to content

Commit

Permalink
feat: update Flannel to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Oct 23, 2024
1 parent 8658d68 commit 3067f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ preface = """
description = """\
Linux: 6.6.57
containerd: 2.0.0-rc.5
Flannel: 0.25.7
Flannel: 0.26.0
Kubernetes: 1.32.0-alpha.2
runc: 1.2.0
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 @@ -1037,7 +1037,7 @@ const (
DashboardTTY = 2

// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.25.7"
FlannelVersion = "v0.26.0"

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

0 comments on commit 3067f64

Please sign in to comment.