Bump upstream: v1.12.4-k6.12.47-1
Some checks failed
Build Talos CM5 Image / build (push) Failing after 1s
Some checks failed
Build Talos CM5 Image / build (push) Failing after 1s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
37f9292ef1
commit
6c75585c0a
2
Makefile
2
Makefile
@ -12,7 +12,7 @@
|
|||||||
# make clean # Remove checkouts and build artifacts
|
# make clean # Remove checkouts and build artifacts
|
||||||
|
|
||||||
PKG_VERSION = v1.12.0
|
PKG_VERSION = v1.12.0
|
||||||
TALOS_VERSION = v1.12.3
|
TALOS_VERSION = v1.12.4
|
||||||
SBCOVERLAY_VERSION = main
|
SBCOVERLAY_VERSION = main
|
||||||
|
|
||||||
# Prefer GNU coreutils (macOS: brew install gnu-sed coreutils)
|
# Prefer GNU coreutils (macOS: brew install gnu-sed coreutils)
|
||||||
|
|||||||
@ -12,7 +12,7 @@ The official Talos Image Factory does not support CM5 — the mainline kernel la
|
|||||||
|
|
||||||
| Component | Version |
|
| Component | Version |
|
||||||
|-----------|---------|
|
|-----------|---------|
|
||||||
| Talos Linux | <a href="https://github.com/siderolabs/talos" target="_blank"><img src="https://img.shields.io/badge/talos-v1.12.3-blue?logo=kubernetes&logoColor=white" alt="Talos version"></a> |
|
| Talos Linux | <a href="https://github.com/siderolabs/talos" target="_blank"><img src="https://img.shields.io/badge/talos-v1.12.4-blue?logo=kubernetes&logoColor=white" alt="Talos version"></a> |
|
||||||
| RPi Kernel | <a href="https://github.com/raspberrypi/linux" target="_blank"><img src="https://img.shields.io/badge/kernel-6.12.47-blue?logo=linux&logoColor=white" alt="Kernel version"></a> |
|
| RPi Kernel | <a href="https://github.com/raspberrypi/linux" target="_blank"><img src="https://img.shields.io/badge/kernel-6.12.47-blue?logo=linux&logoColor=white" alt="Kernel version"></a> |
|
||||||
| iscsi-tools | <a href="https://github.com/siderolabs/extensions" target="_blank"><img src="https://img.shields.io/badge/iscsi--tools-v0.1.6-blue?logo=docker" alt="iscsi-tools version"></a> |
|
| iscsi-tools | <a href="https://github.com/siderolabs/extensions" target="_blank"><img src="https://img.shields.io/badge/iscsi--tools-v0.1.6-blue?logo=docker" alt="iscsi-tools version"></a> |
|
||||||
| util-linux-tools | <a href="https://github.com/siderolabs/extensions" target="_blank"><img src="https://img.shields.io/badge/util--linux--tools-2.40.4-blue?logo=docker" alt="util-linux-tools version"></a> |
|
| util-linux-tools | <a href="https://github.com/siderolabs/extensions" target="_blank"><img src="https://img.shields.io/badge/util--linux--tools-2.40.4-blue?logo=docker" alt="util-linux-tools version"></a> |
|
||||||
@ -25,11 +25,11 @@ Release images are published to <a href="https://hub.docker.com/r/svrnty/talos-r
|
|||||||
v<talos>-k<kernel>-<revision>
|
v<talos>-k<kernel>-<revision>
|
||||||
```
|
```
|
||||||
|
|
||||||
For example: `v1.12.3-k6.12.47-2`
|
For example: `v1.12.4-k6.12.47-1`
|
||||||
|
|
||||||
| Segment | Meaning |
|
| Segment | Meaning |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| `v1.12.3` | Upstream Talos Linux version |
|
| `v1.12.4` | Upstream Talos Linux version |
|
||||||
| `k6.12.47` | RPi downstream kernel version |
|
| `k6.12.47` | RPi downstream kernel version |
|
||||||
| `2` | Build revision (bumped for config/patch changes on the same upstream versions) |
|
| `2` | Build revision (bumped for config/patch changes on the same upstream versions) |
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ zstd -d metal-arm64.raw.zst -o metal-arm64.raw
|
|||||||
### Upgrade an existing node
|
### Upgrade an existing node
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
talosctl upgrade --image docker.io/svrnty/talos-rpi5:v1.12.3-k6.12.47-2
|
talosctl upgrade --image docker.io/svrnty/talos-rpi5:v1.12.4-k6.12.47-1
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** In-place upgrades use GRUB with `--no-nvram` to work around the RPi5/CM5 `SetVariableRT` firmware limitation. This patch is included but not yet tested in production — re-flashing the disk image is the proven fallback.
|
> **Note:** In-place upgrades use GRUB with `--no-nvram` to work around the RPi5/CM5 `SetVariableRT` firmware limitation. This patch is included but not yet tested in production — re-flashing the disk image is the proven fallback.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user