From 9ee5d757f5987b4eceff6c58f03946909b62baad Mon Sep 17 00:00:00 2001 From: cesnimda Date: Wed, 1 Jul 2026 17:20:34 +0200 Subject: [PATCH] docs(changelog): note health gate + verified end-to-end pipeline (#7) Co-authored-by: cesnimda Reviewed-on: https://git.cesnimda.uk/cesnimda/Inboxintel/pulls/7 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55eacfa..cd7ece1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ All notable changes to InboxIntel are documented here. Format follows ### Added - CI/CD pipeline (`.gitea/workflows/`): `security` (gitleaks secret scan + NuGet/npm - vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`), - `deploy-prod` (tag-gated production promotion, inactive until the server exists). + vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`, + with a post-deploy health gate), `deploy-prod` (tag-gated production promotion, + inactive until the server exists). Verified end-to-end on the self-hosted runner. - Formal Git workflow & environment strategy (`docs/WORKFLOW.md`). - Staging environment overlay (`docker-compose.staging.yml`) — production-shaped Linux containers on Windows, isolated ports/volumes.