fix(backend): use /health for cloud run smoke endpoints

This commit is contained in:
zouantchaw
2026-02-24 08:58:49 -05:00
parent f8f81ec77c
commit 1876441a12
5 changed files with 17 additions and 10 deletions

View File

@@ -9,3 +9,4 @@
| 2026-02-24 | 0.1.4 | Locked defaults for idempotency, validation, bucket split, model provider, and p95 objectives. |
| 2026-02-24 | 0.1.5 | Added backend makefile module and CI workflow for backend target validation. |
| 2026-02-24 | 0.1.6 | Added Cloud SQL-backed idempotency storage, migration script, and command API test coverage. |
| 2026-02-24 | 0.1.7 | Added `/health` endpoints and switched smoke checks to `/health` for Cloud Run compatibility. |