26206 Commits

Author SHA1 Message Date
Sayan Chowdhury
22af44606f
New version: beta-3941.1.0 beta-3941.1.0 2024-05-19 19:50:46 +05:30
Sayan Chowdhury
e9996fc2f9
New version: beta-3941.1.0 2024-05-19 19:49:30 +05:30
flatcar-ci
80bdd3365c New version: alpha-3941.0.0-nightly-20240517-2100 2024-05-17 21:00:28 +00:00
Dongsu Park
9118e62956
Merge pull request #1968 from flatcar/linux-6.6.30-flatcar-3941
Upgrade Linux Kernel for flatcar-3941 from 6.6.28 to 6.6.30
2024-05-17 16:17:48 +02:00
Dongsu Park
79f0c75129 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-17 16:15:38 +02:00
Dongsu Park
c9c5b3090f changelog: add security changelog for glibc 2.38-r13 2024-05-17 16:10:54 +02:00
Thilo Fromm
6099b02542 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-17 16:10:42 +02:00
Dongsu Park
b8167a6d56 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 1df9b3482f2e199390ecbe04a76f5397e450218f.
2024-05-17 16:10:31 +02:00
flatcar-ci
eae163b662 New version: alpha-3941.0.0-nightly-20240514-2100 2024-05-14 21:00:25 +00:00
Dongsu Park
cf87eeee6e
Merge pull request #1985 from flatcar/cacerts-3.100-flatcar-3941
Update ca-certificates in flatcar-3941 from 3.99 to 3.100
2024-05-14 12:25:20 +02:00
Flatcar Buildbot
edb634494a app-misc/ca-certificates: Update from 3.99 to 3.100 2024-05-13 07:19:41 +00:00
flatcar-ci
fd7f310428 New version: alpha-3941.0.0-nightly-20240507-2100 2024-05-07 21:00:27 +00:00
flatcar-ci
dcf39752e5 New version: alpha-3941.0.0-nightly-20240503-2100 2024-05-03 21:00:27 +00:00
Kai Lüke
bb281561ac
Merge pull request #1977 from flatcar/mantle-update-flatcar-3941
Upgrade mantle container image to latest HEAD in flatcar-3941
2024-05-03 19:52:51 +09:00
Flatcar Buildbot
a70176cb39 Update mantle container image to latest HEAD 2024-05-03 10:26:11 +00:00
Flatcar Buildbot
69305714c5 sys-kernel/coreos-sources: Update from 6.6.28 to 6.6.30 2024-05-03 07:12:16 +00:00
flatcar-ci
a924a6033c New version: alpha-3941.0.0-nightly-20240430-2100 2024-04-30 21:00:23 +00:00
flatcar-ci
b88608d07f New version: alpha-3941.0.0-nightly-20240426-2100 2024-04-26 21:00:24 +00:00
Mathieu Tortuyaux
e5da1beac9
changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-04-26 09:50:06 +02:00
Mathieu Tortuyaux
0561cf8608
ci-automation/vm: do not compress Scaleway images
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-04-26 09:50:06 +02:00
Mathieu Tortuyaux
75099c07af
vm_image_util: produce qcow2 images for Scaleway
For importing Scaleway images, extension needs to be '.qcow2'

See: https://www.scaleway.com/en/docs/compute/instances/how-to/snapshot-import-export-feature/
> Make sure that the QCOW / QCOW2 image file you want to import,
> uses the file extension .qcow or .qcow2 to avoid issues while importing the image.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-04-26 09:50:06 +02:00
Mathieu Tortuyaux
56e22a5d3c
vm_image_util: add IMAGE_DISK_EXTENSION variable
This variable allows to override the disk extension which is initially
based on the DISK_FORMAT.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-04-26 09:50:06 +02:00
flatcar-ci
6dc447f918 New version: alpha-3941.0.0-nightly-20240425-2100 2024-04-25 21:00:27 +00:00
Dongsu Park
61c962674a
Merge pull request #1935 from flatcar/linux-6.6.28-flatcar-3941
Upgrade Linux Kernel for flatcar-3941 from 6.6.21 to 6.6.28
2024-04-25 09:05:28 +02:00
flatcar-ci
94b19d57fa New version: alpha-3941.0.0-nightly-20240424-2100 2024-04-24 21:00:25 +00:00
Dongsu Park
642ef09745 config sys-fs/zfs-kmod: fix Kernel version issue of zfs-kmod
In case of sysext of zfs-kmod, pkg_setup() calls linux-info_get_any_version()
of eclass/linux-info.eclass with MERGE_TYPE=binary and
LINUX_INFO_BINARY_RESET=0. That results in KV_FULL and KV_OUT_DIR being
unset, which is not what we want. So set LINUX_INFO_BINARY_RESET=1 to
avoid such side effect.

