Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.6.0
14 changes: 14 additions & 0 deletions docs/releases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's a minor inconsistency in the names of the Grafana dashboards mentioned. The changelog lists 'Job Performance' and 'Cache Efficiency', but other documentation (like docs/features/PROMETHEUS_SETUP.md) and the dashboard files themselves (job-analysis.json, performance-trends.json) use 'Job Analysis' and 'Performance Trends'. To ensure consistency and avoid user confusion, it would be best to use the actual dashboard titles in the changelog.

Suggested change
- **Phase 4**: Split mega-dashboard into 4 standalone Grafana dashboards — Runner Overview, Job Performance, Cache Efficiency, DORA Metrics (#1137).
- **Phase 4**: Split mega-dashboard into 4 standalone Grafana dashboards — Runner Overview, DORA Metrics, Performance Trends, Job Analysis (#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**.
Expand Down