Commit Graph

29389 Commits

Author SHA1 Message Date
flatcar-ci
80e36c7178 New version: main-4215.0.0-nightly-20250114-2100 2025-01-14 21:00:36 +00:00
flatcar-ci
b60a57436b New version: main-4214.0.0-nightly-20250113-2100 2025-01-13 21:00:29 +00:00
Sayan Chowdhury
961735b932
Merge pull request #2578 from flatcar/linux-6.6.71-main
Upgrade Linux Kernel for main from 6.6.69 to 6.6.71
2025-01-13 21:43:32 +05:30
Mathieu Tortuyaux
ac1844164e
Merge pull request #2575 from John15321/add-port-fwd-params
Add support for multiple port forwarding parameters in QEMU startup script
2025-01-13 15:33:49 +01:00
Jan Bronicki
1a7b995a08 Add port forwarding as multiple use parameters
Add mention in the changelog

Update changelog/changes/2025-01-10-qemu-startup-script-port-forwarding.md

Co-authored-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>

Update build_library/qemu_template.sh

Co-authored-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>

Adjust to review comments

Review adjustments
2025-01-13 15:28:25 +01:00
Flatcar Buildbot
58e2d23c2c sys-kernel/coreos-sources: Update from 6.6.69 to 6.6.71 2025-01-11 07:05:05 +00:00
flatcar-ci
9f41ee10a5 New version: main-4211.0.0-nightly-20250110-2100 2025-01-11 02:04:08 +00:00
flatcar-ci
28624817bf New version: main-4211.0.0-nightly-20250110-2100-INTERMEDIATE 2025-01-10 21:00:26 +00:00
Mathieu Tortuyaux
00ab503664
Merge pull request #2558 from flatcar/tormath1/locksmith
app-admin/locksmith: pull golang.org/x/net update
2025-01-10 16:44:54 +01:00
Mathieu Tortuyaux
ca926574eb
app-admin/locksmith: pull golang.org/x/net update
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-01-10 10:24:59 +01:00
flatcar-ci
db72c974a9 New version: main-4210.0.0-nightly-20250109-2100 2025-01-09 21:00:29 +00:00
Krzesimir Nowak
72b1dcddf7
Merge pull request #2569 from flatcar/krnowak/bail-out-on-unknown-flags
run_sdk_container: Bail out on unknown flags
2025-01-09 17:59:24 +01:00
Krzesimir Nowak
c526b41729 run_sdk_container: Bail out on unknown flags
The script would pass unknown flags further as a container
command. This normally is not desired, but in case it actually is, the
user can use the newly added `--` parameter to stop parameter handling
and pass the following parameters as the container command.

