Skip to content

v2.3.3 — lockfile sync, Docker startup race fix

Latest

Choose a tag to compare

@aquantumofdonuts aquantumofdonuts released this 04 Jul 10:21
9a9c844

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