Releases
IssuePit follows Semantic Versioning. Releases are managed via Release Please and published automatically when changes are merged to main.
Latest Release
Visit the GitHub Releases page for the latest version, release notes, and downloadable assets.
Release Assets
Each release includes:
| Asset | Description |
|---|---|
docker-compose.yml | Compose file to run the full IssuePit stack |
| Source code (zip / tar.gz) | Full repository snapshot |
Changelog
The full history of changes is available in the CHANGELOG.
Upgrading
- Download the new
docker-compose.ymlfrom the releases page. - Stop the running stack:
podman compose down # or docker compose down - Replace your existing
docker-compose.ymlwith the new one. - Pull the new images and restart:
podman compose pull && podman compose up -d # or docker compose pull && docker compose up -d
Database migrations run automatically on startup.
Helper Containers
The helper container images are versioned independently and published under the ghcr.io/issuepit/ namespace.