Skip to content

Commit adf87b4

Browse files
committed
feat: update Flannel to v0.27.4
Also add renovate tags. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 5dfb7e1 commit adf87b4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ systemd-udevd: 257.8
2727
runc: 1.3.1
2828
CoreDNS: 1.12.4
2929
etcd: 3.6.5
30+
Flannel: 0.27.4
3031
3132
Talos is built with Go 1.25.1.
3233
"""

pkg/machinery/constants/constants.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,12 @@ const (
11841184
DashboardTTY = 2
11851185

11861186
// FlannelVersion is the version of flannel to use.
1187-
FlannelVersion = "v0.27.2"
1187+
//
1188+
// Note: while updating, make sure to copy flannel image from docker.io to ghcr.io:
1189+
// crane cp docker.io/flannel/flannel:vX.Y.Z ghcr.io/siderolabs/flannel:vX.Y.Z
1190+
//
1191+
// renovate: datasource=github-releases depName=flannel-io/flannel
1192+
FlannelVersion = "v0.27.4"
11881193

11891194
// PlatformMetal is the name of the metal platform.
11901195
PlatformMetal = "metal"

0 commit comments

Comments
 (0)