I was tripped by using -u instead of -U and I got a rather confusing
error message suggesting something going wrong inside the container.
2025-01-09 15:07:14 +01:00
flatcar-ci
8357e5cabf New version: main-4207.0.0-nightly-20250106-2100 2025-01-06 21:00:27 +00:00
flatcar-ci
b72e50007c New version: main-4204.0.0-nightly-20250103-2100 2025-01-04 02:25:08 +00:00
flatcar-ci
228ae59e0c New version: main-4204.0.0-nightly-20250103-2100-INTERMEDIATE 2025-01-03 21:00:27 +00:00
Mathieu Tortuyaux
afea21fdfa
Merge pull request #2567 from flatcar/linux-6.6.69-main
Upgrade Linux Kernel for main from 6.6.68 to 6.6.69
2025-01-03 15:09:40 +01:00
Flatcar Buildbot
623abcef54 sys-kernel/coreos-sources: Update from 6.6.68 to 6.6.69 2025-01-03 07:05:44 +00:00
flatcar-ci
d3690b80e3 New version: main-4203.0.0-nightly-20250102-2100 2025-01-02 21:00:25 +00:00
Mathieu Tortuyaux
b6a7d69e43
Merge pull request #2557 from flatcar/buildbot/monthly-glsa-metadata-updates-2025-01-01
Monthly GLSA metadata 2025-01-01
2025-01-02 14:02:31 +01:00
Mathieu Tortuyaux
437f6ef179
Merge pull request #2561 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-01-02 13:58:58 +01:00
Flatcar Buildbot
7ab16c2e03 Update mantle container image to latest HEAD 2025-01-02 12:57:35 +00:00
Mathieu Tortuyaux
a5e1fa2fee
Merge pull request #2552 from flatcar/linux-6.6.68-main
Upgrade Linux Kernel for main from 6.6.67 to 6.6.68
2025-01-02 13:57:21 +01:00
James Le Cuirot
299773a9fd
Merge pull request #2550 from flatcar/chewi/sbsign-update-payload
Delay generating test update payload in official builds
2025-01-02 09:55:34 +00:00
Flatcar Buildbot
9d552edfd7 portage-stable/metadata: Monthly GLSA metadata updates 2025-01-01 07:06:10 +00:00
flatcar-ci
f8bf613ff8 New version: main-4200.0.0-nightly-20251230-2100 2024-12-30 21:00:29 +00:00
Flatcar Buildbot
a701bbce4b sys-kernel/coreos-sources: Update from 6.6.67 to 6.6.68 2024-12-28 07:06:04 +00:00
flatcar-ci
66641d3ebb New version: main-4193.0.0-nightly-20241223-2100 2024-12-23 21:00:35 +00:00
James Le Cuirot
29a5131380
build_image_util.sh: Don't compress extracted partition unnecessarily
I know I recently deduplicated the code between extract_update and
generate_update recently, but now that generate_update will sometimes be
called at a later time, I've realised that it is compressing and
uploading the partition twice.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-12-23 13:01:36 +00:00
James Le Cuirot
94f95acdc7
build_image: Temporarily nobble condition around generate_update
Once we have passed the shim review, we will delay this task until the
kernel has been signed later in the pipeline.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-12-23 13:01:22 +00:00
flatcar-ci
71b5ac3f89 New version: main-4190.0.0-nightly-20241220-2100 2024-12-21 02:34:28 +00:00
flatcar-ci
5161e213cb New version: main-4190.0.0-nightly-20241220-2100-INTERMEDIATE 2024-12-20 21:00:27 +00:00
James Le Cuirot
aa70fc929f
Delay generating test update payload in official builds
The update payload needs the kernel, which isn't signed during the image
job. Secure Boot is not currently enabled for update tests, but we may
as well do this properly. The production update upload is generated
manually at the end after everything has already been signed.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-12-20 16:29:32 +00:00
James Le Cuirot
bda73d4de3
ci-automation: Give the sbsign_image container a name
Otherwise it uses the default name, which can clash with other
concurrent jobs, especially jobs for the other arches.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-12-20 16:29:32 +00:00
Mathieu Tortuyaux
748debeacf
Merge pull request #2545 from flatcar/linux-6.6.67-main
Upgrade Linux Kernel for main from 6.6.65 to 6.6.67
2024-12-20 16:21:36 +01:00
Mathieu Tortuyaux
16b45f6374
Merge pull request #2542 from flatcar/tormath1/openstack
ci-config: do not use OpenStack gzipped image
2024-12-20 09:52:29 +01:00
Adrian Vladu
6b96a3f0f5
Merge pull request #2145 from flatcar/ader1990/systemd-major-version-upgrade-256
Upgrade systemd from 255 to 256
2024-12-20 10:48:22 +02:00
Flatcar Buildbot
446f66146c sys-kernel/coreos-sources: Update from 6.6.65 to 6.6.67 2024-12-20 07:05:21 +00:00
Mathieu Tortuyaux
a3434af193
ci-config: do not use OpenStack gzipped image
In the test we should use the unzipped image, which is the one
documented.

This allows us to drop some modifications to our OpenStack instance.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-12-19 15:24:19 +01:00
Adrian Vladu
089df8894e coreos-base/update_engine: fail upgrade if cgroupv1 is enabled
See: https://github.com/flatcar/update_engine/pull/41
2024-12-18 21:16:42 +00:00
Adrian Vladu
6ee1d50d5f sys-apps/systemd: add changelog 255.8 -> 256.9 2024-12-18 09:33:51 +00:00
flatcar-ci
0749d95150 New version: main-4187.0.0-nightly-20241217-2100 2024-12-17 21:00:26 +00:00
Adrian Vladu
e8996b1b79 sys-apps/systemd: remove the networkd-default-to-kernel-IPForwarding-setting.patch
According to https://github.com/systemd/systemd-stable/blob/v256/src/network/networkd-network.c#L470,
the forwarding settings have changed on systemd 256.

From the discussions upstream, if a systemd is configured to manage an interface,
it will manage it completely, and it will set that interface to not forward packets
by default.

From the current systemd code, it would be easy to either enable the forwarding or disable it,
but there does not seem to be a way now to inherit it from the sysctl / kernel implementation.
2024-12-17 14:47:06 +00:00
Adrian Vladu
b2fd2c6855 bootengine: use latest upstream
Use https://github.com/flatcar/bootengine/pull/101, that fixes
systemd 256 Ignition quirk.

See: 44d0ff8819
2024-12-17 14:43:55 +00:00
Mathieu Tortuyaux
1834734144
Merge pull request #2533 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-12-17 11:21:39 +01:00
Adrian Vladu
97ad5436ef sys-apps/systemd: revert systemd patch 1c585a4ccda3258088d7bc27b27a314e7ed8be80 2024-12-17 09:50:24 +00:00
Adrian Vladu
4b4182da39 sys-apps/systemd: remove unncessary patches 2024-12-17 09:50:24 +00:00
Krzesimir Nowak
3279f8c322 overlay sys-apps/systemd: Apply Flatcar modifications
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-12-17 09:50:11 +00:00
Adrian Vladu
ca868e8a04 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit 473b0997ba121fcc629f94a480238f8e664f900d
2024-12-17 09:38:56 +00:00
Flatcar Buildbot
1486a2d997 Update mantle container image to latest HEAD 2024-12-16 21:01:23 +00:00