33100 Commits

Author SHA1 Message Date
Kai Lueke
3745ed957e Merge pull request #3471 from flatcar/scripts
sys-kernel/coreos-kernel: Add Fusion storage drivers back to initrd
2025-11-08 00:24:16 +09:00
Kai Lueke
4263071f73 sys-kernel/coreos-kernel: Add Fusion storage drivers back to initrd
The Fusion MPT SCSI storage drivers were missing from the new minimal
initrd because they are not together with the other storage driver
modules but live in their own "message/fusion/" folder.
Add the "message/fusion/" folder to the initrd modules so that we can
load the disk. Dependencies will be resolved by dracut-install as
needed.

Fixes https://github.com/flatcar/Flatcar/issues/1924

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-11-08 00:24:16 +09:00
James Le Cuirot
fd46c99914
Merge pull request #3468 from flatcar/mantle-update-flatcar-4487
Upgrade mantle container image to latest HEAD in flatcar-4487
2025-11-07 14:29:17 +00:00
Flatcar Buildbot
a2bfb6e4dc Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 14:26:21 +00:00
Kai Lueke
f73f2eeb3e Merge pull request #3463 from flatcar/scripts
ci-automation/release.sh: &#39;the input device is not a TTY&#39;
2025-11-07 22:16:12 +09:00
Mathieu Tortuyaux
210d0055e0 ci-automation/release.sh: 'the input device is not a TTY'
This has been raised in current CI.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-11-07 22:16:12 +09:00
Krzesimir Nowak
9857ca6d68
Merge pull request #3464 from flatcar/krnowak/alpha-runc-containerd
Bump runc to 1.3.3 and containerd to 2.0.7 in 4487
2025-11-07 14:08:53 +01:00
Krzesimir Nowak
5c562bd232 changelog: Add entries
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 14:08:04 +01:00
Krzesimir Nowak
4fc60437a0 app-container/{containerd,runc}: Bump to 2.0.7 and 1.3.3
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 14:08:04 +01:00
Krzesimir Nowak
7ab46f535b app-containers/containerd: Sync with Gentoo
It's from Gentoo commit 107cc22593c97542852ee68c564554c2fbfcdf20.

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 13:21:45 +01:00
Krzesimir Nowak
e051b87121 app-containers/runc: Sync with Gentoo
It's from Gentoo commit b4c450b220406a895ed093b19b92241746408a66.

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 13:21:45 +01:00
flatcar-ci
d63f60d032 New version: alpha-4487.0.0-nightly-20251106-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
alpha-4487.0.0-nightly-20251106-2100
2025-11-06 21:00:32 +00:00
Mathieu Tortuyaux
a35312a2f0
changelog: fix link for Azure fix
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-11-06 15:06:14 +01:00
flatcar-ci
72237f2117 New version: alpha-4487.0.0-nightly-20251105-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
alpha-4487.0.0-nightly-20251105-2100
2025-11-05 21:00:37 +00:00
Maxime de Roucy
2a8f2876da
nutanix AHV support
Signed-off-by: Maxime de Roucy <maxime.deroucy@claranet.com>
2025-11-05 14:58:47 +01:00
Sayan Chowdhury
5e77c03e56
New version: alpha-4487.0.1
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
alpha-4487.0.1
2025-11-05 13:29:45 +05:30
flatcar-ci
ca9535c256 New version: alpha-4487.0.0-nightly-20251104-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
alpha-4487.0.0-nightly-20251104-2100
2025-11-04 21:00:27 +00:00
Kai Lueke
f16665e436 Merge pull request #3460 from flatcar/scripts
disk_layout: Keep Azure image size at 30 GB
2025-11-04 14:12:51 +09:00
Kai Lueke
267d27aece 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-04 14:12:51 +09:00
flatcar-ci
64b3b8685f New version: alpha-4487.0.0-nightly-20251031-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-31 21:00:31 +00:00
Dongsu Park
c30a981052 changelog: add changelog for ue-rs bugfix
Signed-off-by: Dongsu Park <dongsu@dpark.io>
2025-10-31 16:03:34 +01:00
Dongsu Park
f8d7815076 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 16:03:27 +01:00
flatcar-ci
c14e62d9a9 New version: alpha-4487.0.0-nightly-20251030-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-30 21:00:32 +00:00
Mathieu Tortuyaux
6a8f3d600d
Merge pull request #3447 from flatcar/mantle-update-flatcar-4487
Upgrade mantle container image to latest HEAD in flatcar-4487
2025-10-30 17:13:45 +01:00
Flatcar Buildbot
450c65d259 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-30 16:11:45 +00:00
flatcar-ci
d57f49ae2d New version: alpha-4487.0.0-nightly-20251029-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-29 21:00:32 +00:00
Kai Lueke
5471a1e8c0 Merge pull request #3436 from flatcar/scripts
minimal-initrd: Use kmod&#39;s modprobe also for simple module loading
2025-10-29 17:20:06 +09:00
Kai Lueke
15a7785997 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:20:06 +09:00
Kai Lueke
b4f8863ed0 Merge pull request #3368 from flatcar/scripts
sys-kernel/bootengine: Support custom release server URLs
2025-10-29 17:19:56 +09:00
Kai Lueke
3660215886 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-29 17:19:56 +09:00
flatcar-ci
357f49917d New version: alpha-4487.0.0-nightly-20251028-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-28 21:00:32 +00:00
Mathieu Tortuyaux
24b8d6a1f7
Merge pull request #3431 from flatcar/mantle-update-flatcar-4487
Upgrade mantle container image to latest HEAD in flatcar-4487
2025-10-28 11:49:25 +01:00
Flatcar Buildbot
74054d6345 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-27 21:00:46 +00:00
flatcar-ci
30d1a7eab5 New version: alpha-4487.0.0-nightly-20251027-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-27 21:00:27 +00:00
Kai Lueke
5506223686 Merge pull request #3426 from flatcar/scripts
Exclude TUN devices from default systemd-networkd setup
2025-10-27 22:03:43 +09:00
Kai Lueke
2a36f9990b 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 22:03:43 +09:00
flatcar-ci
432a915167 New version: alpha-4487.0.0-nightly-20251023-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-23 21:00:31 +00:00
Mathieu Tortuyaux
fa616e3222
ci-automation/release.sh: lift 'experimental' usage
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-10-23 15:55:49 +02:00
Mathieu Tortuyaux
ca1ab33287
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-23 15:55:47 +02:00
Mathieu Tortuyaux
838d9f74be
Merge pull request #3415 from flatcar/mantle-update-flatcar-4487
Upgrade mantle container image to latest HEAD in flatcar-4487
2025-10-23 15:49:49 +02:00
Flatcar Buildbot
14d1d89422 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-23 13:48:49 +00:00
flatcar-ci
1f20869034 New version: alpha-4487.0.0-nightly-20251022-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-22 21:00:31 +00:00
Tristan Bringuier
05f48294c7
Adding changelog for Scaleway console patch
Signed-off-by: Tristan Bringuier <tristan.bringuier@enix.fr>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-10-22 17:32:45 +02:00
Tristan Bringuier
5f27b4705f
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>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-10-22 17:32:45 +02:00
flatcar-ci
2ccefa2f9d New version: alpha-4487.0.0-nightly-20251021-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-21 21:00:29 +00:00
Kai Lüke
4892b3b4cd
Merge pull request #3403 from flatcar/mantle-update-flatcar-4487
Upgrade mantle container image to latest HEAD in flatcar-4487
2025-10-21 13:35:36 +02:00
Flatcar Buildbot
0b43e928e2 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-21 11:09:38 +00:00
Mathieu Tortuyaux
ab588893d7
Merge pull request #3400 from flatcar/linux-6.12.54-flatcar-4487
Upgrade Linux Kernel for flatcar-4487 from 6.12.51 to 6.12.54
2025-10-21 10:01:21 +02:00
Flatcar Buildbot
94a2e83be9 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:37 +00:00
flatcar-ci
23edb0ce02 New version: alpha-4487.0.0-nightly-20251020-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-20 21:00:31 +00:00