Commit Graph

14384 Commits

Author SHA1 Message Date
Dongsu Park
374697ac30
Merge pull request #893 from flatcar/go-1.19.10-and-1.20.5-main
Upgrade Go from 1.19.9 and 1.20.4 to 1.19.10 and 1.20.5
2023-06-14 17:20:42 +02:00
Flatcar Buildbot
0b26e00759 Update mantle container image to latest HEAD 2023-06-14 12:31:59 +00:00
flatcar-ci
813f7f5f5a New version: main-3634.0.0-nightly-20230613-2100 2023-06-13 21:00:26 +00:00
Dongsu Park
ef1895adbf
Merge pull request #901 from flatcar/linux-6.1.33-main
Upgrade Linux Kernel for main from 6.1.30 to 6.1.33
2023-06-13 18:12:33 +02:00
flatcar-ci
7201ef7207 New version: main-3633.0.0-nightly-20230612-2100 2023-06-12 21:00:27 +00:00
Flatcar Buildbot
5e3783ad69 sys-kernel/coreos-sources: Update from 6.1.30 to 6.1.33 2023-06-12 14:58:58 +02:00
flatcar-ci
2f12dfb04b New version: main-3630.0.0-nightly-20230609-2100-INTERMEDIATE 2023-06-09 21:00:41 +00:00
Gabriel
25d0a3790a
Merge pull request #873 from flatcar/gabriel-samfira/detect-multipart-mime
Detect multipart mime and ignore it
2023-06-09 11:20:19 +03:00
Gabriel Adrian Samfira
47481264c2
Update symlinks and changelog
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-09 10:52:30 +03:00
flatcar-ci
2d1d51e7a2 New version: main-3629.0.0-nightly-20230608-2100 2023-06-08 21:00:27 +00:00
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
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
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
8a52f23711 overlay sys-kernel/bootengine: Pull in initial sysext MVP 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
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
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
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
Krzesimir Nowak
29646ff054 overlay profiles: Drop obsolete accept keywords for sys-process/tini 2023-06-01 15:50:11 +02:00
Krzesimir Nowak
ce824ba166 overlay app-emulation/docker: Drop one modification 2023-06-01 15:50:11 +02:00
Krzesimir Nowak
744788efe4 sys-process/tini: Move to portage-stable and sync with Gentoo
It's from Gentoo commit 3d3624f4ebb26b9fc9c9ecbff7ff0c67b3f9aa4f.

We used to have it as a fork to replace cmake-based build system with
an autotools-based one. The reason was that we didn't provide cmake in
SDK, which is not true any more.
2023-06-01 15:44:18 +02:00
Flatcar Buildbot
276357658a portage-stable/metadata: Monthly GLSA metadata updates 2023-06-01 07:15:06 +00:00
flatcar-ci
dc7412c405 New version: main-3621.0.0-nightly-20230531-2100 2023-05-31 21:00:24 +00:00
Flatcar Buildbot
a2a366683b Update mantle container image to latest HEAD 2023-05-31 07:23:48 +00:00
flatcar-ci
78769d88d0 New version: main-3620.0.0-nightly-20230530-2100 2023-05-30 21:00:28 +00:00
Krzesimir Nowak
0634f969a6 overlay: Put OEM files into /oem now
The mountpoint for the OEM partition got moved from /usr/share/oem to
/oem to avoid complications when applying a OEM sysext image in the
OEM partition - systemd was unmounting all the mountpoints under /usr
before applying the sysext, which made our OEM images unavailable.

There's still the /usr/share/oem symlink for compatibility, but it's
better to use the new location right away.
2023-05-30 15:59:37 +02:00
Kai Lüke
84166fcc00
Merge pull request #830 from ader1990/arm64_qemu_enable_vnc_display
arm64: fix vnc console on qemu-kvm arm64
2023-05-30 13:02:27 +02:00
flatcar-ci
2cc8309173 New version: main-3619.0.0-nightly-20230529-2100 2023-05-29 21:00:24 +00:00