Skip to content

Commit

Permalink
feat: update Flannel to 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Sep 18, 2023
1 parent efdee69 commit f3a370a
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 @@ -29,6 +29,7 @@ This also ensures that the linux-firmware is not tied to a specific Talos versio
Linux: 6.1.51
CoreDNS: v1.11.1
Kubernetes: v1.28.2
Flannel: v0.22.3
Talos is built with Go 1.21.1.
"""
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 @@ -880,7 +880,7 @@ const (
DashboardTTY = 2

// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.22.1"
FlannelVersion = "v0.22.3"

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

0 comments on commit f3a370a

Please sign in to comment.