github kossakovsky/selfhost-ai v1.15.1

2 hours ago

Fixed

  • n8n workers - Lowering N8N_WORKER_COUNT now removes the extra n8n-worker-N / n8n-runner-N containers on install, make update or bash scripts/generate_n8n_workers.sh; each is stopped gracefully first (up to 30s to finish running executions). Before, the regenerated compose file no longer listed them, so down left them running as orphans that kept processing queue jobs. make doctor warns about a worker above the configured count.

Removed

  • scripts/download_top_workflows.sh - Maintainer-only script that downloaded popular templates from n8n.io; nothing in the installer or Makefile called it. The bundled workflows in n8n/backup/workflows/ stay.

Upgrade

Run make update. If you lowered N8N_WORKER_COUNT earlier and n8n-worker-N / n8n-runner-N containers above the count are still running, the update stops them gracefully and removes them; make doctor warns if one is left.

Full Changelog: v1.15.0...v1.15.1

Don't miss a new selfhost-ai release

NewReleases is sending notifications on new releases.