From bcb9c40369c94603554f4cbff8ba8d2f9ef95958 Mon Sep 17 00:00:00 2001 From: GrammaTonic Date: Mon, 2 Mar 2026 03:48:12 +0100 Subject: [PATCH] chore: bump version to 2.6.0 and update changelog --- VERSION | 2 +- docs/releases/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 437459c..e70b452 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0 diff --git a/docs/releases/CHANGELOG.md b/docs/releases/CHANGELOG.md index 1b85383..46e2e2d 100644 --- a/docs/releases/CHANGELOG.md +++ b/docs/releases/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## [v2.6.0] - 2026-03-02 + +### Prometheus Monitoring (Phases 2–6) + +- **Phase 2**: Fix Chrome and Chrome-Go metrics gaps — ensure all three runner variants expose identical Prometheus metric families (#1135). +- **Phase 3**: Add DORA metrics and job lifecycle tracking — `job-started.sh`, `job-completed.sh` hooks, job duration histograms, queue-time gauges (#1136). +- **Phase 4**: Split mega-dashboard into 4 standalone Grafana dashboards — Runner Overview, Job Performance, Cache Efficiency, DORA Metrics (#1137). +- **Phase 5**: Add Prometheus monitoring user documentation and wiki pages (#1139). +- **Phase 6**: Comprehensive test suite — 6 integration test scripts (149 assertions) covering endpoint format, performance, persistence, scaling, security, and docs validation. CI/CD pipeline integration and shellcheck compliance (#1140). + +### Security + +- Improve `security-advisories.yml` workflow logic and coverage (#1134). + ## [v2.5.0] - 2026-03-01 - Bump GitHub Actions runner to **2.332.0**.