Commit Graph

26169 Commits

Author SHA1 Message Date
Flatcar Buildbot
2fda9a86da Update mantle container image to latest HEAD 2024-04-17 10:54:34 +00:00
Kai Lüke
ebe12abfdc
Merge pull request #1915 from flatcar/kai/qemu-script-img-name
build_library: Use original qemu image name in qemu script
2024-04-17 12:54:20 +02:00
Kai Lueke
2e3f175fc1 build_library: Use original qemu image name in qemu script
The move to symlinking to the qemu-uefi image also resulted in the
qemu-uefi image being referenced in the qemu-bios and qemu-uefi-secure
scripts instead of referencing the image symlinks. Same for the VM name
shown in the qemu window title.
When generating the qemu scripts, use the original qemu image name and
VM name.
2024-04-17 12:19:08 +09:00
flatcar-ci
9c91741f3e New version: main-3942.0.0-nightly-20240416-2100 2024-04-16 21:00:35 +00:00
Mathieu Tortuyaux
09d421d3ac
Merge pull request #1910 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-16 17:59:12 +02:00
Flatcar Buildbot
16ec409e65 Update mantle container image to latest HEAD 2024-04-16 15:55:49 +00:00
Kai Lüke
0137a89052
Merge pull request #1905 from flatcar/kai/silence-mksquashfs
Silence mksquashfs warnings by excluding btrfs attributes
2024-04-16 03:31:42 +02:00
Kai Lüke
3c8d657aad
Merge pull request #1906 from flatcar/kai/github-actions-image-changes
.github: Disable debug output for image-changes
2024-04-16 03:31:17 +02:00
flatcar-ci
706efd4299 New version: main-3941.0.0-nightly-20240415-2100 2024-04-15 21:00:32 +00:00
Kai Lueke
526b889678 .github: Disable debug output for image-changes
The "set -x" bash debug output is very noisy and one doesn't even see
the actual output in this noise.
2024-04-15 22:08:18 +09:00
Kai Lueke
dcd7ee6fc4 Silence mksquashfs warnings by excluding btrfs attributes
When mksquashfs encounters btrfs attributes which indicate that the file
is transparently compressed, it can't embed this info in the squashfs
and prints a warning about that.
Silence the warnings by excluding btrfs attributes as done already in
the rest of the code base. This aligns the mksquashfs invocation in this
regard.
2024-04-15 20:15:05 +09:00
Kai Lüke
c8c5ba614a
Merge pull request #1901 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-15 12:18:34 +02:00
Flatcar Buildbot
46f51158b0 Update mantle container image to latest HEAD 2024-04-15 10:06:23 +00:00
flatcar-ci
b36eb2f1f4 New version: main-3938.0.0-nightly-20240412-2100 2024-04-13 02:31:55 +00:00
flatcar-ci
7faae1acc9 New version: main-3938.0.0-nightly-20240412-2100-INTERMEDIATE 2024-04-12 21:00:33 +00:00
Dongsu Park
0ee56e30d6
Merge pull request #1891 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-12 16:35:54 +02:00
Flatcar Buildbot
e3e4ff980f Update mantle container image to latest HEAD 2024-04-12 12:57:32 +00:00
Dongsu Park
05c515b706
Merge pull request #1888 from flatcar/dongsu/ue-rs-20240405
coreos-base/ue-rs: bump h2, mio
2024-04-12 14:57:17 +02:00
Kai Lüke
67913c51c9
Merge pull request #1885 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-12 14:02:10 +02:00
Flatcar Buildbot
1f8911b143 Update mantle container image to latest HEAD 2024-04-12 11:54:58 +00:00
Dongsu Park
2d481ddae5
Merge pull request #1886 from flatcar/containerd-1.7.15-main
Upgrade Containerd in main from 1.7.14 to 1.7.15
2024-04-12 13:54:41 +02:00
Dongsu Park
30ec9cc2b8 coreos-base/ue-rs: bump h2, mio
Update to 9b6ddb0226208450bcef9da4ac5ba8bc2a47a87c (2024-04-05), mainly
to address security issues in Rust crates.

