Skip to content

Commit

Permalink
feat: update Flannel to v0.25.3
Browse files Browse the repository at this point in the history
See https://github.com/flannel-io/flannel/releases/tag/v0.25.3

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 9fcc9b8)
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
smira authored and frezbo committed Jun 19, 2024
1 parent b14fe39 commit 90c3a02
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 @@ -17,7 +17,7 @@ preface = """\
[notes.updates]
title = "Component Updates"
description = """\
Talos is built with Go 1.22.3.
Flannel: 0.25.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 @@ -944,7 +944,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 90c3a02

Please sign in to comment.