Commit Graph

17982 Commits

Author SHA1 Message Date
flatcar-ci
ec192a3708 New version: main-3985.0.0-nightly-20240529-2100 2024-05-29 21:00:25 +00:00
Jeremi Piotrowski
7c0335326f coreos-overlay/fero-client: Keyword for arm64
fero-client is a dependency of the Flatcar SDK. Keyword it so that the Flatcar
SDK can be built for arm64. The keyword entry from the profile can be removed,
it wasn't used since the ebuild was upreved to -r1.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-05-29 16:12:37 +02:00
Jeremi Piotrowski
564c0fb62f coreos-overlay/profiles: Keyword ccid for arm64
ccid-1.5.4 is marked ~arm64 but is a depdendency of the Flatcar SDK. Keyword in
profile so that an arm64 SDK can be built.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-05-29 16:11:39 +02:00
flatcar-ci
b11d65361a New version: main-3983.0.0-nightly-20240527-2100 2024-05-27 21:00:28 +00:00
Flatcar Buildbot
814790d93d sys-kernel/coreos-sources: Update from 6.6.31 to 6.6.32 2024-05-26 07:12:39 +00:00
flatcar-ci
7c3a3d384f New version: main-3980.0.0-nightly-20240524-2100 2024-05-25 02:40:06 +00:00
flatcar-ci
c5bb40ccce New version: main-3980.0.0-nightly-20240524-2100-INTERMEDIATE 2024-05-24 21:00:25 +00:00
Krzesimir Nowak
0c82cdcd14
Merge pull request #1732 from flatcar/krnowak/crypt
Migrate from glibc libcrypt to sys-libs/libxcrypt
2024-05-24 10:04:51 +02:00
flatcar-ci
f4158b4912 New version: main-3979.0.0-nightly-20240523-2100 2024-05-23 21:00:28 +00:00
Mathieu Tortuyaux
295bf97417
Merge pull request #1992 from flatcar/linux-6.6.31-main
Upgrade Linux Kernel for main from 6.6.30 to 6.6.31
2024-05-23 13:02:57 +02:00
Krzesimir Nowak
de399a3476 overlay stage1-hooks: Add hooks for libxcrypt migration
They are copying sys-libs/libxcrypt from new portage-stable and
updating package masks and USE flags in order to migrate from
glibc-provided libcrypt to libxcrypt-provided libcrypt.

The migration seems to be a bit complicated to do, because
bootstrapping a system using glibc with libxcrypt-provided libcrypt
using a build environment using glibc with glibc-provided libcrypt
results in some slot conflicts. Without the stage1 hooks the failure
happened in stage2. With the hooks, but without the seed SDK update,
the failure happened already in stage1.

Updating the seed SDK to use libxcrypt seems to do the trick. The
update of the seed SDK will happen only when transition happens - if
the seed SDK is already using libxcrypt, these hooks are noops.
2024-05-23 11:19:30 +02:00
Krzesimir Nowak
5b64defa98 overlay profiles: Migrate from glibc crypt to libxcrypt
It's long overdue and glibc 2.39 will drop crypt stuff altogether. Or
so I heard. Whatever happens, the crypt library in glibc is deprecated
for a long time already.
2024-05-23 11:19:30 +02:00
Krzesimir Nowak
0c8a60e78a sys-libs/libxcrypt: Add from Gentoo
It's from Gentoo commit 5719c8e719b916e754090c74aaed74634a28ad9b.
2024-05-23 11:18:48 +02:00
Flatcar Buildbot
b6912b8323 Update mantle container image to latest HEAD 2024-05-22 21:00:43 +00:00
flatcar-ci
d79056637d New version: main-3978.0.0-nightly-20240522-2100 2024-05-22 21:00:26 +00:00
Dongsu Park
ba12d45e16
Merge pull request #1981 from flatcar/rust-1.78.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.77.2 to 1.78.0
2024-05-22 17:52:24 +02:00
flatcar-ci
23aee4d727 New version: main-3976.0.0-nightly-20240520-2100 2024-05-20 21:00:28 +00:00
Flatcar Buildbot
b5c85fee12 sys-kernel/coreos-sources: Update from 6.6.30 to 6.6.31 2024-05-18 07:11:58 +00:00
flatcar-ci
a79eb18f3e New version: main-3973.0.0-nightly-20240517-2100 2024-05-18 02:27:25 +00:00
flatcar-ci
78e455a813 New version: main-3973.0.0-nightly-20240517-2100-INTERMEDIATE 2024-05-17 21:00:28 +00:00
Dongsu Park
1c4b67fb21
Merge pull request #1970 from flatcar/linux-6.6.30-main
Upgrade Linux Kernel for main from 6.6.28 to 6.6.30
2024-05-17 16:14:33 +02:00
Dongsu Park
6aebb2b70c
Merge pull request #1990 from flatcar/dongsu/glibc-2.38-r13
sys-libs/glibc: update to 2.38-r13
2024-05-17 16:09:02 +02:00
Flatcar Buildbot
53d6706380 app-containers/containerd: Update from 1.7.16 to 1.7.17 2024-05-17 08:17:33 +00:00
flatcar-ci
fa6bdd10fc New version: main-3972.0.0-nightly-20240516-2100 2024-05-16 21:00:27 +00:00
Thilo Fromm
9bb51f86e9 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-05-16 11:14:17 +02:00
Dongsu Park
f1a8cc4c7b sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 1df9b3482f2e199390ecbe04a76f5397e450218f.
2024-05-16 11:14:14 +02:00
Flatcar Buildbot
f11bd27baa sys-kernel/coreos-firmware: Update from 20240410 to 20240513 2024-05-16 07:10:19 +00:00
flatcar-ci
6a0148cdaf New version: main-3970.0.0-nightly-20240514-2100 2024-05-14 21:00:28 +00:00
Dongsu Park
1311cbfc1b overlay dev-lang/rust: adjust ignore broken non-applicable tests patch
Adjust ignore-broken-and-non-applicable-tests.patch to make it appliable
to 1.78.0
2024-05-14 17:08:39 +02:00
Dongsu Park
bd23d89d44
Merge pull request #1987 from flatcar/cacerts-3.100-main
Update ca-certificates in main from 3.99 to 3.100
2024-05-14 12:24:26 +02:00
flatcar-ci
854ac8ceda New version: main-3969.0.0-nightly-20240513-2100 2024-05-13 21:00:22 +00:00
Dongsu Park
08f9ec0f6d overlay sys-kernel/coreos-sources: adjust revert-pahole-flags patch
Adjust z0002-revert-pahole-flags.patch to make it appliable with Kernel
6.6.30 or newer, because upstream Kernel changed init/Kconfig.

