Release 2026.07.05
Docker Images
Docker images have been built and pushed:
Docker Hub:
alexta69/metube:latestalexta69/metube:2026.07.05
GitHub Container Registry:
ghcr.io/alexta69/metube:latestghcr.io/alexta69/metube:2026.07.05
Changes
- fix: fsync parent dir after direct-write fallback for durability parity (54463ba)
- fix: serialize state before truncating in the direct-write fallback (b00d478)
- fix: force 0600 on fallback state rewrites, not just creation (96e88a3)
- fix: create fallback state file with owner-only 0600 permissions (49a46a7)
- fix: make fsync best-effort so only mkstemp/replace failures fall back (961b54a)
- fix: surface real storage errors from direct-write fsync fallback (e0549d6)
- fix: limit atomic-write fallback to atomic-unsupported errnos (f315b75)
- fix: fall back to direct write when atomic state save hits EPERM on NFS (c2c129d)