diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index 9b1668e..4e58f6c 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -4,8 +4,8 @@ on: pull_request: branches: - main - #schedule: - # - cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run) + schedule: + - cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run) workflow_dispatch: jobs: diff --git a/README.md b/README.md index 642e178..bde1c3c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Please take a look at the included modifications, and help us improve uCore if t ## Table of Contents +- [Announcements](#announcements) - [Features](#features) - [Images](#images) - [`fedora-coreos`](#fedora-coreos) @@ -43,6 +44,20 @@ Please take a look at the included modifications, and help us improve uCore if t - [DIY](#diy) - [Metrics](#metrics) +## Announcements + +### 2024.11.12 - uCore has updated to Fedora 41 + +As of today our upstream Fedora CoreOS stable image updated to Fedora 41 under the hood, so expect a lot of package updates. + +### 2024.11.12 - uCore *stable* has pinned to kernel version *6.11.3* + +Kernel version `6.11.3` was the previous *stable* update's kernel, and despite the update to Fedora 41, we've stuck with `6.11.3` rather than updating to `6.11.5` from upstream. + +This is due to a kernel bug in versions `6.11.4`/`6.11.5` which [breaks tailscale status reporting](https://github.com/tailscale/tailscale/issues/13863). As many users of uCore do use tailscale, we've decided to be extra cautious and hold back the kernel, even though the rest of stable updated as usual. + +We expect the next update of Fedora CoreOS to be on `6.11.6` per the current state of the testing stream. So uCore will follow when that update occurs. + ## Features The uCore project builds four images, each with different tags for different features.