Pulls in:
https://github.com/flatcar/ue-rs/pull/51
https://github.com/flatcar/ue-rs/pull/52
https://github.com/flatcar/ue-rs/pull/53
https://github.com/flatcar/ue-rs/pull/54
2024-04-12 11:19:47 +02:00
Kai Lüke
5fb86fbe33
Merge pull request #1887 from flatcar/kai/bash43
coreos-base/coreos-init: Update to latest ref
2024-04-12 11:17:50 +02:00
Kai Lueke
92b8c8f923 coreos-base/coreos-init: Update to latest ref
This pulls in https://github.com/flatcar/init/pull/119 just to have the
latest commit ref. The change is not needed on new Flatcar versions but
for those that download the flatcar-update script from git as raw file.
2024-04-12 17:53:43 +09:00
Flatcar Buildbot
ce925402f2 app-containers/containerd: Update from 1.7.14 to 1.7.15 2024-04-12 08:16:57 +00:00
flatcar-ci
7666320319 New version: main-3937.0.0-nightly-20240411-2100 2024-04-11 21:00:26 +00:00
Dongsu Park
6dc0cd0786
Merge pull request #1814 from flatcar/buildbot/monthly-glsa-metadata-updates-2024-04-01
Monthly GLSA metadata 2024-04-01
2024-04-11 14:51:34 +02:00
Adrian Vladu
f04714a4db
Merge pull request #1878 from flatcar/ader1990/hyperv-zip-compression
ci-automation/vms: provide Hyper-V images with .zip compression
2024-04-11 15:45:08 +03:00
Adrian Vladu
ab2cb0fff3 ci-automation/vms: provide Hyper-V images with .zip compression
On Windows, the .bz2 compression format is not supported by native
tooling and external tools like 7zip need to be installed.

Switching to .zip compression, there will be no need for the extra step
of having external tools.

See: https://github.com/flatcar/Flatcar/issues/1009

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-04-11 15:43:07 +03:00
Mathieu Tortuyaux
144a0c417a
Merge pull request #1867 from flatcar/firmware-20240410-main
Upgrade Linux Firmware in main from 20240312 to 20240410
2024-04-11 14:00:45 +02:00
Krzesimir Nowak
6231d0cbb0
Merge pull request #1854 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-04-08
Weekly portage-stable package updates 2024-04-08
2024-04-11 12:41:25 +02:00
Krzesimir Nowak
0998e78944 changelog: Add entries 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
2c49da0c69 overlay profiles: Drop obsolete package unmask for sys-libs/ncurses
Gentoo finally dropped their masking.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
ac79ba8702 overlay profiles: Add accept keywords for sys-apps/coreutils 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
69b948dd31 overlay profiles: Drop obsolete package unmask for dev-python/boto
Gentoo alrady dropped the package and its name from profiles, so we
can drop the unmask now too.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
89a138ab8b overlay profiles: Drop app-arch/xz-utils mask
Already dealt with by the portage-stable profiles.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
658a1019fd overlay profiles: Update accept keywords for app-misc/jq 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
e874b69765 overlay profiles: Drop accept keywords for app-crypt/mit-krb5 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
99ed6c1f83 overlay profiles: Add accept keywords for sys-apps/util-linux 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
f2f4b8b583 .github: Drop unused packages from automation 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
80d06ac31f dev-python/nspektr: Drop unused package 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
08647161a3 overlay profiles: Provide dev-util/source-highlight
The build worked without the package, so let's fake the existence of
the package. Otherwise it pulls in some more deps for generating
something we will throw away anyway.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
9274f06827 overlay dev-python/boto: Disable tests
The tests required obsolete test runner. We are not running them
anyway, so skip the test setup.
2024-04-11 12:39:59 +02:00
Flatcar Buildbot
cfa07422a4 x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit 650b7d239d8a6ae82e9e1b6a896baf89c665f97e.
2024-04-11 12:39:59 +02:00
Flatcar Buildbot
0c7bc9e5e6 x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit a7c03ee047bc884c87cc5f68960a78c4b6c8c755.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
1eccac5381 sys-process/procps: Sync with Gentoo
It's from Gentoo commit e04245bf04088e9f3e035496d648141313e5a57b.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
b0d20baab0 sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit c98437dd54163ba754d52b4dddea6baadf3f27ad.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
1185cecf5c sys-libs/libcap-ng: Sync with Gentoo
It's from Gentoo commit dfc4d55e7af6dcd888b193fbcd6d1b31b8591840.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
bc5beb0670 sys-libs/libblockdev: Sync with Gentoo
It's from Gentoo commit 4dd25d9e0833b8091382a3e928992d07d7ed92b9.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
4e4ac40fc2 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 1e023dabc8bda97e34f405d9877c86e43e62ad94.
2024-04-11 12:39:58 +02:00