31475 Commits

Author SHA1 Message Date
Krzesimir Nowak
e96337f8c8 Update mantle container image to latest HEAD 2025-03-26 15:27:10 +01:00
Krzesimir Nowak
37496b3131 ci-automation: Pass image version to kola 2025-03-26 15:26:31 +01:00
Mathieu Tortuyaux
17ecbee763
changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-03-26 15:26:29 +01:00
Mathieu Tortuyaux
687031ffe1
sys-apps/ignition: apply Flatcar modifications
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-03-26 15:23:31 +01:00
Mathieu Tortuyaux
7c793477c6
sys-apps/ignition: pull release 2.21.0
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-03-26 15:23:05 +01:00
Mathieu Tortuyaux
376ae52999
Merge pull request #2769 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-03-26 13:32:49 +01:00
Mathieu Tortuyaux
6954e72468
sys-kernel/coreos-sources: update revert pahole patch
Follow-up from: 5daa0c35a1

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-03-26 13:29:09 +01:00
Flatcar Buildbot
345a4a633e Update mantle container image to latest HEAD 2025-03-26 09:55:33 +00:00
James Le Cuirot
f098452630
Merge pull request #2765 from flatcar/chewi/update-ssh-keys-better-clap
coreos-base/update-ssh-keys: Bump for improved docs with better Clap use
2025-03-26 09:55:17 +00:00
flatcar-ci
60e738626f New version: main-4285.0.0-nightly-20250325-2100 2025-03-25 21:00:27 +00:00
Mathieu Tortuyaux
7f8611bed6
Merge pull request #2759 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-03-25 16:39:13 +01:00
James Le Cuirot
70ca73a3c2
coreos-base/update-ssh-keys: Bump for improved docs with better Clap use
Closes: https://github.com/flatcar/Flatcar/issues/1554
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-03-25 14:47:53 +00:00
Flatcar Buildbot
da4c34a968 Update mantle container image to latest HEAD 2025-03-24 21:06:51 +00:00
flatcar-ci
3d9ec51471 New version: main-4284.0.0-nightly-20250324-2100 2025-03-24 21:00:28 +00:00
James Le Cuirot
78534984a8
sys-boot/shim-signed: Fix the Manifest
We think my last commit got lost somewhere.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-03-24 14:33:05 +00:00
Sayan Chowdhury
3b0b65da72
Merge pull request #2754 from flatcar/sayan/signed-images
Add changes to have a Flatcar signed image with our signed release process.
2025-03-24 18:30:20 +05:30
Sayan Chowdhury
3a1934d200
changelog: Add changelog for updating shim secureboot
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2025-03-24 17:00:57 +05:30
Flatcar Buildbot
b291e5c1a9 sys-kernel/coreos-sources: Update from 6.6.83 to 6.6.84 2025-03-23 07:04:59 +00:00
flatcar-ci
86797b315e New version: main-4281.0.0-nightly-20250321-2100 2025-03-22 02:17:57 +00:00
flatcar-ci
1f418bc4fc New version: main-4281.0.0-nightly-20250321-2100-INTERMEDIATE 2025-03-21 21:00:26 +00:00
James Le Cuirot
cf8da7bc9c
Merge pull request #2753 from danzatt/danzatt/baselayout-fix
overlay sys-apps/baselayout: Don't create empty /etc configs
2025-03-21 16:44:52 +00:00
Krzesimir Nowak
9439203f49 setup_board: Fix setting a profile
Same fix as done in build_library/toolchain_util.sh.
2025-03-21 16:24:42 +01:00
Krzesimir Nowak
39825d59c0 sdk_lib: Silence some docker warnings 2025-03-21 14:16:03 +01:00
Krzesimir Nowak
b1220b6e4e build_library/toolchain_util: Fix setting a profile
Setting a profile in a newly created sysroot when building native
toolchains broke after an eselect update. Apparently eselect gets the
path to the coreos-overlay repository and then prefixes it with
ROOT. Since ROOT was set to /build/<arch>-usr, the resulting patch was
wrong. Fix this by telling eselect where to find our make.profile
symlink in new sysroot by setting PORTAGE_CONFIGROOT to
/build/<arch>-usr and where to find our profiles by setting ROOT (and
SYSROOT, because it must match ROOT) to /.
2025-03-21 14:16:01 +01:00
Sayan Chowdhury
7d7bcb02e1
grub_install.sh: copy signed shim to location
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2025-03-21 18:02:38 +05:30
James Le Cuirot
76729bea7f
Revert "prod_image_util.sh: Temporarily nobble removing unsigned kernel and GRUB"
This reverts commit 3f68400908c8ad61b7c83f3cad4af09c98d6267d.
2025-03-21 18:02:38 +05:30
James Le Cuirot
80dfea84b0
Revert "build_image: Temporarily nobble condition around generate_update"
This reverts commit 94f95acdc7b6f15f93ea5d17a9951da6c382f284.
2025-03-21 18:02:38 +05:30
James Le Cuirot
33ced76b95
sys-boot/shim-signed: Bump to sign with our temporary certificate
We're still waiting to have the shim officially signed, but we want to start
using our signed release process now.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-03-21 18:02:38 +05:30
Sayan Chowdhury
cdb45e62b3
build_libary/vm_image_util: Add the temporary shim signing cert
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2025-03-21 18:02:37 +05:30
Sayan Chowdhury
450a8983cc
build_library/sbsign_util: Update the SBSIGN_KEY & AZURE_KEYVAULT_URL
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2025-03-21 18:02:30 +05:30
Krzesimir Nowak
2c15410552 changelog: Add entries 2025-03-20 17:48:22 +01:00
Krzesimir Nowak
8a596a0f8a overlay profiles: Drop accept keywords for sys-libs/binutils-libs 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
60edde1b54 overlay profiles: Drop accept keywords for sys-devel/binutils 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
827e7f829d overlay coreos/config: Stop masking installation of selinux config
Gentoo's selinux config is the same as ours now, so we don't need to
override it any more.
2025-03-20 13:37:56 +01:00
Krzesimir Nowak
bd7a950491 overlay coreos-base/misc-files: Drop our selinux config
Gentoo's selinux config is the same as ours now, so we don't need to
override it any more.
2025-03-20 13:37:56 +01:00
Krzesimir Nowak
86a135d288 overlay profiles: Drop accept keywords for dev-util/glib-utils 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
8ea1b8fa99 overlay profiles: Drop accept keywords for dev-util/gdbus-codegen 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
fbbfe700cd overlay profiles: Drop accept keywords for dev-libs/libtasn1 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
d303941693 overlay profiles: Drop accept keywords for dev-libs/glib 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
77da183658 overlay profiles: Drop accept keywords for dev-build/meson 2025-03-20 13:37:56 +01:00
Krzesimir Nowak
78857eb053 overlay profiles: Add or update accept keywords 2025-03-20 13:37:56 +01:00
Flatcar Buildbot
89ef5d69f3 sys-process/tini: Sync with Gentoo
It's from Gentoo commit 86bb4af29fee8a1c83ca9f30f885e0e0b4147329.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
1c9bf8dd56 sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit e54925bf06f6545d3a5e03676d00d9310d509068.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
90def1aabf sys-libs/libsepol: Sync with Gentoo
It's from Gentoo commit b097f2ba052c28c9c3d0e0ead8d33e1783be3153.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
79d4f83470 sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit 3d8ba0aea9baed508a85abeb75f88274dd00ab13.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
0004c49fbe sys-libs/libseccomp: Sync with Gentoo
It's from Gentoo commit 1b1023ec6bee0475caa7ec6d74a2983bfb8a0238.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
ebd06081d1 sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit e37fd11363a6aec2887e3b9a2bff4355eb47f63d.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
2632347bf7 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 9074a3d84995540c2c814c713e7a67cb01cf0323.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
9dd26e40da sys-libs/gdbm: Sync with Gentoo
It's from Gentoo commit e44b48267bb1b2db1864b95feeb2b8751583b5d3.
2025-03-20 13:37:56 +01:00
Flatcar Buildbot
664189a53f sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit d87f8d3d8c2ea3231e8fb26e671dcdcf2d618a55.
2025-03-20 13:37:56 +01:00