Krzesimir Nowak
f23661e2d0
overlay dev-python/boto: Add a patch to make it work on python 3.12
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-19 12:02:44 +01:00
Krzesimir Nowak
d4e33f7a4c
overlay profiles: Ease into Python bump with transitional profile
...
We only allow one version of Python in the SDK and generic images, but
this creates a friction during the SDK build where the seed still has
an old version of Python and the stage1 is supposed to have the new
one, and thus we end up with slot conflicts for python packages - I
don't really understand what is going on (there are python packages in
the seed image that are built for old Python and emerge wants to
install the same packages in the seed but built for the new Python and
it can't work its way around it.)
Allowing both versions of Python to coexist in stage1 seems to be
moving things forward. Stage3 image (stage2 is skipped) will contain
only the new version of Python.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-19 11:56:44 +01:00
Krzesimir Nowak
965d344a92
overlay profiles: Add a transitional profile for SDK
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-19 11:55:49 +01:00
Krzesimir Nowak
06328bb286
changelog: Add an entry
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-15 13:00:18 +01:00
Krzesimir Nowak
1a55092a98
overlay *: Bump some python compats to 3.14
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-15 13:00:18 +01:00
Krzesimir Nowak
5dfb62c7e8
overlay profiles: Bump python to 3.12
...
Try to do it with in a kinda-sorta proper Gentoo way - with
PYTHON_TARGETS and PYTHON_SINGLE_TARGET variables in
make.defaults. Still need to disable all other versions of python,
otherwise our settings gets merged with settings from base Gentoo
profiles, which currently enable python 3.13. And we also need to keep
masking the other python versions, because emerge still for some
reason wants to install python 3.13 or 3.14 for some packages, despite
the settings in PYTHON_TARGETS.
We are not bumping to 3.13, because sec-policy/selinux-base
PYTHON_COMPAT is still on at most 3.12.
Note that this change still allows python 3.11 in PYTHON_TARGETS for a
transition period. Otherwise the SDK builds do not go past stage1. We
only restrict generic images to 3.12 only, otherwise we would end up
with two python version installed in sysext images.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-01-15 12:55:12 +01:00
flatcar-ci
06b03f1059
New version: main-4580.0.0-nightly-20260114-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-14 21:00:25 +00:00
James Le Cuirot
9d62073973
Merge pull request #3647 from flatcar/chewi/ignition-live
...
sys-apps/ignition: Add live ebuild
2026-01-14 15:30:47 +00:00
James Le Cuirot
26d90b38ce
sys-apps/ignition: Add live ebuild
...
We often do development work on Ignition, so this is useful to have. The
ebuild will not work with Flatcar as-is because it lacks our patches,
but it can still be used in conjunction with flatcar_workon. We cannot
apply the patches unconditionally because they are unlikely to apply.
They do not apply right now.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-14 10:50:05 +00:00
flatcar-ci
1c8aeb0e54
New version: main-4579.0.0-nightly-20260113-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-13 21:00:26 +00:00
James Le Cuirot
1860f032ee
Merge pull request #3612 from flatcar/chewi/non-live
...
Migrate (almost) all versioned coreos-overlay ebuilds away from git eclass
2026-01-13 15:27:26 +00:00
James Le Cuirot
a9297cf2e9
build_image_util: Drop duplicate EGIT_REPO_URI handling
...
This was left over from the cros_workon migration.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:16:46 +00:00
James Le Cuirot
2aca5d3352
run_sdk_container: Mount /tmp with exec to fix flatcar_workon
...
flatcar_workon creates a temporary PORTAGE_TMPDIR. It's probably a good
idea for an SDK in general anyway.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:16:45 +00:00
James Le Cuirot
7893c01ba5
flatcar_workon: Don't error when run with no arguments
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:16:44 +00:00
James Le Cuirot
2e2a1f8e3c
app-emulation/open-vmdk: Replace outdated git ebuild with new Gentoo one
...
It was pinned to an old commit. I will maintain the new Gentoo package.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:16:42 +00:00
James Le Cuirot
19f4fb448a
coreos-base/ue-rs: Already non-live but make consistent with others
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:15:52 +00:00
James Le Cuirot
27e8ef2923
coreos-base/update_engine: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:15:51 +00:00
James Le Cuirot
43a8a4598b
sys-kernel/bootengine: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:15:47 +00:00
James Le Cuirot
fb86fc60f7
sys-apps/baselayout: Already non-live but make consistent with others
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:10 +00:00
James Le Cuirot
1c2cf9329d
app-admin/locksmith: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:09 +00:00
James Le Cuirot
dd0079be98
app-admin/updateservicectl: Migrate versioned ebuild from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:08 +00:00
James Le Cuirot
e20526b040
app-crypt/go-tspi: Migrate versioned ebuild away from git eclass
...
Note that 9999 does not currently build.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:07 +00:00
James Le Cuirot
e19f399f88
app-admin/toolbox: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:06 +00:00
James Le Cuirot
f430165d61
app-admin/sdnotify-proxy: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:05 +00:00
James Le Cuirot
34e8715599
app-admin/mayday: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:04 +00:00
James Le Cuirot
acdfcdbc8a
sys-libs/nss-usrfiles: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:03 +00:00
James Le Cuirot
d31514b166
sys-apps/seismograph: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:02 +00:00
James Le Cuirot
2673296150
coreos-base/update-ssh-keys: Migrate versioned ebuild from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:01 +00:00
James Le Cuirot
eb847a1b52
coreos-base/nova-agent-watcher: Migrate versioned ebuild from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:13:00 +00:00
James Le Cuirot
2dbcb5c52e
coreos-base/emerge-gitclone: Migrate versioned ebuild from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:12:59 +00:00
James Le Cuirot
bc2c363fe3
coreos-base/coreos-init: Migrate versioned ebuild away from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:12:58 +00:00
James Le Cuirot
751404ff8c
coreos-base/coreos-cloudinit: Migrate versioned ebuild from git eclass
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:12:57 +00:00
James Le Cuirot
52c99f1663
coreos-base/afterburn: Bump hostname crate to 0.4.2
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:12:56 +00:00
James Le Cuirot
8d6a847dc9
coreos-base/afterburn: Migrate versioned ebuild away from git eclass
...
Also use upstream's vendor tarball.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 15:12:55 +00:00
James Le Cuirot
04cd5a751b
Merge pull request #3616 from flatcar/chewi/dracut-109
...
sys-kernel/dracut: Bump to 109 ahead of Gentoo stabilisation
2026-01-13 14:25:59 +00:00
James Le Cuirot
968b945753
sys-kernel/bootengine: Bump for module reorder in Dracut 108
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 14:24:43 +00:00
James Le Cuirot
03e0108523
sys-kernel/coreos-kernel: Add more missing initrd dependencies
...
Spotted while comparing a local build with a recent nightly.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 14:24:42 +00:00
James Le Cuirot
e7219c3ec2
sys-kernel/coreos-kernel: Don't symlink lib to lib64 in the initrd
...
Gentoo hasn't done this for a very long time because it's wrong.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-01-13 14:24:41 +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
flatcar-ci
1721979e49
New version: main-4578.0.0-nightly-20260112-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-12 21:00:26 +00:00
James Le Cuirot
01ef70d285
Merge pull request #3620 from flatcar/chewi/non-live-overlaybd
...
Build overlaybd and accelerated-container-image entirely offline
2026-01-12 14:50:43 +00:00
Mathieu Tortuyaux
d296f4fe9c
Merge pull request #3645 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2026-01-12 14:37:54 +01:00
Flatcar Buildbot
9ea85aada6
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-12 13:36:58 +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
Mathieu Tortuyaux
22bcb76975
Merge pull request #3640 from flatcar/cacerts-3.120-main
...
Update ca-certificates in main from 3.119 to 3.120
2026-01-12 09:38:10 +01:00
Flatcar Buildbot
817db36a39
app-misc/ca-certificates: Update from 3.119 to 3.120
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-12 07:17:33 +00:00
Flatcar Buildbot
f4abfee0ec
sys-kernel/coreos-sources: Update from 6.12.64 to 6.12.65
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-01-12 07:11:03 +00:00
flatcar-ci
f084501dcb
New version: main-4575.0.0-nightly-20260109-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-10 03:29:03 +00:00
flatcar-ci
9cbec4e64a
New version: main-4575.0.0-nightly-20260109-2100-INTERMEDIATE
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-01-09 21:00:22 +00:00