15905 Commits

Author SHA1 Message Date
Flatcar Buildbot
b4bb7cfdea Update mantle container image to latest HEAD 2024-01-16 13:50:23 +00:00
Jeremi Piotrowski
477a57644a coreos-cloudinit: Bump commit for empty-hostname bugfix
Coreos-cloudinit needs to only apply a hostname if it is non-empty, otherwise
the hostname ends up being "localhost".

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 14:33:51 +01:00
flatcar-ci
307ea539c1 New version: beta-3760.1.1-nightly-20240110-2100 2024-01-10 21:00:25 +00:00
flatcar-ci
3f8e202ce4 New version: beta-3760.1.1-nightly-20240104-2100 2024-01-04 21:00:30 +00:00
Dongsu Park
401bf75f24
Merge pull request #1529 from flatcar/cacerts-3.96.1-flatcar-3760
Update ca-certificates in flatcar-3760 from 3.96 to 3.96.1
2024-01-04 17:09:10 +01:00
flatcar-ci
f8c3fcfa6b New version: beta-3760.1.1-nightly-20240103-2100 2024-01-03 21:00:32 +00:00
flatcar-ci
4399c69cdc New version: beta-3760.1.1-nightly-20231227-2100 2023-12-27 21:00:24 +00:00
Flatcar Buildbot
496e4df131 app-misc/ca-certificates: Update from 3.96 to 3.96.1 2023-12-25 07:18:48 +00:00
flatcar-ci
107582083c New version: beta-3760.1.1-nightly-20231222-2100 2023-12-22 21:00:28 +00:00
flatcar-ci
1f0a08690b New version: beta-3760.1.1-nightly-20231221-2100 2023-12-21 21:00:27 +00:00
Mathieu Tortuyaux
b221ec2afe
Merge pull request #1521 from flatcar/linux-6.1.69-flatcar-3760
Upgrade Linux Kernel for flatcar-3760 from 6.1.68 to 6.1.69
2023-12-21 18:43:40 +01:00
Flatcar Buildbot
1a17ad32ef sys-kernel/coreos-sources: Update from 6.1.68 to 6.1.69 2023-12-21 07:11:40 +00:00
Flatcar Buildbot
39c6963d49 Update mantle container image to latest HEAD 2023-12-20 21:00:44 +00:00
flatcar-ci
b4b0dadda0 New version: beta-3760.1.1-nightly-20231220-2100 2023-12-20 21:00:27 +00:00
Arthur
e609602057 sys-kernel/bootengine: Install mmc_block module in initrd
* sys-kernel/coreos-modules: Enable mmc_block as a module
* overlay sys-kernel/bootengine: Install mmc_block module in initrd

Signed-off-by: Pysen X <pysen@svartavillan.se>
2023-12-20 12:14:57 +01:00
flatcar-ci
e8b1afabd1 New version: beta-3760.1.1-nightly-20231219-2100 2023-12-19 21:00:25 +00:00
Mathieu Tortuyaux
ff60589e54
Merge pull request #1489 from flatcar/linux-6.1.68-flatcar-3760
Upgrade Linux Kernel for flatcar-3760 from 6.1.66 to 6.1.68
2023-12-19 11:58:10 +01:00
Flatcar Buildbot
d2b0dba919 app-misc/ca-certificates: Update from 3.95 to 3.96 2023-12-18 07:19:16 +00:00
flatcar-ci
a4302287b6 New version: beta-3760.1.1-nightly-20231215-2100 2023-12-15 21:00:26 +00:00
Flatcar Buildbot
b6262b6b3f Update mantle container image to latest HEAD 2023-12-15 17:41:22 +00:00
Flatcar Buildbot
287f2c4c9c sys-kernel/coreos-sources: Update from 6.1.66 to 6.1.68 2023-12-14 07:12:29 +00:00
flatcar-ci
b5d27d2e3c New version: beta-3760.1.1-nightly-20231213-2100 2023-12-13 21:00:26 +00:00
Kai Lueke
8b855ce9d2 coreos-base/update_engine: bump ebuild revision 2023-12-13 12:38:28 +01:00
Kai Lueke
ae89bb7049 coreos-base/update_engine: Only store Omaha response for update check
This pulls in
https://github.com/flatcar/update_engine/pull/33
to fix supplying extension update payloads with a custom base URL in
Nebraska.
2023-12-13 12:38:01 +01:00
flatcar-ci
004c30d046 New version: beta-3760.1.0-nightly-20231211-2100 2023-12-11 21:00:27 +00:00
Sayan Chowdhury
d1c6e44d2b
New version: beta-3760.1.1 2023-12-12 00:59:23 +05:30
Sayan Chowdhury
54cb7dc4c0
Merge pull request #1474 from flatcar/linux-6.1.66-flatcar-3760 2023-12-12 00:33:51 +05:30
Thilo Fromm
075f272a33 coreos-overlay/sys-kernel/coreos-modules: add zstd support to squashfs
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-12-11 15:26:43 +01:00
Flatcar Buildbot
f4bb0e2378 sys-kernel/coreos-sources: Update from 6.1.65 to 6.1.66 2023-12-09 07:11:06 +00:00
flatcar-ci
80a5d8e9f9 New version: beta-3760.1.0-nightly-20231207-2100 2023-12-07 21:00:25 +00:00
Dongsu Park
1b162ba051 overlay afterburn: reduce binary size for release profile
In the release profile of Cargo.toml, add `codegen-units = 1`,
`strip = true`, and remove `debug = true`, to reduce binary size of
afterburn included in production images.
2023-12-07 11:22:36 +01:00
Dongsu Park
c417d931b3 overlay afterburn: fix arm64 cross-build issue of 5.5.0
Fix build issue that started to appear in afterburn 5.5.0. Every public
function for the amd64 part must have a corresponding empty function in
the unsupported part, so that cross-compile for arm64 can work.
2023-12-07 11:22:32 +01:00
Dongsu Park
6dc4c32854 overlay afterburn: remove unnecessary patches for 5.5.0
0003-encode-information-for-systemd-networkd-wait-online.patch
can be dropped, as it was already merged to upstream.
d2cc340038

