Release notes and changelog

·

SummitPSA versions are shipped as tagged Docker images (for example ghcr.io/summitpsa/app:0.2.5). Each release is announced by SummitPSA with upgrade notes that call out anything you need to do — most schema changes are additive and run automatically on boot, but breaking changes (such as a relocated route) are flagged explicitly.

Where releases are announced

New versions and their notes are published through your SummitPSA vendor channel. Watch for upgrade notes that describe:

  • the new image tag to pin;
  • whether migrations are additive (no action — they run on boot) or require attention;
  • any breaking changes, such as moved routes or new required settings;
  • the rollback path for that release.

Checking your current version

Your running app version drives the license phone-home telemetry. You can confirm the schema revision your database is on with:

sudo docker compose -f /opt/summitpsa/docker-compose.yml exec -T app alembic current

In-app changelog — in development

Note: An in-app changelog viewer is still in development. There is currently no built-in changelog screen inside SummitPSA. Until it ships, rely on the release announcements and upgrade notes from SummitPSA for the authoritative list of changes.

Was this article helpful?
Still need help? Contact SummitPSA support.