From 1a44c1403fb432f1b1ad797b0b28bd08e9078b37 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 22 Jun 2026 15:18:10 +0200 Subject: [PATCH] docs: CHANGELOG entry for gitea HC fix Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0564478..0ef9139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`