33247 Commits

Author SHA1 Message Date
Kai Lüke
d6b3c299d2
Merge pull request #3460 from flatcar/kai/azure-fix-image-size
disk_layout: Keep Azure image size at 30 GB
2025-11-04 14:11:49 +09:00
flatcar-ci
ee1ca3b607 New version: main-4508.0.0-nightly-20251103-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4508.0.0-nightly-20251103-2100
2025-11-03 21:00:28 +00:00
Kai Lueke
cd9c6feca6 disk_layout: Keep Azure image size at 30 GB
The increased /boot and /usr partitions meant that we grew all images
types. The raw image had the root partition decreased a bit but the VM
images not, and AWS and Akamai images even got aligned to also have the
larger VM rootfs instead of the raw rootfs. All image types are way
smaller than Azure with its 30 GB size and thus the size had to be
increased. For Azure, however, we already have enough free space and it
is good to avoid increasing the image size because this requires action
for those cases where users had assumed that the image fits into a
hardcoded 30 GB disk.
Reduce the root partition by the amount of blocks that is the difference
between the old and current full disk image size for Azure.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-11-03 21:12:44 +09:00
flatcar-ci
6fa72bf2a3 New version: main-4505.0.0-nightly-20251031-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4505.0.0-nightly-20251031-2100
2025-11-01 02:19:50 +00:00
flatcar-ci
dab124a9a3 New version: main-4505.0.0-nightly-20251031-2100-INTERMEDIATE
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4505.0.0-nightly-20251031-2100-INTERMEDIATE
2025-10-31 21:00:30 +00:00
Jeremi Piotrowski
f2cd2b37b5
Merge pull request #3444 from flatcar/jepio/containerd-2.1
coreos-overlay: Keyword containerd-2.1 and runc-1.3
2025-10-31 19:14:39 +01:00
Dongsu Park
16a3eb488c
Merge pull request #3425 from flatcar/dongsu/ue-rs-fix-input-xml
overlay ue-rs: fix input-xml issues
2025-10-31 16:01:48 +01:00
Dongsu Park
e302502b94 changelog: add changelog for ue-rs bugfix
Signed-off-by: Dongsu Park <dongsu@dpark.io>
2025-10-31 16:01:07 +01:00
Dongsu Park
1d679b0294 overlay ue-rs: fix input-xml issues
When --input-xml is on and --payload-url is off to pass XML data
offline, we need to set payload_url to None and continue running
the DownloadVerify builder instead of returning there.

Pulls in https://github.com/flatcar/ue-rs/pull/93.

Signed-off-by: Dongsu Park <dongsu@dpark.io>
2025-10-31 10:12:13 +01:00
flatcar-ci
ef1e139cb6 New version: main-4504.0.0-nightly-20251030-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4504.0.0-nightly-20251030-2100
2025-10-30 21:00:32 +00:00
Mathieu Tortuyaux
6d6d5ae2bc
Merge pull request #3451 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-30 17:13:07 +01:00
Flatcar Buildbot
d9d6b127ab Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-30 16:11:47 +00:00
Jeremi Piotrowski
d8c2188a68 changelog: Add entry for containerd,runc update after keywording
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2025-10-30 12:21:08 +01:00
Jeremi Piotrowski
d5dcc6be4a coreos-overlay: Keyword containerd-2.1 and runc-1.3
Containerd-2.0 is out of support next week, containerd-2.1 has 6 more months of
support and requires runc-1.3. Containerd-2.1 also supports the erofs
snapshotter.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2025-10-30 12:16:27 +01:00
James Le Cuirot
f104f35db7
Merge pull request #3437 from flatcar/chewi/initrd-ko-xz
sys-kernel/coreos-kernel: Decompress the minimal initrd kernel modules
2025-10-30 10:34:41 +00:00
James Le Cuirot
9c28b3a073
Merge pull request #3322 from flatcar/chewi/mangle-overlaybd
Add overlaybd sysext mangle script to start the services automatically
2025-10-30 09:59:50 +00:00
flatcar-ci
bb481daf49 New version: main-4503.0.0-nightly-20251029-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4503.0.0-nightly-20251029-2100
2025-10-29 21:00:32 +00:00
James Le Cuirot
6de93722c2
sys-kernel/coreos-kernel: Decompress the minimal initrd kernel modules
The initrd itself is already compressed with xz, so compressing the
modules within with xz as well just makes the image bigger and slower.

Not compressing all the kernel modules in the first place is not such a
clear win because it is zlib and zstd compression that is applied
elsewhere.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-10-29 14:10:58 +00:00
Kai Lüke
f71963e4a0
Merge pull request #3436 from flatcar/kai/no-busyboxmodprobe
minimal-initrd: Use kmod's modprobe also for simple module loading
2025-10-29 09:16:51 +01:00
Kai Lueke
3e85e6737f minimal-initrd: Use kmod's modprobe also for simple module loading
This pulls https://github.com/flatcar/bootengine/pull/113 to fix a
kernel boot warning being printed for three modules that are loaded
explicitly.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-29 17:15:09 +09:00
flatcar-ci
44b9a38c27 New version: main-4502.0.0-nightly-20251028-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4502.0.0-nightly-20251028-2100
2025-10-28 21:00:33 +00:00
James Le Cuirot
55e738e9c2
Add overlaybd sysext mangle script to start the services automatically
This is consistent with other sysexts. Note that the sysext must be
enabled at boot time for this to happen, otherwise you need to call
`systemd-tmpfiles --create` and `systemctl daemon-reload` first.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-10-28 16:15:37 +00:00
Mathieu Tortuyaux
2874a9898a
Merge pull request #3412 from flatcar/firmware-20251021-main
Upgrade Linux Firmware in main from 20251011 to 20251021
2025-10-28 11:58:53 +01:00
Mathieu Tortuyaux
43c0cc5934
Merge pull request #3433 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-10-28 11:49:38 +01:00
Flatcar Buildbot
915292eb9d Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-27 21:00:49 +00:00
flatcar-ci
e1e9b9715a New version: main-4501.0.0-nightly-20251027-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
main-4501.0.0-nightly-20251027-2100
2025-10-27 21:00:33 +00:00
Krzesimir Nowak
541bab17b9
Merge pull request #3366 from flatcar/buildbot/weekly-portage-stable-package-updates-2025-10-13
Weekly portage-stable package updates 2025-10-13
2025-10-27 16:45:02 +01:00
Krzesimir Nowak
c04d694d3a overlay coreos/user-patches: Add patches for dev-util/catalyst
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-27 16:43:45 +01:00
Krzesimir Nowak
e807b7ffd4
Merge pull request #3428 from flatcar/krnowak/cutsigpath
ci-automation/image-changes: Ignore signature path in /tmp
2025-10-27 16:40:30 +01:00
Kai Lüke
f4bcc949ec
Merge pull request #3426 from flatcar/kai/tun-exclusion
Exclude TUN devices from default systemd-networkd setup
2025-10-27 14:02:45 +01:00
Kai Lueke
724587e47b Exclude TUN devices from default systemd-networkd setup
This pulls in https://github.com/flatcar/init/pull/136 to prevent the
default network setup to conflict with TUN/TAP device configuration
from other tools.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-27 21:58:28 +09:00
Krzesimir Nowak
1b8344b013 ci-automation/image-changes: Ignore signature path in /tmp
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-27 10:36:00 +01:00
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 Buildbot
4f284200ac sys-kernel/coreos-firmware: Update from 20251011 to 20251021
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-23 07:07:35 +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>
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