Commit Graph

22386 Commits

Author SHA1 Message Date
Gabriel Adrian Samfira
04a6c5ee03 Detect multipart mime and ignore it
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-08 23:53:16 +03:00
Gabriel
8429adeaf4
Merge pull request #896 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2023-06-08 23:48:47 +03:00
Flatcar Buildbot
f83f6a06bb Update mantle container image to latest HEAD 2023-06-08 19:46:33 +00:00
Kai Lüke
5263031b43
Merge pull request #892 from flatcar/kai/systemd-backport-252-11
sys-apps/systemd: Update to 252.11
2023-06-08 20:54:44 +02:00
Kai Lueke
9c6f713866 sys-kernel/bootengine: Prevent a bootloop on setup-root service failure
This pulls in
https://github.com/flatcar/bootengine/pull/63
to prevent the bootloop that sometimes happened and now happens more
often, e.g., as seen with the coreos.update.badusr kola test.
2023-06-08 20:54:03 +02:00
Krzesimir Nowak
107ecaa536
Merge pull request #891 from flatcar/krnowak/drop-python-oem-leftovers
overlay coreos/config: Drop python-oem leftovers
2023-06-08 13:08:50 +02:00
Dongsu Park
e2c6ff120c changelog: add security changelog for Go 1.19.10 and 1.20.5 2023-06-08 09:48:00 +02:00
Flatcar Buildbot
30490623c2 dev-lang/go: Update from 1.20.4 to 1.20.5 2023-06-08 07:37:29 +00:00
Flatcar Buildbot
a0bbc89d0f dev-lang/go: Update from 1.19.9 to 1.19.10 2023-06-08 07:37:19 +00:00
flatcar-ci
a38c293aee New version: main-3628.0.0-nightly-20230607-2100 2023-06-07 21:00:26 +00:00
Kai Lueke
25e20afccf sys-apps/systemd: Update to 252.11
This pulls in
https://github.com/systemd/systemd-stable/releases/tag/v252.11
mainly for fixing https://github.com/flatcar/Flatcar/issues/1048
2023-06-07 18:22:32 +02:00
Krzesimir Nowak
89e69ead03
Merge pull request #864 from flatcar/krnowak/move-docker-packages
Move docker packages from app-emulation to app-containers
2023-06-07 17:24:46 +02:00
Krzesimir Nowak
dddddeb4de overlay coreos/config: Drop python-oem leftovers
The dev-lang/python-oem package is no more, so drop the environment
overrides for it.
2023-06-07 15:38:03 +02:00
flatcar-ci
934bdd5eb0 New version: main-3627.0.0-nightly-20230606-2100 2023-06-06 21:00:31 +00:00
Krzesimir Nowak
c22ce03960
Merge pull request #858 from flatcar/krnowak/azure-oem-sysext
export portage db, oem sysext utils, sysext for azure
2023-06-06 15:13:24 +02:00
Krzesimir Nowak
1e19586631
changelog: Improve wording on sysext changes
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2023-06-06 15:12:15 +02:00
Krzesimir Nowak
a94b389c9a changelog: Add an entry 2023-06-06 15:10:07 +02:00
Krzesimir Nowak
8a52f23711 overlay sys-kernel/bootengine: Pull in initial sysext MVP 2023-06-06 15:10:07 +02:00
Krzesimir Nowak
23df3170ff build_library: Force initial version of OEM sysexts for now
We don't have an update process of the OEM sysexts implemented yet, so
use a fake "initial" version for them and make them independent from
OS version.
2023-06-06 15:10:07 +02:00
Krzesimir Nowak
8b17ca2b02 overlay coreos-base/oem-qemu: Make it a sysext package
It isn't doing much as nothing QEMU-specific was being installed into
the OEM partition.

With that done, we opt into building an OEM sysext image for QEMU
platform.
2023-06-06 15:10:07 +02:00
Krzesimir Nowak
995910cd78 overlay coreos-base/oem-azure: Make it a sysext package
This package will be used for the sysext image, instead of for
installing files into /usr/share/oem. This means that we can drop some
files or move them elsewhere. The systemd service file is not needed,
because it is installed by the app-emulation/wa-linux-agent package
now. This also means that the ignition file as lost its purpose. The
grub.cfg and oem-release must be installed in /usr/share/oem, next to
the sysext raw image file, so handling of these files is moved to the
newly added coreos-base/common-oem-files package. `eject` symlink to
`/usr/bin/true` is installed in the newly added manglefs.sh script.

