v1.1.5 — Docker support and CI pipeline
Adds container support and a complete CI/CD pipeline for OrionBelt Chat.
Docker
- Ships a multi-platform Docker image with a Docker Hub publish workflow, so the app can run as a container without a local Python toolchain.
- Publishing is pinned to release tags only: each version pushes
:1.2.3,:1.2,:1, and:latest— the rollingmain/edgetags were dropped to keep the tag list clean. - The Docker Hub repository overview is kept in sync with
README.mdautomatically.
Continuous integration
- New CI workflow runs
ruff(lint + format check),mypy, andpyteston every push and pull request tomain.
Documentation
- Added Docker Hub badges (version, image size, pulls) to the README, pointed at the published
latestimage.
Compatibility: unchanged — OrionBelt Analytics & Semantic Layer MCP servers.
Full Changelog: v1.1.4...v1.1.5