33079 Commits

Author SHA1 Message Date
flatcar-ci
db85763c19 Revert failed version back to 4497.0.0+nightly-20251023-2100 2025-10-25 00:30:32 +00:00
flatcar-ci
4cb8c3f5f1 New version: main-4498.0.0-nightly-20251024-2100-INTERMEDIATE
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-24 21:00:36 +00:00
Thilo Fromm
77b1793205
Merge pull request #3424 from flatcar/t-lo/container-sysext-remove-torcx-vars
Containerd sysext: remove TORCX env vars from service unit
2025-10-24 18:26:41 +02:00
Thilo Fromm
209b0e64ee
Containerd sysext: remove TORCX env vars from service unit
The systemd service unit shipped with the containerd sysext was still referring to TORCX variables. Since TORCX has been removed years ago, this is no longer required.
2025-10-24 10:30:34 +02:00
flatcar-ci
01f8f19479 New version: main-4497.0.0-nightly-20251023-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4497.0.0-nightly-20251023-2100
2025-10-23 21:00:30 +00:00
Mathieu Tortuyaux
1f76110979
Merge pull request #3410 from flatcar/tormath1/rclone
ci-automation/release.sh: use rclone docker image
2025-10-23 15:52:13 +02:00
Mathieu Tortuyaux
9ecfadf811
Merge pull request #3416 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-23 15:49:42 +02:00
Flatcar Buildbot
5c3db12202 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-23 13:48:50 +00:00
flatcar-ci
3cde19575a New version: main-4496.0.0-nightly-20251022-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-22 21:00:30 +00:00
Mathieu Tortuyaux
8d02086a75
Merge pull request #3383 from enix/main
Fix linux console settings to grub.cfg.frag for Scaleway
2025-10-22 17:30:26 +02:00
Mathieu Tortuyaux
d333b4eb55
ci-automation/release.sh: lift 'experimental' usage
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-10-22 13:55:08 +02:00
flatcar-ci
9597ed6ecc New version: main-4495.0.0-nightly-20251021-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4495.0.0-nightly-20251021-2100
2025-10-21 21:00:31 +00:00
Mathieu Tortuyaux
a55adb1287
ci-automation/release.sh: use rclone docker image
rclone was previously called from the Mantle image but it's not the
 case anymore because we need some environment variables (CHANNEL, ARCH,
 etc.)

 Let's switch to the `rclone` Docker image.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-10-21 15:48:11 +02:00
Mathieu Tortuyaux
3d9d1dde17
Merge pull request #3381 from flatcar/firmware-20251011-main
Upgrade Linux Firmware in main from 20250917 to 20251011
2025-10-21 14:14:21 +02:00
Kai Lüke
41e92fd27a
Merge pull request #3406 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-21 13:36:17 +02:00
Flatcar Buildbot
a3aa5fd7a0 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-21 11:09:39 +00:00
Mathieu Tortuyaux
7785c58cab
Merge pull request #3401 from flatcar/linux-6.12.54-main
Upgrade Linux Kernel for main from 6.12.51 to 6.12.54
2025-10-21 10:00:22 +02:00
Flatcar Buildbot
dca987852a sys-kernel/coreos-sources: Update from 6.12.51 to 6.12.54
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-21 07:59:40 +00:00
flatcar-ci
0130d8a9bd New version: main-4494.0.0-nightly-20251020-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4494.0.0-nightly-20251020-2100
2025-10-20 21:00:30 +00:00
Kai Lüke
04ac5cd5eb
Merge pull request #3394 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-20 15:18:24 +02:00
Flatcar Buildbot
69628fcfc6 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-20 12:59:04 +00:00
Kai Lüke
715197de20
Merge pull request #3384 from flatcar/kai/microcode
sys-firmware/intel-microcode: Use kernel built-in microcode
2025-10-20 14:58:52 +02:00
Tristan Bringuier
7a435beb90 Adding changelog for Scaleway console patch
Signed-off-by: Tristan Bringuier <tristan.bringuier@enix.fr>
2025-10-20 14:38:44 +02:00
Kai Lueke
c0baf9bed4 sys-firmware/intel-microcode: Use kernel built-in microcode
The Intel microcode wasn't applied anymore after it was reworked to be
in the initrd instead of being built-in as part of the kernel image.
This was due to how the kernel build system can't handle combined
initrds and skip the early cpio when compressing. The AMD microcode was
still built-in as part of the kernel image.
Let the kernel build system pick up the Intel microcode by installing it
to the firmware directory. Disable the inclusion of microcode in the
initrd. Also, we can drop the preservation of the early cpio when
generating the minimal initrd.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-20 18:22:57 +09:00
Tristan Bringuier
61b40ebc50 Add linux console settings to grub.cfg.frag
Adding this to fix console issues on Scaleway's instances

