From e8db0bd411d1c8c5db736810b6615e69b1c7d320 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Feb 11 2021 05:28:32 +0000 Subject: FCOS status update for 2021-02 https://github.com/coreos/fedora-coreos-tracker/issues/710 --- diff --git a/modules/dashboard/pages/editions/fcos.adoc b/modules/dashboard/pages/editions/fcos.adoc index 7fe0370..98f2258 100644 --- a/modules/dashboard/pages/editions/fcos.adoc +++ b/modules/dashboard/pages/editions/fcos.adoc @@ -4,17 +4,16 @@ Point of Contact: Dusty Mabe (dustymabe) link:https://getfedora.org/coreos/[More information] -Update date: 2021-01-07 +Update date: 2021-02-11 -* The FCOS stable stream has been rebased to Fedora 33 -* We now have an FCOS rawhide stream - * https://github.com/coreos/fedora-coreos-tracker/issues/497 - * https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/XPYEN7VTK26E5NHEI7YUXMJRK5LNGRXY/ -* Work has started on tracking the f34 rebase (https://github.com/coreos/fedora-coreos-tracker/issues/704) -* [rpm-ostree v2020.9](https://github.com/coreos/rpm-ostree/releases/tag/v2020.9) - * Rewritten `ex livefs` (now called `ex live-apply`) allows safely importing pending changes into the current boot without having to reboot -* [Afterburn v4.6.0](https://github.com/coreos/afterburn/releases/tag/v4.6.0) - * Support for hostname fetching on Alibaba Cloud and IBM Cloud -* Support for full-disk RAID1 has landed - * https://github.com/coreos/fedora-coreos-config/pull/718 - * More follow-up work to do +* Boot disk mirroring (RAID 1) support is complete +* `/boot` is now mounted read-only, and `/boot/efi` is no longer mounted by default +** Kernel argument changes are managed via `rpm-ostree kargs`. +** Bootloader updates are managed by bootupd. +** There's no longer a canonical EFI System Partition; each boot disk in a mirrored set has its own copy. bootupd will handle updating bootloader binaries on each EFI partition. +* New rpm-ostree release https://github.com/coreos/rpm-ostree/releases/tag/v2021.1[v2021.1] +** The `rpm-ostree livefs` command is now called `live-apply` and is now much safer to use. +** rpm-ostree now ships a DNF Count Me compatible timer and systemd unit, though they're still disabled for the time being. +* Performed an async release for the sudo CVE on all three production streams. Thankfully, the kernel CVE lined up with a scheduled release. +* Had virtual face-to-face meetings about https://github.com/coreos/fedora-coreos-tracker/blob/master/docs/20210204_growing_fcos_community.md[growing the FCOS community] and https://github.com/coreos/fedora-coreos-tracker/blob/master/docs/20210204_fcos_official_edition.md[FCOS as an edition] +* FCOS now uses the sqlite rpmdb backend