docs(changelog): note health gate + verified end-to-end pipeline
CI / backend (pull_request) Successful in 48s
CI / frontend (pull_request) Successful in 14s
Security / secrets (pull_request) Successful in 4s
Security / dependencies (pull_request) Successful in 53s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
cesnimda
2026-07-01 16:49:54 +02:00
parent 045be2bb81
commit 3a6714cdc1
+3 -2
View File
@@ -13,8 +13,9 @@ All notable changes to InboxIntel are documented here. Format follows
### Added ### Added
- CI/CD pipeline (`.gitea/workflows/`): `security` (gitleaks secret scan + NuGet/npm - CI/CD pipeline (`.gitea/workflows/`): `security` (gitleaks secret scan + NuGet/npm
vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`), vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`,
`deploy-prod` (tag-gated production promotion, inactive until the server exists). 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`). - Formal Git workflow & environment strategy (`docs/WORKFLOW.md`).
- Staging environment overlay (`docker-compose.staging.yml`) — production-shaped - Staging environment overlay (`docker-compose.staging.yml`) — production-shaped
Linux containers on Windows, isolated ports/volumes. Linux containers on Windows, isolated ports/volumes.