Signed-off-by: Tristan Bringuier <tristan.bringuier@enix.fr>
2025-10-17 11:13:46 +02:00
Flatcar Buildbot
d4eec0e932 sys-kernel/coreos-firmware: Update from 20250917 to 20251011
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-16 07:07:34 +00:00
flatcar-ci
eb1c6c2438 New version: main-4489.0.0-nightly-20251015-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4489.0.0-nightly-20251015-2100
2025-10-15 21:00:34 +00:00
flatcar-ci
0d3f4e39c6 Revert failed version back to 4487.0.0+nightly-20251013-2100 2025-10-15 00:30:29 +00:00
flatcar-ci
e2568ae2a7 New version: main-4488.0.0-nightly-20251014-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-14 21:00:33 +00:00
James Le Cuirot
587835a5a9
Merge pull request #3354 from flatcar/chewi/sync-linux-firmware
sys-kernel/coreos-firmware: Partially resync with Gentoo
2025-10-14 14:44:09 +01:00
Kai Lüke
5457891e4a
Merge pull request #3372 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-14 14:54:07 +02:00
Flatcar Buildbot
631d87698f Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-14 12:32:08 +00:00
Kai Lüke
ae01bf7801
Merge pull request #3353 from flatcar/kai/update-engine-postinst-fix
coreos-base/update_engine: Fix keeping of needed Flatcar extensions
2025-10-14 07:45:31 +02:00
Kai Lüke
8e158443c6
Merge pull request #3368 from flatcar/kai/bootengine-custom-server
sys-kernel/bootengine: Support custom release server URLs
2025-10-14 07:43:41 +02:00
flatcar-ci
f97299c432 New version: main-4487.0.0-nightly-20251013-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-13 21:00:28 +00:00
Kai Lueke
7e37477a85 coreos-base/update_engine: Fix opaque directory handling
When /etc way kept busy through, e.g., a process using it as CWD, then
even in the temporary namespace unmounting failed unless it was done
with the lazy option.
This pulls in https://github.com/flatcar/update_engine/pull/52 to
address this.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-13 23:30:54 +09:00
Kai Lueke
792d975784 sys-kernel/bootengine: Support custom release server URLs
This pulls in https://github.com/flatcar/bootengine/pull/112 to support
kernel cmdline parameters that specify a custom release server URL to
use for downloading Flatcar extensions.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-13 22:14:40 +09:00
Kai Lueke
2fe32a6458 coreos-base/update_engine: Fix keeping of needed Flatcar extensions
Pulls in https://github.com/flatcar/update_engine/pull/51

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-13 17:37:23 +09:00
flatcar-ci
6367cdd3c7 New version: main-4484.0.0-nightly-20251010-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-11 02:37:49 +00:00
flatcar-ci
b6a8866a63 New version: main-4484.0.0-nightly-20251010-2100-INTERMEDIATE
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-10 21:00:30 +00:00
James Le Cuirot
4f6e00d94f
sys-kernel/coreos-firmware: Fix deletion of unneeded firmware files
The code was tripping up over whitespace, resulting in scary error
messages, and was more cumbersome than it needed to be.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-10-10 18:25:36 +01:00
James Le Cuirot
303f2a6716
sys-kernel/coreos-firmware: Partially resync with Gentoo
KV_FULL wasn't being set before, so it was actually scanning all modules
under /lib/modules, not just the ones for the current kernel version.

Hopefully, we can eventually create an env file so that we can use the
upstream ebuild directly, but this at least brings them closer in line.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-10-10 17:11:44 +01:00
Kai Lüke
1fa8f4428e
Merge pull request #3027 from flatcar/ader1990/increase_boot_partition
Increase partition sizes
2025-10-10 16:21:37 +02:00
Kai Lüke
5b3fd36130
Merge pull request #3357 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-10 16:18:53 +02:00
Flatcar Buildbot
6b346cee4f Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-10 14:06:46 +00:00
Dongsu Park
ebb732d57d
Merge pull request #3352 from flatcar/dongsu/afterburn-5.10
overlay afterburn: update to 5.10.0
2025-10-10 13:13:54 +02:00
Kai Lueke
f0c94a9107 vm_image_util: Use larger rootfs for AWS and Akamai images
The default rootfs size for the .bin raw iamge is a bit smaller now
because we still want to be able to flash to 8 GB storage. However, the
VM images still have the 6 GB rootfs as before. Some cloud images
weren't using the larger VM rootfs size though but the raw image rootfs
size.
Specify that AWS and Akamai images should use the larger VM rootfs size.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-10 17:00:59 +09:00
flatcar-ci
ac588b858c New version: main-4483.0.0-nightly-20251009-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-09 21:00:32 +00:00
Adrian Vladu
07cc8512ef Increase partition sizes
The /usr partition was too small some time ago and we gained space again
by switching to btrfs with compression and also removing/splitting out
content. The /boot partition is too small all the time and we added
many hacks to fit the kernel+initrd under 60 MB. To handle the case
where the /oem partition is too small for the A/B-updated OEM extensions
we added the workaround to write the inactive one (or both) to the
rootfs. All this would not be needed if we had increased the partition
sizes a few years ago so that we could now assume that most nodes have
the increased sizes and we can make use of them. Still, we can do it now
to prepare for the next time when in five or ten years we have serious
size problems and run out of workarounds. We have to do the change now
and wait a few years so that most nodes have been provisioned with the
new layout. Then we can drop the workarounds and have a full featured
kernel and initrd, and we can also increase the /usr filesystem to make
use of the larger partition. Ideally we use large enough sizes that we
never have to worry again but since we also want to support small ARM
boards which might only have 8 GB internal storage, let's target this
when increasing the partition sizes. With 1 GB /boot, two 2 GB /usr, and
1 GB /oem partitions we are already at 6 GB, leaving 2 GB for the
rootfs. For now, reduce the extracted /usr update payload size to the
current combined filesystem and verity data usage (same size as before).
The rootfs size was also reduced for the initial .bin image so that we
don't overshoot 8 GB - it will be resized to fit the disk anyway on
first boot.

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-10 00:56:42 +09:00
Dongsu Park
d4314c5145 changelog: add update to Afterburn 5.10.0
Signed-off-by: Dongsu Park <dongsu@dpark.io>
2025-10-09 12:34:45 +02:00