Skip to content

Commit

Permalink
restore cron, add announcements to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Nov 12, 2024
1 parent 1ccc000 commit 32003c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please take a look at the included modifications, and help us improve uCore if t

## Table of Contents <!-- omit in toc -->

- [Announcements](#announcements)
- [Features](#features)
- [Images](#images)
- [`fedora-coreos`](#fedora-coreos)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 32003c6

Please sign in to comment.