27934 Commits

Author SHA1 Message Date
Adrian Vladu
f770658e7b
Merge pull request #1654 from flatcar/ader1990/fix-kmod-static-nodes
bootengine: fix kmod-static-nodes
2024-02-14 14:21:48 +02:00
Krzesimir Nowak
aaeea98037
Merge pull request #1609 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-29
Weekly portage-stable package updates 2024-01-29
2024-02-14 12:46:20 +01:00
Adrian Vladu
70ad180b0c bootengine: fix kmod static node creation
Update the bootengine commit id to use the fix from:
https://github.com/flatcar/bootengine/pull/85

Fixes kubevirt vm creation by ensuring that /dev/vhost-net static node gets created
Fixes: https://github.com/flatcar/Flatcar/issues/1336

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-02-14 10:38:37 +00:00
Dongsu Park
29f32b1f18 changelog: add changelog for sudo 1.9.15p5 2024-02-14 09:25:55 +01:00
Sayan Chowdhury
0fe13ebe6b app-admin/sudo: Apply Flatcar patches
- Remove Perl Runtime Dependency
- Remove OpenLDAP schema files for sudo
- Remove sudo.conf file as it is shipped via baselayout

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-14 09:25:55 +01:00
Dongsu Park
b17b05cf07 overlay app-admin/sudo: update to 1.9.15_p5
Update app-admin/sudo to 1.9.15_p5, mainly to address CVE-2023-42465.

