991 Commits

Author SHA1 Message Date
James Le Cuirot
3f8baedc51
sys-apps/ignition: Drop the old OEM mounting code
bootengine will mount the partition before Ignition starts instead.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-15 15:23:41 +01:00
Sayan Chowdhury
9aa417653e
Merge pull request #3919 from flatcar/linux-6.12.81-main
Upgrade Linux Kernel for main from 6.12.77 to 6.12.81
2026-04-13 18:44:16 +05:30
Mathieu Tortuyaux
132e48e8d8
Merge pull request #3869 from flatcar/cacerts-3.122-main
Update ca-certificates in main from 3.121 to 3.122
2026-04-13 10:26:59 +02:00
Flatcar Buildbot
5baff0e498 sys-kernel/coreos-sources: Update from 6.12.77 to 6.12.81
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-12 07:33:07 +00:00
James Le Cuirot
c6927109d7
Merge pull request #3871 from flatcar/chewi/nss-usrfiles
sys-libs/nss-usrfiles: Version bump to 2.43
2026-04-01 14:23:50 +01:00
James Le Cuirot
c724ec65a7
sys-libs/nss-usrfiles: Version bump to 2.43
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-01 11:39:51 +01:00
James Le Cuirot
2519d52a9f
app-containers/accelerated-container-image: Version bump to 1.4.3
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-31 14:21:54 +01:00
James Le Cuirot
660f295af3
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-30 14:03:12 +01:00
Flatcar Buildbot
96fb11b01d app-misc/ca-certificates: Update from 3.121 to 3.122
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-30 07:43:01 +00:00
Mathieu Tortuyaux
49c4b396bb
Merge pull request #3461 from flatcar/tormath1/amd-gpu 2026-03-18 13:39:31 +01:00
James Le Cuirot
200cf71083
app-containers/accelerated-container-image: Version bump to 1.4.2
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-18 11:23:51 +00:00
Mathieu Tortuyaux
2c8cce394c
changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-17 13:59:11 +01:00
Mathieu Tortuyaux
4c4fe6007f
Merge pull request #3827 from flatcar/linux-6.12.77-main
Upgrade Linux Kernel for main from 6.12.74 to 6.12.77
2026-03-16 12:35:02 +01:00
Flatcar Buildbot
af108748e6 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:02 +00:00
Flatcar Buildbot
e47b1c63aa sys-kernel/coreos-firmware: Update from 20260221 to 20260309
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-12 07:21:20 +00:00
Krzesimir Nowak
798635ab8e changelog: Add an entry
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
8d12367ee6
sys-kernel/coreos-firmware: Update from 20260110 to 20260221
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-09 14:41:20 +01:00
Mathieu Tortuyaux
7a06289e7d
Merge pull request #3744 from flatcar/cacerts-3.121-main
Update ca-certificates in main from 3.120 to 3.121
2026-03-09 14:35:48 +01:00
James Le Cuirot
2d1252e7ec
sys-kernel/bootengine: Bump to address PXE OEM issue
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-09 09:24:18 +00:00
Krzesimir Nowak
4ed6684049 changelog: Add entries
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-03-05 16:27:42 +01:00
Sayan Chowdhury
ed110eeff9
Merge pull request #3741 from flatcar/linux-6.12.74-main
Upgrade Linux Kernel for main from 6.12.73 to 6.12.74
2026-03-03 14:38:16 +05:30
Kai Lueke
01eea0f99f Use systemd-confext instead of custom /etc overlay mount
For A/B-updated /etc contents we used a custom overlay mount that
provides the default files through a lowerdir loaded from /usr. Since
then we upstreamed mutable systemd-confext support and now we can switch
to it.
This pulls in https://github.com/flatcar/init/pull/138 and
https://github.com/flatcar/bootengine/pull/115 together with backported
systemd patches that have opened or merged upstream PRs to fix --root=
issues and add a refresh skip check to prevent boot disruptions due to
the multiple daemon reloads and - more important - the missing atomic
remount that would mean /etc is gone for a few milliseconds during boot.
The skip logic works best with verity hashes and thus the default
confext must be a verity extension image.
User-provided confext don't work well yet unless they use verity due to
the missing atomic remount and reliance on the skipping logic. We also
need to look into stacking order and other mutabiliy settings.

The backported systemd patches relate to the following upstream PRs:

https://github.com/systemd/systemd/pull/39843 for
vpick-Don-t-use-openat-directly-but-resolve-symlinks
discover-image-Follow-symlinks-in-a-given-root
sysext-Use-correct-image-name-for-extension-release
test-Add-tests-for-handling-symlinks-with-systemd-sy
Note that the patch in the PR relies on
0859fe3f32774f1e0c787974cc252ff922a1b868 but the backport patch not.

https://github.com/systemd/systemd/pull/39980 for
sysext-Create-mutable-directory-with-the-right-mode
sysext-Skip-refresh-if-no-changes-are-found

https://github.com/systemd/systemd/pull/39991 for
sysext-Get-verity-user-certs-from-given-root

