33911 Commits

Author SHA1 Message Date
Mathieu Tortuyaux
048cedfc75
Merge pull request #3890 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-04-07 15:53:53 +02:00
Flatcar Buildbot
ff27072875 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-07 13:33:05 +00:00
James Le Cuirot
d77cf672b7
sys-apps/ignition: Apply oem:// and mounting fixes
Loading config from the initrd with `oem://` was broken because Ignition
was still looking in /usr/share/oem, which is now moved to /oem by the
minimal initrd.

This also fixes mounting the OEM partition when /mnt does not already
exist. This fix is slightly academic, because this currently only
happens when PXE booting, where the OEM partition won't exist anyway,
but we should fail for the right reason.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-31 10:27:30 +01:00
James Le Cuirot
3c7167e6a0
Merge pull request #3875 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-30 14:17:31 +01:00
Flatcar Buildbot
74bb648dde Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-30 13:15:24 +00:00
Mathieu Tortuyaux
df81bfadb5
Merge pull request #3849 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-30 09:53:14 +02:00
Flatcar Buildbot
e66fd86b0a Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-30 07:31:44 +00:00
flatcar-ci
d973d49587 New version: beta-4593.1.0-nightly-20260318-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-18 21:00:28 +00:00
Mathieu Tortuyaux
a6ff48d034
Merge pull request #3839 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-18 13:00:25 +01:00
Flatcar Buildbot
58d94b8f09 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-18 11:24:38 +00:00
flatcar-ci
25be806fb0 New version: beta-4593.1.0-nightly-20260316-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-16 21:00:24 +00:00
Mathieu Tortuyaux
0ea216218d
Merge pull request #3835 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-16 12:36:11 +01:00
Mathieu Tortuyaux
4713786307
Merge pull request #3829 from flatcar/linux-6.12.77-flatcar-4593
Upgrade Linux Kernel for flatcar-4593 from 6.12.74 to 6.12.77
2026-03-16 12:35:19 +01:00
Flatcar Buildbot
80075896d9 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-16 11:35:14 +00:00
Flatcar Buildbot
e5b65ee680 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:32 +00:00
flatcar-ci
515f3e153f New version: beta-4593.1.0-nightly-20260311-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-11 21:00:27 +00:00
Mathieu Tortuyaux
051d7c6c7d
Merge pull request #3820 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-11 18:36:18 +01:00
Flatcar Buildbot
7c0cb0e562 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 17:08:39 +00:00
Mathieu Tortuyaux
693d3a24c2
Merge pull request #3819 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-11 09:45:43 +01:00
Flatcar Buildbot
9268894dd8 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
f4463a4e34 New version: beta-4593.1.0-nightly-20260310-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-10 21:00:33 +00:00
James Le Cuirot
2e24fe7b2f
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:54 +00:00
Robin Schneider
b115fe2e8e
Change shebang for run_sdk_container
Signed-off-by: Robin Schneider <mail@robinschneider.dev>
2026-03-10 14:04:06 +00:00
James Le Cuirot
d77d12ffc8
sys-kernel/bootengine: Bump to address PXE OEM issue
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-10 09:45:35 +00:00
flatcar-ci
7fd10b44fa New version: beta-4593.1.0-nightly-20260309-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-09 21:00:26 +00:00
Mathieu Tortuyaux
517a65d3a6
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:47:13 +01:00
Mathieu Tortuyaux
9cf3ecf84a
Merge pull request #3806 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-09 14:40:26 +01:00
Mathieu Tortuyaux
362b96e216
Merge pull request #3745 from flatcar/cacerts-3.121-flatcar-4593
Update ca-certificates in flatcar-4593 from 3.120 to 3.121
2026-03-09 14:37:46 +01:00
Mathieu Tortuyaux
14fed793bf
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:37:06 +01:00
Flatcar Buildbot
dfb590b432 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-09 13:35:39 +00:00
Mathieu Tortuyaux
5f9f43c869
Merge pull request #3802 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-09 14:34:59 +01:00
Flatcar Buildbot
5ba568dda3 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-09 09:57:02 +00:00
flatcar-ci
71ae54e01a New version: alpha-4593.0.0-nightly-20260306-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-06 21:00:25 +00:00
Mathieu Tortuyaux
efb5f040c4
Merge pull request #3793 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-06 15:36:29 +01:00
Flatcar Buildbot
265fe15fdb Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-06 14:33:26 +00:00
flatcar-ci
e19fd6d322 New version: alpha-4593.0.0-nightly-20260305-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-05 21:00:26 +00:00
Mathieu Tortuyaux
b7f9a3a5c4
Merge pull request #3781 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-05 11:42:31 +01:00
Flatcar Buildbot
64e0731d7f Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-05 10:41:42 +00:00
Mathieu Tortuyaux
a5e79b1ba6
Merge pull request #3767 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-05 09:19:39 +01:00
Flatcar Buildbot
ddb34ea32a Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-04 10:13:42 +00:00
flatcar-ci
0d48aee08e New version: alpha-4593.0.0-nightly-20260303-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-03-03 21:00:23 +00:00
Sayan Chowdhury
5e2a90dfdb
New version: beta-4593.1.0
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
beta-4593.1.0
2026-03-03 15:11:40 +05:30
Sayan Chowdhury
da9e5b322f
Merge pull request #3743 from flatcar/linux-6.12.74-flatcar-4593
Upgrade Linux Kernel for flatcar-4593 from 6.12.73 to 6.12.74
2026-03-03 14:37:11 +05:30
Kai Lüke
efeddbca7f
Merge pull request #3756 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-03-03 10:05:32 +01:00
Flatcar Buildbot
be74cec772 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-03 08:49:44 +00:00
flatcar-ci
40e54b8e71 New version: alpha-4593.0.0-nightly-20260224-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-02-24 21:00:25 +00:00
Flatcar Buildbot
3a1870e70a app-misc/ca-certificates: Update from 3.120 to 3.121
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-23 07:32:34 +00:00
Flatcar Buildbot
492fab2ab7 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:54 +00:00
flatcar-ci
efde559cef New version: alpha-4593.0.0-nightly-20260219-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-02-19 21:00:25 +00:00
Mathieu Tortuyaux
2672796d8a
Merge pull request #3735 from flatcar/mantle-update-flatcar-4593
Upgrade mantle container image to latest HEAD in flatcar-4593
2026-02-19 09:22:15 +01:00