github ublue-os/aurora stable-20260915.1
stable-20260915.1: Stable (F44.20260915, #7a14976)

2 hours ago

This is an automatically generated changelog for release stable-20260915.1.

From previous stable version stable-20260908.1 there have been the following changes. One package per new version shown.

Major packages

Name Version
Kernel 7.1.8-200
KDE 6.7.4-1 ➡️ 6.7.5-1
Mesa 26.1.8-1 ➡️ 26.2.2-1
Nvidia 610.57.04-1 ➡️ 615.71.09-1
Podman 5.8.4-1
Bootc 1.16.10-1
Flatpak 1.18.2-1
OSTree 2026.4-1
RPM-OSTree 2026.2-1

Major DX packages

Name Version
Incus 6.23-3
Docker 29.8.0-1
ROCm 7.1.1-6

Commits

Hash Subject Author
0c31777 feat(sbom): add verbose flag to syft (#2865) renner
20574d5 feat: vendor package repo configurations (#2851) renner
808662d feat: add setroubleshoot-plugins (#2850) renner
772bf56 feat: drop Docker Model Runner in favor of llmman (#2847) Eric Curtin
8f14f67 fix(changelogs): don't show kernel in big list (#2844) renner
4507691 feat: make compatible with unsealed composefs (#2829) renner

All Images

Name Previous New
babeltrace2 2.1.2-5
🔄 LCEVCdec 4.2.1-1 4.2.2-1
🔄 SDL3_image 3.4.4-1 3.4.6-2
🔄 amd-gpu-firmware 20260810-1 20260910-1
🔄 ark 26.08.0-1 26.08.1-1
🔄 bluez 5.87-6 5.87+1.git8750129efca8-1
🔄 breeze-icon-theme 6.29.0-1 6.30.0-1
🔄 corosync 3.1.10-5 3.1.10-6
🔄 cryptsetup 2.8.7-1 2.8.8-1
🔄 curl 8.18.0-9 8.18.0-10
🔄 dnf5 5.4.3.0-2 5.4.4.0-1
🔄 dracut 108-7 108-8
🔄 gstreamer1 1.28.6-1 1.28.7-1
🔄 gtk4 4.22.4-2 4.22.5-2
🔄 gvfs 1.60.2-1 1.60.3-1
🔄 hwdata 0.410-1 0.411-1
🔄 intel-gmmlib 22.10.0-1 22.10.1-1
🔄 intel-lpmd 0.1.0-2 0.1.0^git20260608.40d18a6-1
🔄 intel-media-driver 26.2.4-1 26.3.3-1
🔄 intel-vaapi-driver 2.4.1-8 2.4.5-1
🔄 kernel-headers 7.1.3-200 7.2.4-200
🔄 kquickimageeditor 0.6.0-6 0.7.0-2
🔄 libcap-ng 0.9.5-1 0.9.6-1
🔄 libevent 2.1.12-17 2.1.13-1
🔄 libfreeaptx 0.2.2-1 0.2.2-2
🔄 libibverbs 61.0-2 61.1^20260812git975bdaf-1
🔄 libpcap 1.10.6-2 1.10.7-1
🔄 libsoup3 3.6.6-9 3.6.6-10
🔄 libtirpc 1.3.7-2 1.3.7-2.rc1
🔄 libva 2.23.0-1 2.24.1-1
🔄 libwayland-client 1.25.0-1 1.26.0-1
🔄 libwmf 0.2.13-9 0.2.16-1
🔄 openvpn 2.7.6-1 2.7.7-1
🔄 plasma-setup 6.7.4-100.aurora 6.7.5-101.aurora
🔄 python3-boto3 1.43.83-1 1.43.91-1
🔄 python3-perf 7.1.13-200 7.2.5-200
🔄 rpm-sequoia 1.10.2-4 1.10.3-1
🔄 tailscale 1.102.3-1 1.102.4-1
🔄 tar 1.35-8 1.35-9
🔄 tuned 2.27.0-1 2.28.0-1
🔄 upower 1.91.3-1 1.91.4-1
🔄 vim 9.2.967-1 9.2.1061-1

Dev Experience Images

Name Previous New
🔄 cockpit-podman 129-1 130-1
🔄 code 1.136.1-1788413918.el8 1.137.0-1788902104.el8
🔄 containerd.io 2.3.4-2 2.3.5-1
🔄 docker-buildx-plugin 0.37.0-1 0.37.1-1
🔄 dtc 1.7.2-9 1.8.1-6
🔄 edk2-aarch64 20260812-4 20260812-8
🔄 kcli 99.0.0.git.202609040909.f43fdd7-0 99.0.0.git.202609111613.e184624-0
🔄 librdmacm 61.0-2 61.1^20260812git975bdaf-1
🔄 qatlib 26.02.0-2 26.08.0-1
docker-model-plugin 1.2.6-1

Nvidia Images

Name Previous New
🔄 egl-gbm 1.1.3-2 1.1.4-3
🔄 egl-wayland 1.1.21-2 1.1.22-2
🔄 egl-wayland2 1.0.1-1 1.0.2-1
🔄 egl-x11 1.0.5-1 1.0.6-1
🔄 libva-nvidia-driver 0.0.17-1 0.0.18-1

How to rebase

For current users, type the following to rebase to this version:

# Get Image Name
IMAGE_NAME=$(jq -r '.["image-name"]' < /usr/share/ublue-os/image-info.json)

# For this Stream
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:stable

# For this Specific Image:
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/$IMAGE_NAME:stable-20260915.1

# For other operations like changing streams/picking a specific date:
ujust rebase-helper

Documentation

Be sure to read the documentation for more information on how to use your cloud native system.

Don't miss a new aurora release

NewReleases is sending notifications on new releases.