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

  1. Download the new docker-compose.yml from the releases page.
  2. Stop the running stack:
    podman compose down
    # or
    docker compose down
    
  3. Replace your existing docker-compose.yml with the new one.
  4. 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.


IssuePit — Agent Orchestration Platform

This site uses Just the Docs, a documentation theme for Jekyll.