https://github.com/systemd/systemd/pull/40063 for
sysext-Fix-config-file-support-with-root
which relies on https://github.com/systemd/systemd/pull/38250 for
man-sysext.conf-add-systemd-sysext-config-files
sysext-introduce-global-config-file
sysext-support-ImagePolicy-global-config-option

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2026-03-03 17:57:31 +09:00
Kai Lueke
58f7884c6c sys-apps/systemd: Update to 258.2
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2026-03-03 17:57:31 +09:00
James Le Cuirot
b82850d1c9
set_lsb_release: Drop the "Oklo" release codename
It was never updated in a meaningful way. It was only used directly in
lsb_release, which is a dead standard. It was included in the os-release
`PRETTY_NAME` but not as a field on its own.

Closes: https://github.com/flatcar/scripts/pull/88
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-02 12:59:07 +00:00
James Le Cuirot
f6f1c2f641
sys-libs/ncurses: Disable minimal USE flag to install full terminfo db
This is needed to support modern terminals like foot and Alacritty.
These take up around 7.5MB more, but the btrfs compression should reduce
this considerably.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-02-23 11:20:44 +00:00
Flatcar Buildbot
66e7f68ef2 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
Krzesimir Nowak
107ab588e7 changelog: Add entries
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-02-20 15:25:00 +01:00
Flatcar Buildbot
f32b808945 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:21 +00:00
Flatcar Buildbot
3e6fe1b2f6
sys-kernel/coreos-sources: Update from 6.12.70 to 6.12.73
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-17 11:00:11 +01:00
Flatcar Buildbot
90f4cbad95 app-misc/ca-certificates: Update from 3.120 to 3.120.1
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-16 07:32:04 +00:00
Mathieu Tortuyaux
d79e5424e0
Merge pull request #3696 from flatcar/tormath1/pam-sssd
package.use: enable back sssd for pambase
2026-02-13 09:52:27 +01:00
Flatcar Buildbot
e6fca0b759 sys-kernel/coreos-sources: Update from 6.12.69 to 6.12.70
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-12 07:24:12 +00:00
Mathieu Tortuyaux
24cd546041
changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-02-11 09:29:00 +01:00
Flatcar Buildbot
5465fa56de sys-kernel/coreos-sources: Update from 6.12.66 to 6.12.69
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-02-07 07:14:41 +00:00
Jordi Cid Sierra
f15a0fad59 sys-kernel/coreos-modules: arm64: Enable CONFIG_FUNCTION_TRACER & CONFIG_DYNAMIC_FTRACE
Signed-off-by: Jordi Cid Sierra <jordicidsierra@gmail.com>
2026-02-05 14:11:43 +01:00
Mathieu Tortuyaux
ce703f946e
Merge pull request #3675 from flatcar/tormath1/openssl-3.5.5
dev-libs/openssl: pull official 3.5.5
2026-01-29 09:21:00 +01:00
Mathieu Tortuyaux
b7f32ee4da
changelog: add openssl update
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-01-28 14:40:38 +01:00
Daniel Zatovic
ddd38ae5ab changelog: Mention OEM sysext signing changes
Update the changelog entry to include information about OEM sysexts
being signed and built during the image phase.

Signed-off-by: Daniel Zatovic <daniel.zatovic@gmail.com>
2026-01-28 13:15:33 +01:00
Daniel Zatovic
b3dfe61eea changelog: Add entry for signed OS-dependent sysexts
Signed-off-by: Daniel Zatovic <daniel.zatovic@gmail.com>
2026-01-28 13:15:33 +01:00
James Le Cuirot
0a6a706520
Merge pull request #3673 from flatcar/vmware-13.0.10-main
Upgrade open-vm-tools in main from 13.0.5 to 13.0.10
2026-01-28 10:24:23 +00:00
Dongsu Park
d87f4c0a9b
Merge pull request #3648 from flatcar/firmware-20260110-main
Upgrade Linux Firmware in main from 20251125 to 20260110
2026-01-28 10:50:11 +01:00
Flatcar Buildbot
9185aa1d76 app-emulation/open-vm-tools: Update from 13.0.5 to 13.0.10
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-28 07:07:00 +00:00
Krzesimir Nowak
d22c749c94 changelog: Add entries
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-23 14:16:03 +01:00
Krzesimir Nowak
211be0aa19
Merge pull request #3618 from flatcar/krnowak/python-bump
Bump python to 3.12
2026-01-20 14:54:46 +01:00
Flatcar Buildbot
7ae9c7dcea sys-kernel/coreos-sources: Update from 6.12.65 to 6.12.66
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-18 07:06:49 +00:00
Krzesimir Nowak
06328bb286 changelog: Add an entry
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-15 13:00:18 +01:00
Flatcar Buildbot
18ef25f802 sys-kernel/coreos-firmware: Update from 20251125 to 20260110
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-15 07:08:26 +00:00
James Le Cuirot
243b7d34d3
sys-kernel/dracut: Bump to 109 ahead of Gentoo stabilisation
They're a bit behind with the stabilisation and I need new features.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 14:24:39 +00:00
James Le Cuirot
0f0e8245b5
Merge pull request #3559 from flatcar/chewi/etcd
dev-db/etcd: Replace our etcdctl package with Gentoo's etcd package
2026-01-13 14:08:38 +00:00
Mathieu Tortuyaux
4e04d39b6f
Merge pull request #3634 from flatcar/linux-6.12.65-main
Upgrade Linux Kernel for main from 6.12.64 to 6.12.65
2026-01-12 14:36:44 +01:00