Skip to content

Commit c5c0ac8

Browse files
mrbojangles3Frostman
authored andcommitted
chore: bump flatcar
Signed-off-by: Logan Blyth <[email protected]>
1 parent f4531df commit c5c0ac8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/fab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Stable version is listed on the [Flatcar releases page](https://www.flatcar.org/releases).
66

77
```bash
8-
export FLATCAR_VERSION="v4230.2.0"
8+
export FLATCAR_VERSION="v4230.2.1"
99
export FLATCAR_VERSION_UPSTREAM="${FLATCAR_VERSION:1}"
1010

1111
wget "https://stable.release.flatcar-linux.net/amd64-usr/${FLATCAR_VERSION_UPSTREAM}/flatcar_production_qemu_image.img"

pkg/fab/versions.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ var Versions = fabapi.Versions{
4545
Ctl: FabricatorVersion,
4646
NodeConfig: FabricatorVersion,
4747
Pause: "3.6", // wait image from k3s // TODO embed wait into node-config image?
48-
ControlUSBRoot: "v4152.2.3-hh1",
49-
Flatcar: "v4152.2.3",
48+
ControlUSBRoot: "v4230.2.1-hh3",
49+
Flatcar: "v4230.2.1",
5050
},
5151
Fabric: fabapi.FabricVersions{
5252
API: FabricVersion,
@@ -87,7 +87,7 @@ var Versions = fabapi.Versions{
8787
},
8888
VLAB: fabapi.VLABVersions{
8989
ONIE: "v0.2.0",
90-
Flatcar: "v4152.2.3",
90+
Flatcar: "v4230.2.1",
9191
},
9292
}
9393

0 commit comments

Comments
 (0)