Without setting them, build_sysext complains like below, i.e. it tries to find
System.map of a wrong Kernel version 6.6.21, when it should find a newer
version like 6.6.23. That results in subsequent zfs CI tests failing due to
missing files like System.map and module deps.

```
System.map for kernel 6.6.21-flatcar was not found, may be due to the
built kernel sources no longer being available and lacking the fallback:
```

Suggested-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-24 15:04:00 +02:00
flatcar-ci
9e8cb4805e New version: alpha-3941.0.0-nightly-20240423-2100 2024-04-23 21:00:24 +00:00
Dongsu Park
e7d540eb4a
Merge pull request #1945 from flatcar/mantle-update-flatcar-3941
Upgrade mantle container image to latest HEAD in flatcar-3941
2024-04-23 13:40:31 +02:00
Flatcar Buildbot
fe2ac5035d Update mantle container image to latest HEAD 2024-04-19 21:00:43 +00:00
flatcar-ci
a072aa9527 New version: alpha-3941.0.0-nightly-20240419-2100 2024-04-19 21:00:26 +00:00
Kai Lüke
ccef4ebc1b
Merge pull request #1941 from flatcar/mantle-update-flatcar-3941
Upgrade mantle container image to latest HEAD in flatcar-3941
2024-04-19 13:46:54 +02:00
Flatcar Buildbot
db32f9dda4 Update mantle container image to latest HEAD 2024-04-19 11:36:48 +00:00
Kai Lueke
e6c0e1d137 Merge pull request #1936 from flatcar/scripts
ci-automation/vms: Download vmlinuz file before building VM images
2024-04-19 19:36:46 +09:00
Kai Lueke
640b065b60 ci-automation/vms: Download vmlinuz file before building VM images
After making flatcar_production_pxe.vmlinuz a symlink to
flatcar_production_image.vmlinuz the signature creation didn't work
because the target could not be found.
As we do with the generic image, download the kernel from bincache, too,
before starting the VM image build.
2024-04-19 19:36:46 +09:00
flatcar-ci
d56174170f New version: alpha-3941.0.0-nightly-20240418-2100 2024-04-18 21:00:24 +00:00
Dongsu Park
edd662910a
Merge pull request #1925 from flatcar/mantle-update-flatcar-3941
Upgrade mantle container image to latest HEAD in flatcar-3941
2024-04-18 11:22:35 +02:00
Flatcar Buildbot
ba381e3abf sys-kernel/coreos-sources: Update from 6.6.21 to 6.6.28 2024-04-18 07:13:07 +00:00
Flatcar Buildbot
bdd3c5c924 Update mantle container image to latest HEAD 2024-04-17 21:00:41 +00:00
flatcar-ci
a005244ffd New version: alpha-3941.0.0-nightly-20240417-2100 2024-04-17 21:00:26 +00:00
Julian Tölle
962953d152
coreos-base/coreos-init: Bump commit for Hetzner OEM support 2024-04-17 15:20:25 +02:00
Julian Tölle
bb0feb6b0c
sys-kernel/bootengine: Bump commit for Hetzner OEM support 2024-04-17 15:20:24 +02:00
Julian Tölle
ba0a29df65
changelog: add entry for hetzner images 2024-04-17 15:20:24 +02:00
Julian Tölle
b3ebc096b5
overlay afterburn: enable for Hetzner OEM 2024-04-17 15:20:24 +02:00
Julian Tölle
57d6de75ce
oem: provide hetzner images 2024-04-17 15:20:21 +02:00
Kai Lüke
6bc2384d62
Merge pull request #1924 from flatcar/mantle-update-flatcar-3941
Upgrade mantle container image to latest HEAD in flatcar-3941
2024-04-17 13:20:07 +02:00
Kai Lueke
b3db138dc0 Merge pull request #1915 from flatcar/scripts
build_library: Use original qemu image name in qemu script
2024-04-17 19:57:54 +09:00
Kai Lueke
39033e5ace 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 19:57:54 +09:00
Flatcar Buildbot
ba2daf54fb Update mantle container image to latest HEAD 2024-04-17 10:51:14 +00:00
flatcar-ci
06ed19d9c9 New version: alpha-3941.0.0-nightly-20240416-2100 2024-04-16 21:00:33 +00:00
Mathieu Tortuyaux
e122b28a8b
Merge pull request #1912 from flatcar/mantle-update-flatcar-3941
Upgrade mantle container image to latest HEAD in flatcar-3941
2024-04-16 17:58:50 +02:00