From c64523a7a136469af7c6d39cb61f28c86678f74c Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 18 Mar 2024 18:55:14 +0400 Subject: [PATCH] feat: update Flannel to v0.24.4 See https://github.com/flannel-io/flannel/releases/tag/v0.24.4 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 80a7e08f7..6c65c76b5 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -22,7 +22,7 @@ etcd: 3.5.11 Kubernetes: 1.30.0-beta.0 containerd: 1.7.14 runc: 1.1.12 -Flannel: 0.24.1 +Flannel: 0.24.4 Talos is built with Go 1.22.1. """ diff --git a/pkg/flannel/template.go b/pkg/flannel/template.go index 24f5f8737..78fde3701 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.24.1/Documentation/kube-flannel.yml DO NOT EDIT +// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.24.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 bf2005e29..d88b87555 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -946,7 +946,7 @@ const ( DashboardTTY = 2 // FlannelVersion is the version of flannel to use. - FlannelVersion = "v0.24.1" + FlannelVersion = "v0.24.4" // PlatformMetal is the name of the metal platform. PlatformMetal = "metal"