Since upstream does not enable `lto = true` any more in
464c7f9f0a,
it is not necessary to keep the LTO patch.
Just drop it.
2023-12-07 11:22:27 +01:00
Dongsu Park
7b6b0d8d24 overlay afterburn: adjust patches for 5.5.0
Adjust Flatcar patches 000[12]* for afterburn 5.5.0.

For 0001* to be compiled, it is necessary to add again the hostname
crate, which is not included in 5.5 any more by default.
2023-12-07 11:22:23 +01:00
Dongsu Park
96b4ab8ddf overlay afterburn: update to 5.5.0
Update afterburn to the latest release 5.5.0.
https://github.com/coreos/afterburn/releases/tag/v5.5.0.

Regenerate its dependency crate list.
2023-12-07 11:22:19 +01:00
flatcar-ci
bd2f59bf11 New version: beta-3760.1.0-nightly-20231206-2100 2023-12-06 21:00:33 +00:00
Dongsu Park
45215eaeb3
Merge pull request #1466 from flatcar/cacerts-3.95-flatcar-3760
Update ca-certificates in flatcar-3760 from 3.94 to 3.95
2023-12-06 09:48:06 +01:00
flatcar-ci
588b6cb2e3 New version: beta-3760.1.0-nightly-20231204-2100 2023-12-04 21:00:28 +00:00
Flatcar Buildbot
4360bbeec2 app-misc/ca-certificates: Update from 3.94 to 3.95 2023-12-04 07:19:53 +00:00
Flatcar Buildbot
8a0c07871d sys-kernel/coreos-sources: Update from 6.1.63 to 6.1.65 2023-12-03 07:11:28 +00:00
flatcar-ci
e1ab6c4f0a New version: beta-3760.1.0-nightly-20231201-2100 2023-12-01 21:00:25 +00:00
Mathieu Tortuyaux
1bdb34137b
coreos-base/oem-gce: keep unit after its run
Otherwise it gets restarted a few times, which displays this line in the
logs:
```
Nov 30 13:28:41.819250 enable-oslogin[1232]: /etc/pam.d/sshd already exists. Not enabling OS Login
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-01 15:21:06 +01:00
Mathieu Tortuyaux
61634bacd8
net-misc/openssh: fix duplicate slash
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-01 15:21:06 +01:00
Flatcar Buildbot
436d5e78f2 Update mantle container image to latest HEAD 2023-11-30 21:00:52 +00:00
flatcar-ci
39efba4f45 New version: beta-3760.1.0-nightly-20231130-2100 2023-11-30 21:00:41 +00:00
Kai Lueke
33b06886a5 sys-kernel/bootengine: bump ebuild revision 2023-11-30 12:07:25 +01:00
Kai Lueke
d7547563ec build_image_util: Store path list for recreating tmpfiles rules
The removal of files in the overlay present in the lowerdir creates
whiteout entries that mask the lowerdir entries. For those files that
have a tmpfile rule for creation, a reboot would cause the file to be
created in the upperdir, meaning this file is not updated from the
lowerdir when it changes. In addition we have filtered out some tmpfile
rules that caused upcopies (symlinks and directories) which meant that
removing the /etc/resolv.conf symlink didn't bring it back after reboot.
To make files from the lowerdir show up if they have a tmpfile rule that
normally would recreate them we keep a list of whiteout entries that we
clean up on boot. This also prevents freezing files because
systemd-tmpfiles does not need to recreate them in the upperdir.
2023-11-30 12:07:00 +01:00
flatcar-ci
f0abd9c9ab New version: beta-3760.1.0-nightly-20231129-2100 2023-11-29 21:00:30 +00:00
Flatcar Buildbot
a9974f2bf5 Update mantle container image to latest HEAD 2023-11-29 12:05:30 +00:00
Kai Lueke
4ed2dbba90 coreos-base/update_engine: Bump ebuild revision 2023-11-29 12:48:43 +01:00