With this done, we also opt into building an OEM sysext image for
Azure platform.
2023-06-06 15:10:07 +02:00
Krzesimir Nowak
70d33ebabd overlay coreos-base/common-oem-files: New package
Th package will generate and install both grub.cfg and oem-release
files into /usr/share/oem. Each platform can customize the process by
providing their own fragments for each of the two files if necessary.
2023-06-06 15:10:07 +02:00
Krzesimir Nowak
ee45899915 overlay dev-lang/python-oem: Drop unnecessary package 2023-06-06 15:10:07 +02:00
Krzesimir Nowak
14a55a27b5 overlay dev-python/distro-oem: Drop unnecessary package 2023-06-06 15:10:07 +02:00
Krzesimir Nowak
86eada1cc9 overlay app-emulation/wa-linux-agent: Redo the package for sysext
Since the contents of this package will be now a part of the sysext
image, we don't need any special OEM-specific hacks. We don't need to
install the package in /usr/share/oem directory any more, so update
the ebuild to use the Gentoo python machinery to install files in the
usual locations. This can also use a normal python package, so replace
dependencies on dev-lang/python-oem and dev-python/distro-oem with
dev-lang/python and dev-python/distro, respectively. The waagent.conf
file we used to provide is updated (to disable auto updates, for
example, and dropped obsolete options) and now is a part of the patch,
so it is installed by the python machinery.
2023-06-06 15:10:07 +02:00
Krzesimir Nowak
5ef38b98aa coreos-base/coreos-init: Pull in updated azure udev rules 2023-06-06 15:10:00 +02:00
Krzesimir Nowak
46b98ba0d2 image_to_vm: Require pkgdb tarball and handle sysext building 2023-06-06 13:01:09 +02:00
Krzesimir Nowak
df6e2aa505 ci-automation: Download portage database from bincache for vms 2023-06-06 13:01:09 +02:00
Krzesimir Nowak
a5ecf0d79f build_library/prod_image_util.sh: Generate a tarball with portage database
Will come in handy when generating OEM sysexts. We can mount the
generic image, put the image database back into the image and emerge
extra packages without the need to drop all DEPENDS and BDEPENDS from
the ebuilds.
2023-06-06 13:01:09 +02:00
Krzesimir Nowak
86d7eb5894 *: Add OEM sysext building utilities 2023-06-06 13:01:09 +02:00
Krzesimir Nowak
5105ed5677 build_library: Move report function to a separate file
I'd like to use them in other places, and I don't need all the other
stuff build_image_util.sh provides.
2023-06-06 13:01:09 +02:00
Krzesimir Nowak
706356c459 build_library/disk_util: Add btrfs UUID randomizing
This is necessary if we want to mount a copy of the production image.
2023-06-06 13:01:09 +02:00
Krzesimir Nowak
fba00ac4fc app-emulation: Move docker packages to app-containers
This commit moves containerd, cri-tools, docker, docker-cli and
docker-proxy from app-emulation to app-containers.

Also move app-emulation/docker-runc to app-containers as runc. The
docker-runc name seems to be an artifact from the older versions of
docker, where it needed to use a fork of runc instead of upstream. But
now, docker-runc was actually using upstream code, so simplify the
name now.

Adapt all the other files to the new package names.
2023-06-06 10:41:18 +02:00
Krzesimir Nowak
e6700fcc5c
Merge pull request #880 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2023-06-06 10:37:34 +02:00
Flatcar Buildbot
41f6313a3f Update mantle container image to latest HEAD 2023-06-06 08:06:19 +00:00
Dongsu Park
a142d48999
Merge pull request #878 from flatcar/cacerts-3.90-main
Update ca-certificates in main from 3.89 to 3.90
2023-06-06 10:06:00 +02:00
flatcar-ci
b8e75b242f New version: main-3626.0.0-nightly-20230605-2100 2023-06-05 21:00:29 +00:00
Dongsu Park
47be22ec4d
Merge pull request #872 from flatcar/dongsu/sudo-1.9.13p3
app-admin/sudo: update to 1.9.13p3
2023-06-05 16:39:17 +02:00
Flatcar Buildbot
780e7fe807 app-misc/ca-certificates: Update from 3.89 to 3.90 2023-06-05 07:20:09 +00:00
flatcar-ci
b8d054157c New version: main-3623.0.0-nightly-20230602-2100-INTERMEDIATE 2023-06-02 21:00:29 +00:00
Dongsu Park
7b3b7930bf
Merge pull request #861 from flatcar/buildbot/monthly-glsa-metadata-updates-2023-06-01
Monthly GLSA metadata 2023-06-01
2023-06-02 16:18:40 +02:00
Krzesimir Nowak
f1c2d9802d
Merge pull request #863 from flatcar/krnowak/move-tini
Move sys-process/tini from overlay to portage-stable
2023-06-02 14:03:50 +02:00
Dongsu Park
fea0b0d44c changelog: add changelog for sudo 1.9.13p3 2023-06-02 11:36:19 +02:00
Sayan Chowdhury
a46fe7a818 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>
2023-06-02 11:31:15 +02:00
Dongsu Park
51a6e7f667 app-admin/sudo: update to 1.9.13_p3
Update app-admin/sudo to 1.9.13_p3, mainly to address
CVE-2023-27320, CVE-2023-28486, CVE-2023-28487.

Gentoo commit: 4aebe55f8c434205f2ea3d28ffacb834a401bc1f
2023-06-02 11:31:15 +02:00
Gabriel
1cfedaf8b3
Merge pull request #862 from flatcar/gabriel-samfira/add-on-pr-workflow
Add on pr workflow
2023-06-02 10:32:24 +03:00
Gabriel Adrian Samfira
6819fd1a9e
Properly reference inputs
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-01 19:18:23 +03:00
Gabriel Adrian Samfira
3a0a28e32a
Make jobs cancelable
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-01 18:39:14 +03:00
Gabriel Adrian Samfira
91b96b21b3
Define output for update_sdk
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-01 17:42:24 +03:00
Gabriel Adrian Samfira
66bfe6a6e5
Look for /update-sdk in PR description
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-01 16:59:37 +03:00