feat: update Flannel to v0.25.6

See https://github.com/flannel-io/flannel/releases/tag/v0.25.6

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-08-28 16:22:39 +04:00
parent 19a44c2b0b
commit da6263506a
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Linux: 6.6.45
containerd: 2.0.0-rc.3
runc: 1.2.0-rc.2
etcd: 3.5.15
Flannel: 0.25.5
Flannel: 0.25.6
Flannel CNI plugin: 1.5.1
CoreDNS: 1.1.13

View File

@ -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.5/Documentation/kube-flannel.yml DO NOT EDIT
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.25.6/Documentation/kube-flannel.yml DO NOT EDIT
package flannel

View File

@ -972,7 +972,7 @@ const (
DashboardTTY = 2
// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.25.5"
FlannelVersion = "v0.25.6"
// PlatformMetal is the name of the metal platform.
PlatformMetal = "metal"