33123 Commits

Author SHA1 Message Date
flatcar-ci
01ca652539 New version: stable-4459.2.4-nightly-20260319-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260319-2100
2026-03-19 21:00:26 +00:00
flatcar-ci
8998f288e6 New version: stable-4459.2.4-nightly-20260318-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260318-2100
2026-03-18 21:00:28 +00:00
Mathieu Tortuyaux
0f8073a8d4
Merge pull request #3841 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-18 13:00:17 +01:00
Flatcar Buildbot
e4a917d007 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-18 11:24:39 +00:00
Mathieu Tortuyaux
10392a26ef
Merge pull request #3838 from flatcar/tormath1/4459/zfs-kmod 2026-03-18 11:04:29 +01:00
flatcar-ci
b5069383de New version: stable-4459.2.4-nightly-20260317-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260317-2100
2026-03-17 21:00:25 +00:00
James Le Cuirot
d5c6465c31
There is no need to set KERNEL_DIR anymore now linux-mod-r1 is fixed
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-17 17:27:31 +01:00
James Le Cuirot
850c31638f
sys-kernel/coreos-modules: Install external mod build files with script
The kernel now includes a script for installing the files needed to
build out-of-tree modules, rendering our existing code obsolete. The
layout is different, but we were following Ubuntu's non-standard layout
when there was no need to. Ubuntu's approach is seemingly designed to
save space by symlinking common files across different platforms, but
Flatcar doesn't need to do this.

More importantly, our previous approach relied on a kernel patch we have
carried for years that no longer applies from v6.13. The patch cannot
simply be reworked as the underlying mechanism has changed.

This clears the last major blocker for the arm64 SDK as the previous
approach also relied on implicit execution by QEMU.

There has been concern that this may break compatibility with some
modules, but I have not seen any issues in practise. I have symlinked
`source` to `build` even though we don't install the full kernel sources
because this is what Fedora does, and it makes the layout resemble
Ubuntu a little more. Should any issues arise, I will gladly work with
upstreams to resolve them or otherwise make adjustments.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-17 17:27:31 +01:00
flatcar-ci
9082c4e1e9 New version: stable-4459.2.4-nightly-20260316-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260316-2100
2026-03-16 21:00:25 +00:00
Mathieu Tortuyaux
bb6628781a
Merge pull request #3836 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-16 12:36:08 +01:00
Mathieu Tortuyaux
559fdbb097
Merge pull request #3828 from flatcar/linux-6.12.77-flatcar-4459
Upgrade Linux Kernel for flatcar-4459 from 6.12.74 to 6.12.77
2026-03-16 12:35:28 +01:00
Flatcar Buildbot
d0e48460e4 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-16 11:35:15 +00:00
Flatcar Buildbot
aad16440ef sys-kernel/coreos-sources: Update from 6.12.74 to 6.12.77
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-14 07:17:16 +00:00
flatcar-ci
c3b5446b23 New version: stable-4459.2.4-nightly-20260312-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260312-2100
2026-03-12 21:00:23 +00:00
flatcar-ci
d782e1985b New version: stable-4459.2.4-nightly-20260311-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260311-2100
2026-03-11 21:00:26 +00:00
Mathieu Tortuyaux
163c365105
Merge pull request #3823 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-11 18:35:54 +01:00
Flatcar Buildbot
de17f218be Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 17:08:50 +00:00
Mathieu Tortuyaux
28875ea0e9
Merge pull request #3815 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-11 09:46:02 +01:00
Flatcar Buildbot
6be1bbfa09 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 08:43:59 +00:00
flatcar-ci
a06d4cf6ec New version: stable-4459.2.4-nightly-20260310-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260310-2100
2026-03-10 21:00:26 +00:00
James Le Cuirot
168b068a8e
ci-automation: Allow overriding Mantle container name and tag
MANTLE_REF will be optionally passed by Jenkins.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-10 16:27:48 +00:00
Robin Schneider
4370a3457f
Change shebang for run_sdk_container
Signed-off-by: Robin Schneider <mail@robinschneider.dev>
2026-03-10 14:04:33 +00:00
flatcar-ci
8d2f02f1a0 New version: stable-4459.2.4-nightly-20260309-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
stable-4459.2.4-nightly-20260309-2100
2026-03-09 21:00:27 +00:00
Mathieu Tortuyaux
b2e46ce6cc
image_changes: update PATH variable
For some reasons, the '#!/usr/bin/env python3' command of the
'show-fixed-kernel-cves.py' started to resolve
'python3' before reaching the 'ci-automation/python-bin' PATH location.

So 'feedparser' was not installed, so it was failing.

I guess we shipped some Python updates providing 'python3' resolution,
or we stopped masked some Python related stuffs into the SDK.

