Flatcar Buildbot
90a0165d79
sys-kernel/coreos-sources: Update from 6.6.60 to 6.6.62
2024-11-18 07:08:07 +00:00
Flatcar Buildbot
f9ba1fbaf3
sys-kernel/coreos-firmware: Update from 20241017 to 20241110
2024-11-14 07:05:27 +00:00
Flatcar Buildbot
6cb21a37e1
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit ba2693dfc0f0f5535e6371c4e4d19806109537c9.
2024-11-12 22:08:27 +00:00
James Le Cuirot
e50fe0a7e4
sys-firmware/edk2-aarch64: Drop in favour of edk2-bin
...
edk2-bin now supports multiple platforms, including QEMU on arm64, so we
no longer need to use Fedora's build. Note that the Secure Boot
implementation is currently insecure as it lacks SMM, which is needed to
protect the EFI variable store.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-11-12 12:01:58 +00:00
James Le Cuirot
d1ba9b19fb
Switch from raw (.fd) EDK2 firmware images to QCOW2, plus 4MB on amd64
...
The new arm64 firmware supporting Secure Boot (see next commit) is in
QCOW2 format only, avoiding the extra space taken up by the 64MB
padding. Supporting both raw and QCOW2 images would be messy, so switch
entirely to QCOW2.
Only the 4MB images are in QCOW2 format on amd64, so also switch away
from the 2MB images. 4MB images are now the default for most
distributions as they are needed to apply certain Windows updates.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-11-12 11:59:40 +00:00
Mathieu Tortuyaux
c80760c999
Merge pull request #1783 from flatcar/kai/proxmox-support
...
OEM: Provide Proxmox images
2024-11-12 12:52:31 +01:00
Mathieu Tortuyaux
6e674b26d3
oem: provide proxmox images
...
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-11-12 12:51:36 +01:00
Flatcar Buildbot
087d5e8bf4
sys-kernel/coreos-sources: Update from 6.6.59 to 6.6.60
2024-11-09 07:04:43 +00:00
James Le Cuirot
2bce0a69b9
Merge pull request #2431 from flatcar/chewi/grub-redhat-patches
...
sys-boot/grub: Apply Red Hat's large patch set (and drop Gentoo's)
2024-11-08 11:58:42 +00:00
Flatcar Buildbot
bf7d649c8e
dev-lang/go: Update from 1.22.8 to 1.22.9
2024-11-08 09:21:47 +01:00
James Le Cuirot
fb3c9cff98
sys-boot/grub: Apply Red Hat's large patch set (and drop Gentoo's)
...
We initially thought we would need Red Hat's patch set. Then it looked
like we wouldn't because the TPM Event Log appeared to work without it.
We later discovered that on amd64, it only works with Secure Boot
disabled. The patch set also fixes Secure Boot on arm64, which would
have otherwise needed a couple of patches from Canonical.
We have to drop Gentoo's patches because they conflict, but they don't
affect Flatcar anyway.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-11-07 14:26:04 +00:00
Mathieu Tortuyaux
0efb7ffc7a
changelog: add entries
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-11-06 10:18:30 +01:00
Flatcar Buildbot
d9da11dda3
sys-kernel/coreos-sources: Update from 6.6.58 to 6.6.59
2024-11-01 07:05:04 +00:00
Adrian Vladu
5a76525c84
Merge pull request #2390 from flatcar/ader1990/fix-nfs-read-plus
...
sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS
2024-10-30 15:59:52 +02:00
Krzesimir Nowak
31db0ade6e
Merge pull request #2388 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-10-21
...
Weekly portage-stable package updates 2024-10-21
2024-10-29 10:33:01 +01:00
Krzesimir Nowak
1143e75a69
changelog: Add entries
2024-10-28 16:18:03 +01:00
Flatcar Buildbot
9d2d43bc79
app-misc/ca-certificates: Update from 3.105 to 3.106
2024-10-28 07:09:50 +00:00
Mathieu Tortuyaux
41e9e07e69
Merge pull request #2396 from flatcar/firmware-20241017-main
...
Upgrade Linux Firmware in main from 20240909 to 20241017
2024-10-25 12:36:41 +02:00
Mathieu Tortuyaux
a37c9ed6ea
Merge pull request #2397 from flatcar/tormath1/ignition
...
sys-apps/ignition: pull 2.20.0
2024-10-24 15:06:09 +02:00
Mathieu Tortuyaux
787fbb8a07
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-10-24 10:45:25 +02:00
Flatcar Buildbot
ba83e2ff28
sys-kernel/coreos-firmware: Update from 20240909 to 20241017
2024-10-24 07:05:28 +00:00
Flatcar Buildbot
28cd12a41d
sys-kernel/coreos-sources: Update from 6.6.57 to 6.6.58
2024-10-23 07:05:15 +00:00
Mathieu Tortuyaux
17ba9f3d34
Merge pull request #2386 from flatcar/linux-6.6.57-main
...
Upgrade Linux Kernel for main from 6.6.56 to 6.6.57
2024-10-22 13:15:26 +02:00
Adrian Vladu
73afa5e81d
sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS
...
Disable CONFIG_NFS_V4_2_READ_PLUS kernel config, as
Linux kernel >= 6.6 enabled the CONFIG_NFS_V4_2_READ_PLUS config option
by default, and nfs-ganesha version <= 6.1 is broken due to mishandling
of the read_plus operation.
See:
24da5c3042
See: https://github.com/flatcar/Flatcar/issues/1565
See: https://github.com/nfs-ganesha/nfs-ganesha/issues/1188
2024-10-22 13:15:59 +03:00
Flatcar Buildbot
898f0f958c
app-containers/containerd: Update from 1.7.22 to 1.7.23
2024-10-18 08:06:19 +00:00
Flatcar Buildbot
4dd370922f
sys-kernel/coreos-sources: Update from 6.6.56 to 6.6.57
2024-10-18 07:05:02 +00:00
Dongsu Park
ade6d0a9b4
Merge pull request #2380 from flatcar/vmware-12.5.0-main
...
Upgrade open-vm-tools in main from 12.4.5 to 12.5.0
2024-10-16 16:45:50 +02:00
Krzesimir Nowak
0549fa4b7c
Merge pull request #2364 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-10-07
...
Weekly portage-stable package updates 2024-10-07
2024-10-16 14:41:41 +02:00
Krzesimir Nowak
a64579e829
changelog: Add entries
2024-10-16 12:42:39 +02:00
Flatcar Buildbot
eb9a9253ff
app-emulation/open-vm-tools: Update from 12.4.5 to 12.5.0
2024-10-16 07:03:11 +00:00
Flatcar Buildbot
8a9f3eea1d
sys-kernel/coreos-sources: Update from 6.6.54 to 6.6.56
2024-10-11 07:05:13 +00:00
Adrian Vladu
23e28cb847
Merge pull request #2355 from sfudeus/enable_mpi3mr
...
coreos-modules: Enable kernel-module for mpi3mr
2024-10-08 13:37:45 +03:00
Dongsu Park
79f362cf33
Merge pull request #2365 from flatcar/go-1.22.8-main
...
Upgrade Go from 1.22.7 to 1.22.8
2024-10-08 11:39:30 +02:00
Flatcar Buildbot
418b84e184
dev-lang/go: Update from 1.22.7 to 1.22.8
2024-10-07 16:20:43 +02:00
Flatcar Buildbot
a75d32a9be
sys-kernel/coreos-sources: Update from 6.6.53 to 6.6.54
2024-10-05 07:05:19 +00:00
Stephan Fudeus
e4c8caa0ad
coreos-modules: Enable kernel-module for mpi3mr
2024-10-02 18:08:46 +02:00
Dongsu Park
04fc05be43
changelog: changelog for containerd, docker, Go, runc
...
Add changelog for containerd, docker, Go, runc.
2024-10-02 16:32:20 +02:00
Flatcar Buildbot
52e26e938b
app-containers/containerd: Update from 1.7.21 to 1.7.22
2024-10-02 16:32:20 +02:00
Krzesimir Nowak
00549ba53e
Merge pull request #2320 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-09-16
...
Weekly portage-stable package updates 2024-09-16
2024-10-02 15:57:41 +02:00
Flatcar Buildbot
675f3b5896
sys-kernel/coreos-sources: Update from 6.6.52 to 6.6.53
2024-10-01 13:45:02 +02:00
Krzesimir Nowak
f8bcc8e771
changelog: Add entries
2024-10-01 12:36:41 +02:00
Flatcar Buildbot
98d6d7bec7
app-misc/ca-certificates: Update from 3.104 to 3.105
2024-09-30 07:09:35 +00:00
Mathieu Tortuyaux
3306b82576
Merge pull request #2338 from flatcar/tormath1/afterburn
...
coreos-base/afterburn: bump to 5.7.0
2024-09-20 10:00:02 +02:00
Flatcar Buildbot
5fb6c4e048
sys-kernel/coreos-sources: Update from 6.6.51 to 6.6.52
2024-09-19 13:46:27 +02:00
Mathieu Tortuyaux
ec620689f5
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-09-19 10:05:19 +02:00
Jeremi Piotrowski
a23e5bbed2
Merge pull request #2299 from flatcar/jepio+sayan/sboot-lockdown
...
secure boot: lockdown, grub fallback, CI
2024-09-17 13:55:49 +02:00
James Le Cuirot
ea395fe5c9
Merge pull request #2318 from flatcar/chewi/grub-2.12
...
sys-boot/grub: Move to portage-stable, bump to 2.12
2024-09-17 10:31:03 +01:00
Jeremi Piotrowski
7b8f43756c
changelog: Add entry for kernel lockdown changes
...
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-09-17 11:01:06 +02:00
Flatcar Buildbot
bc5e1fce44
sys-kernel/coreos-sources: Update from 6.6.50 to 6.6.51
2024-09-16 14:40:58 +00:00
Mathieu Tortuyaux
7234433f87
Merge pull request #2308 from flatcar/tormath1/ignition
...
sys-kernel/bootengine: pull ignition changes
2024-09-16 14:20:57 +02:00