feat: expose running CalVer version via API (#126) #127

Merged
cal merged 1 commits from issue/126-feat-expose-running-calver-version-via-api into main 2026-04-10 15:54:14 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
4acf7b2afa feat: expose running CalVer version via API (#126)
Closes #126

- Dockerfile: ARG BUILD_VERSION=dev baked into ENV APP_VERSION + OCI label
- CI: passes BUILD_VERSION build-arg from git tag to docker build
- main.py: adds GET /health returning {"status": "ok", "version": "..."}
- Dockerfile: updates HEALTHCHECK to use /health (no SQL, lightweight)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 15:53:55 +00:00