Flipping the 'ci-automation/python-bin' should fix the issue and it
should not have any side-effects as this is scopped only on the
'show-changes' script call.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-09 17:46:36 +01:00
Mathieu Tortuyaux
f3041ba11a
Merge pull request #3807 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-09 14:40:23 +01:00
Mathieu Tortuyaux
e41fd79e7c
Merge pull request #3748 from flatcar/cacerts-3.121-flatcar-4459
Update ca-certificates in flatcar-4459 from 3.120 to 3.121
2026-03-09 14:39:09 +01:00
Mathieu Tortuyaux
ce7c7d3d54
Revert "app-misc/ca-certificates: use github URLs"
This reverts commit 25de567365b64397fb9de6245ea80be005001768.

I think that the reverted commit was trying to fix a "non-error". On
Gentoo distfiles, it that seems a glitch has occured on
ca-certificates-3.120.1, as the decompressed archive tree files is not
consistent from one release to the other:
```
$ wget http://distfiles.gentoo.org/distfiles/37/nss-3.120.1.tar.gz
$ wget http://distfiles.gentoo.org/distfiles/43/nss-3.121.tar.gz
$ tar -xf nss-3.120.1.tar.gz
$ tar -xf nss-3.121.tar.gz
$ ls -l nss-3.121/nss
total 88
drwxr-xr-x  8 tormath1 tormath1   160 Mar  2 15:00 automation
-rwxr-xr-x  1 tormath1 tormath1  9183 Feb 19 10:30 build.sh
...
$ ls -l nss-NSS_3_120_1_RTM/
total 88
drwxr-xr-x  8 tormath1 tormath1   160 Feb 11 19:19 automation
-rwxr-xr-x  1 tormath1 tormath1  9183 Feb 11 19:19 build.sh
...

```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-09 14:38:55 +01:00
Flatcar Buildbot
7efbf93bd8 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-09 13:35:50 +00:00
Mathieu Tortuyaux
a44c1cfc75
Merge pull request #3799 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-09 14:34:51 +01:00
Flatcar Buildbot
66e3247546 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-09 09:57:00 +00:00
flatcar-ci
6e25557b71 New version: stable-4459.2.3-nightly-20260306-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-06 21:00:25 +00:00
Mathieu Tortuyaux
951f164c6c
Merge pull request #3794 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-06 15:36:38 +01:00
Flatcar Buildbot
77be4952c4 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-06 14:33:27 +00:00
flatcar-ci
6da1177868 New version: stable-4459.2.3-nightly-20260305-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-05 21:00:25 +00:00
Mathieu Tortuyaux
0dd5633589
Merge pull request #3777 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-05 11:43:07 +01:00
Flatcar Buildbot
615eb8a85d Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-05 10:41:34 +00:00
Mathieu Tortuyaux
ce90eede7f
Merge pull request #3769 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-05 09:19:26 +01:00
Flatcar Buildbot
c3458962e3 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-04 10:13:44 +00:00
Sayan Chowdhury
03b556efd6
New version: stable-4459.2.4
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
stable-4459.2.4
2026-03-03 15:11:48 +05:30
Sayan Chowdhury
cfabf412e1
Merge pull request #3742 from flatcar/linux-6.12.74-flatcar-4459
Upgrade Linux Kernel for flatcar-4459 from 6.12.73 to 6.12.74
2026-03-03 14:37:33 +05:30
Kai Lüke
b4c1efe8d7
Merge pull request #3757 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-03-03 10:05:49 +01:00
Flatcar Buildbot
03170f1a4c Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-03 08:49:46 +00:00
flatcar-ci
63444d1830 New version: stable-4459.2.3-nightly-20260226-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-02-26 21:00:23 +00:00
Flatcar Buildbot
e3850985ce app-misc/ca-certificates: Update from 3.120 to 3.121
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-23 07:33:10 +00:00
Flatcar Buildbot
711c8d0566 sys-kernel/coreos-sources: Update from 6.12.73 to 6.12.74
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-20 07:22:50 +00:00
flatcar-ci
bc305aaacd New version: stable-4459.2.3-nightly-20260219-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-02-19 21:00:27 +00:00
Mathieu Tortuyaux
010f2acfd7
Merge pull request #3734 from flatcar/mantle-update-flatcar-4459
Upgrade mantle container image to latest HEAD in flatcar-4459
2026-02-19 09:22:18 +01:00
Flatcar Buildbot
7b882040d1 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-18 21:00:44 +00:00
flatcar-ci
a0cf01f760 New version: stable-4459.2.3-nightly-20260218-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-02-18 21:00:23 +00:00
Mathieu Tortuyaux
4cb4a5290b
Merge pull request #3730 from flatcar/linux-6.12.73-flatcar-4459
Upgrade Linux Kernel for flatcar-4459 from 6.12.66 to 6.12.73
2026-02-18 14:45:03 +01:00