docs: CHANGELOG entry for gitea HC fix
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-06-22 — gitea healthcheck fix (unattended test campaign)
|
||||
- **gitea**: healthcheck probe repointed `/api/v1/version` → `/api/healthz` (docker HC + controller
|
||||
`.felhom.yml` probe), `start_period` 30s → 90s.
|
||||
- Surfaced during the Phase-2 deploy sweep: a fresh gitea reported `unhealthy` because
|
||||
`/api/v1/version` returns 404 until the install wizard / INSTALL_LOCK completes, while the
|
||||
container was serving fine on :3000 (`/api/healthz` → 200). Same class as the komga fix.
|
||||
|
||||
## 2026-06-22 — komga healthcheck fix (unattended test campaign)
|
||||
- **komga**: healthcheck probe repointed `/api/v1/actuator/health` → `/actuator/health`.
|
||||
- Root cause: komga's Spring Boot actuator endpoint is served unauthenticated at `/actuator/health`
|
||||
|
||||
Reference in New Issue
Block a user