See also
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.30&id=37ca196aa4d8aa5529f44d776051b3c249f764ba.
2024-05-13 15:21:07 +02:00
Dongsu Park
bdc6de365f
Merge pull request #1966 from flatcar/buildbot/monthly-glsa-metadata-updates-2024-05-01
Monthly GLSA metadata 2024-05-01
2024-05-13 13:31:54 +02:00
Flatcar Buildbot
40b8c2b4d0 app-misc/ca-certificates: Update from 3.99 to 3.100 2024-05-13 07:20:39 +00:00
Flatcar Buildbot
1c3f15ab2a dev-lang/rust: Update from 1.77.2 to 1.78.0 2024-05-07 07:34:30 +00:00
flatcar-ci
f933c68b27 New version: main-3962.0.0-nightly-20240506-2100 2024-05-06 21:00:24 +00:00
flatcar-ci
17ea3f2265 New version: main-3959.0.0-nightly-20240503-2100 2024-05-04 02:33:33 +00:00
flatcar-ci
21df395123 New version: main-3959.0.0-nightly-20240503-2100-INTERMEDIATE 2024-05-03 21:00:27 +00:00
Kai Lüke
f06ebd3692
Merge pull request #1978 from flatcar/kai/azure-hostname
app-emulation/wa-linux-agent: Use networkctl to propagate hostname
2024-05-03 23:12:40 +09:00
Jendrik Weise
cd849d6849 sysext: Add podman sysext
Enabled user session dbus in base image to support podman rootless mode.
Extension images can now be created from multiple packages by seperating
them with a comma. The podman sysext includes app-containers/podman and
net-misc/passt.
It can be enabled by adding podman to /etc/flatcar/enabled-sysext.conf.
Potential TODO: gpgme had to be added as BDEPEND to podman ebuild.
2024-05-03 22:59:36 +09:00
Kai Lueke
6d6ffc025e app-emulation/wa-linux-agent: Use networkctl to propagate hostname
The if-up-down to trigger the DHCP request causes problems. It's better
to directly ask systemd-networkd to issue the request. It seems that
one needs to use "reconfigure" instead of "forcerenew", so I went with
only that instead of somehow trying to see if "forcerenew" has an
effect.
2024-05-03 20:44:51 +09:00
Kai Lueke
08d60880ff Revert "app-emulation/wa-linux-agent: Disable interface restarting"
This reverts commit 9556c7f94b
because waagent looks for internal hostname changes and wants to
propagate them to the Azure VM properties by issuing a new DHCP request.
2024-05-03 20:37:34 +09:00
Flatcar Buildbot
de844fcef9 Update mantle container image to latest HEAD 2024-05-03 10:26:07 +00:00
Flatcar Buildbot
5ce9e14fec sys-kernel/coreos-sources: Update from 6.6.28 to 6.6.30 2024-05-03 07:12:18 +00:00
flatcar-ci
4450bb6d1b New version: main-3958.0.0-nightly-20240502-2100 2024-05-02 21:00:25 +00:00
Flatcar Buildbot
158314047b portage-stable/metadata: Monthly GLSA metadata updates 2024-05-01 07:18:57 +00:00
flatcar-ci
374e5764f9 New version: main-3956.0.0-nightly-20240430-2100 2024-04-30 21:00:24 +00:00
Adrian Vladu
6efe345d89 image: add kubevirt image build
As Ignition supports KubeVirt, add a custom oem for it and also the
required parts to be able to build an image in .qcow2 format that
is already using internal .qcow2 gzip compression.

Fixes: https://github.com/flatcar/Flatcar/issues/1358

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-04-30 09:19:16 +03:00
flatcar-ci
00e7839540 New version: main-3955.0.0-nightly-20240429-2100 2024-04-29 21:00:27 +00:00
flatcar-ci
76649556b0 New version: main-3952.0.0-nightly-20240426-2100 2024-04-27 02:32:20 +00:00