Skip to content

Release v2.0.0

Choose a tag to compare

@sjclayton sjclayton released this 10 Jun 09:15
· 15 commits to master since this release

[2.0.0] - 2026-06-10

Changed

IMPORTANT: This major release contains a breaking change related to Docker deployments (see below).

  • Docker deployments must be manually updated, you should first back up your config.yml file and then follow the updated instructions in the README under the Running with Docker section to redeploy. This is required to fix multiple issues regarding Docker Compose deployments and the built-in update functionality. NOTE: Deployments via systemd service are not affected by this issue, and users do not need to take any action.
  • Hide update functionality in UI for plain Docker deployments (This functionality is only available when deployed via Docker Compose or as a systemd service).

Removed

  • Built-in update functionality for bare-metal/development/manual git clone local deployments has been removed (this functionality never fully worked for this type of deployment anyway).