From b726e2f9f7057f1e7ed912bea28db3e4b63441cb Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 4 Feb 2025 17:25:57 +0400 Subject: [PATCH] feat: update Flannel to 0.26.4 See https://github.com/flannel-io/flannel/releases/tag/v0.26.4 Signed-off-by: Andrey Smirnov --- hack/release.toml | 1 + pkg/flannel/template.go | 2 +- pkg/machinery/constants/constants.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/release.toml b/hack/release.toml index 9dafb5e23..7473f90c7 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -23,6 +23,7 @@ preface = """ * runc: 1.2.4 * containerd: 2.0.2 * etcd: 3.5.18 +* Flannel: 0.26.4 Talos is built with Go 1.23.5. """ diff --git a/pkg/flannel/template.go b/pkg/flannel/template.go index ab42e0371..22f8e5b7e 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.26.1/Documentation/kube-flannel.yml DO NOT EDIT +// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.26.4/Documentation/kube-flannel.yml DO NOT EDIT package flannel diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 601c409a5..20634ec00 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -1166,7 +1166,7 @@ const ( DashboardTTY = 2 // FlannelVersion is the version of flannel to use. - FlannelVersion = "v0.26.1" + FlannelVersion = "v0.26.4" // PlatformMetal is the name of the metal platform. PlatformMetal = "metal"