Based on Gentoo commit ff039bd2d41b317c73278f8d30a1d3caec1b03df.
2024-02-14 09:25:55 +01:00
Dongsu Park
19e97c359d
Merge pull request #1653 from flatcar/rust-1.76.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.75.0 to 1.76.0
2024-02-14 09:23:12 +01:00
Dongsu Park
97ba68b68b
Merge pull request #1651 from flatcar/go-1.19.13-and-1.20.14-main
Upgrade Go from 1.20.13 to 1.20.14
2024-02-14 09:17:52 +01:00
flatcar-ci
b756cbe7f4 New version: main-3879.0.0-nightly-20240213-2100 2024-02-13 21:00:25 +00:00
Kai Lüke
9138d4f506
Merge pull request #1661 from flatcar/kai/mapped-pcscd
core_sign_update: Work with a mapped pcscd socket
2024-02-13 17:10:17 +01:00
Flatcar Buildbot
d18efe61a5 dev-lang/rust: Update from 1.75.0 to 1.76.0 2024-02-13 17:09:33 +01:00
Kai Lueke
dd8c063770 core_sign_update: Work with a mapped pcscd socket
The sdk user in the container might rejected by the pcscd on the host.
Work around that by running the openssl command as root.
2024-02-13 15:43:43 +01:00
Krzesimir Nowak
60fc0f9d4f
Merge pull request #1567 from flatcar/krnowak/glibc-update
Update sys-libs/glibc to 2.38
2024-02-13 15:06:26 +01:00
Krzesimir Nowak
7058402010
Merge pull request #1658 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-02-13 14:14:19 +01:00
Flatcar Buildbot
977127c4e1 Update mantle container image to latest HEAD 2024-02-13 13:11:46 +00:00
flatcar-ci
183d174796 New version: main-3878.0.0-nightly-20240212-2100 2024-02-12 21:00:25 +00:00
Kai Lüke
c48d4d2cad
Merge pull request #1652 from flatcar/kai/create-run-ignition.env
sys-kernel/bootengine: Ensure /run/ignition.env exists on every boot
2024-02-12 18:59:28 +01:00
Kai Lueke
ca514c326b sys-kernel/bootengine: Ensure /run/ignition.env exists on every boot
This pulls in https://github.com/flatcar/bootengine/pull/86 to fix the
previous rework that only created /run/ignition.env on the first boot
while we rely on it to run cloud-init on every boot when no Ignition
config was provided.
2024-02-12 18:58:18 +01:00
Thilo Fromm
88857b496a garbage_collect_releases: fix silent fail, keep all relevant SDKs
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2024-02-12 17:51:32 +01:00
Kai Lüke
8068db3ab3
Merge pull request #1645 from flatcar/kai/support-old-airgapped
coreos-base/update_engine: Support updating old airgapped clients
2024-02-12 17:14:26 +01:00
Kai Lueke
c0b2f1ce2f coreos-base/update_engine: Support updating old airgapped clients
This pulls in https://github.com/flatcar/update_engine/pull/38
with two workarounds to read out proxy env vars from the service unit
and to read out the XML response from the journal logs, because the XML
passing and the passing of proxy env vars is not present in old clients.
2024-02-12 17:13:34 +01:00
Thilo Fromm
9359a83299
Apply suggestions from code review
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2024-02-12 16:07:40 +01:00
Flatcar Buildbot
d55c31f6f9 dev-lang/go: Update from 1.20.13 to 1.20.14 2024-02-12 07:22:18 +00:00
flatcar-ci
1c5e190930 New version: main-3874.0.0-nightly-20240208-2100 2024-02-08 21:00:40 +00:00
Krzesimir Nowak
a02e04d6ae
Merge pull request #1631 from daMupfel/cloudinit-cloudsigma-fix-duplicated-service-execution
changelog: remove cloudsigma custom cloudinit service configuration
2024-02-08 15:29:22 +01:00
David Eichin
0cff10309b changelog: remove cloudsigma custom cloudinit service configuration
CloudSigma uses a serial port to transfer metadata into a running
instance. Because the service was overwritten with the configuration
"restart" it was possible that the previous instance got interrupted.
This left the serial connection in an non-deterministic state as the
next user would get output from the previous request. The service in
general was not needed as the cloud oem is already set to cloudsigma.
2024-02-08 15:18:04 +01:00
Krzesimir Nowak
8af400c51b changelog: Add entries 2024-02-08 14:27:11 +01:00
Thilo Fromm
8d2a98e185 sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2024-02-08 14:22:41 +01:00
Krzesimir Nowak
8d2c0706cc sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 849db3ce033ee1b6c7e818cbf88fa8a1149af68e.
2024-02-08 14:22:41 +01:00
Krzesimir Nowak
d86e414256 overlay profiles: Add a workaround for handling pcscd user in SDK 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
9f6479e58e changelog: Add entries 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
009ebb89c1 .github: Add bash-completion eclass to automation 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6c4f097f61 eclass/bash-completion-r1: Sync with Gentoo
It's from Gentoo commit ff113c24e6def397ddf4f864e038480b94be33b8.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
1463ab65c7 overlay profiles: Drop accept keywords for sys-libs/binutils-libs 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
8eb323d8f5 overlay profiles: Drop accept keywords for sys-kernel/linux-headers 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0576d56fae overlay coreos/user-patches: Update a README for sys-fs/xfsprogs patch 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
1dfcf4822f overlay coreos/user-patches: Drop unnecessary patches for sys-devel/crossdev
We updated the package to version that contains the change already.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
f72ac7430c overlay profiles: Drop accept keywords for sys-devel/binutils 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0b6f5e1848 overlay profiles: Drop accept keywords for sys-apps/coreutils 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
204be48fa1 overlay profiles: Update accept keywords for net-libs/gnutls 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
a3e7a8914e overlay profiles: Add missing accept keywords for dev-libs/opensc
No real harm done though, as this package exists only on SDK and we
only have amd64 SDKs for now.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
370953550d overlay profiles: Update accept keywords for net-misc/curl 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
79d1263246 .github: Add more packages to automation 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
4c60a903b6 net-dns/libidn2: Sync with Gentoo
It's from Gentoo commit 2a48d347910fca2b15a532e4568cfda3287c7a01.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
aa69842797 net-libs/libpsl: Add from Gentoo
It's from Gentoo commit 3d94a878ce4e17eb03183cad27db3e29e9a447ba.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
925961be01 .github: Add some eclasses to automation 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
07eb8266fe eclass/ruby-utils: Sync with Gentoo
It's from Gentoo commit d18249523bf04913d041c7b28e3104a76db14553.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
aa498b3088 eclass/ruby-single: Sync with Gentoo
It's from Gentoo commit a95521f59ce3ec40bf4ed01a27655aa2ae409a59.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
b2132686b0 eclass/lua-utils: Sync with Gentoo
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0a9c0b0daf eclass/lua-single: Sync with Gentoo
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2024-02-08 14:20:17 +01:00