From 3067f64c8435ef2d5453100a1584dc3c6915ba0b Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 23 Oct 2024 14:52:32 +0400 Subject: [PATCH] feat: update Flannel to v0.26.0 See https://github.com/flannel-io/flannel/releases/tag/v0.26.0 Signed-off-by: Andrey Smirnov --- hack/release.toml | 2 +- pkg/flannel/template.go | 2 +- pkg/machinery/constants/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/release.toml b/hack/release.toml index 7dd5db127e..340d1c6d67 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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 diff --git a/pkg/flannel/template.go b/pkg/flannel/template.go index d7a458887d..6c18137b58 100644 --- a/pkg/flannel/template.go +++ b/pkg/flannel/template.go @@ -2,7 +2,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. -// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.25.7/Documentation/kube-flannel.yml DO NOT EDIT +// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.26.0/Documentation/kube-flannel.yml DO NOT EDIT package flannel diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index eccda7190e..947d291089 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -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"