diff --git a/hack/release.toml b/hack/release.toml index ed9d68aeb..d96da0e16 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -29,6 +29,7 @@ This also ensures that the linux-firmware is not tied to a specific Talos versio Linux: 6.1.51 CoreDNS: v1.11.1 Kubernetes: v1.28.2 +Flannel: v0.22.3 Talos is built with Go 1.21.1. """ diff --git a/pkg/flannel/template.go b/pkg/flannel/template.go index f768939c1..ba2ff2ae9 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.22.1/Documentation/kube-flannel.yml DO NOT EDIT +// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.22.3/Documentation/kube-flannel.yml DO NOT EDIT package flannel diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index a7da3b922..e9183bde5 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -880,7 +880,7 @@ const ( DashboardTTY = 2 // FlannelVersion is the version of flannel to use. - FlannelVersion = "v0.22.1" + FlannelVersion = "v0.22.3" // PlatformMetal is the name of the metal platform. PlatformMetal = "metal"