Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Mar 13, 2023
1 parent 02b0ff3 commit 9f5f5cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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 = """\
* Kubernetes: v1.26.2
* etcd: v3.5.7
* CoreDNS: v1.10.1
* Flannel: v0.21.3
Talos is built with Go 1.20.2.
"""
Expand Down
12 changes: 8 additions & 4 deletions 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 @@ -819,7 +819,7 @@ const (
DashboardTTY = 2

// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.20.2"
FlannelVersion = "v0.21.3"
)

// See https://linux.die.net/man/3/klogctl
Expand Down

0 comments on commit 9f5f5cf

Please sign in to comment.