Skip to content

🐛 v2.3.6 Properly handle long-running remote jobs.

Compare
Choose a tag to compare
@bmeares bmeares released this 17 Aug 07:17
· 60 commits to main since this release
9350602

v2.3.5 — v2.3.6

  • Properly handle remote jobs.
    Long-running remote jobs are now properly handled, allowing for graceful API shutdown.

  • Detect when creating a remote pipeline.
    Running a pipeline action with a remote executor will pass through the pipeline to the API server:

    mrsm show version + show arguments : --loop -e api:main
  • Remove actions websocket endpoint with temporary jobs.

  • Properly quote environment variables in systemd services.

  • Remove ~/.local volume from api service in the stack.
    This was overwriting the new Docker image version and such needed to be removed.