File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55Stable 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 "
99export FLATCAR_VERSION_UPSTREAM=" ${FLATCAR_VERSION: 1} "
1010
1111wget " https://stable.release.flatcar-linux.net/amd64-usr/${FLATCAR_VERSION_UPSTREAM} /flatcar_production_qemu_image.img"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments