github aquantumofdonuts/mixarr v2.3.3
v2.3.3 — lockfile sync, Docker startup race fix

5 hours ago

What's Changed

Fixed

  • package-lock.json version drift — Lockfile version fields were stuck at 2.2.0 since v2.3.0. Version bump commits updated all package.json files but never regenerated the lockfile. Now in sync at 2.3.3.
  • Unified image startup race — Migrations now run against a temporary MySQL instance before supervisord starts, so the API can never race the database on first boot.
  • Entrypoint robustnessmysqladmin shutdown is now guarded with || true so a failed shutdown does not terminate the entrypoint script under set -e.

No application logic changes

All feature code is identical to v2.3.2. Only lockfile metadata, version strings, and Docker startup ordering changed.


Docker Images

ghcr.io/aquantumofdonuts/mixarr:v2.3.3
ghcr.io/aquantumofdonuts/mixarr:latest

ghcr.io/aquantumofdonuts/mixarr:v2.3.3-slim
ghcr.io/aquantumofdonuts/mixarr:slim

Full Changelog: https://github.com/aquantumofdonuts/mixarr/blob/prod/CHANGELOG.md

Don't miss a new mixarr release

NewReleases is sending notifications on new releases.