|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project are documented here. The format is based on |
| 4 | +[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project aims |
| 5 | +to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +### Added |
| 10 | +- Cross-platform CI (Linux/macOS/Windows · Python 3.8 → 3.13) running the |
| 11 | + offline self-test and the multi-topology audit harness. |
| 12 | + |
| 13 | +## [0.1.0] — 2026-07-12 |
| 14 | + |
| 15 | +First public release. |
| 16 | + |
| 17 | +### Added |
| 18 | +- **Auto-discovery** (`discover.py`): probes a Grafana instance and produces a |
| 19 | + capability map — version/edition, datasources, and the LLM telemetry dialects |
| 20 | + actually present, with the **real metric names** (OpenTelemetry GenAI |
| 21 | + `gen_ai.*`, LiteLLM, vLLM/TGI/Ollama, NVIDIA DCGM). |
| 22 | +- **Six dashboard blueprints** (`forge_dashboards.py`): FinOps & cost, Gateway |
| 23 | + Operations, Agents & RAG, internal Adoption, self-hosted Inference, and EU AI |
| 24 | + Act Governance. Classic schema v41 via the legacy API — compatible with |
| 25 | + Grafana 9 → 13+, OSS/Cloud/Enterprise. |
| 26 | +- **Cost computed, not hoped**: an embedded, date-stamped pricing registry of |
| 27 | + ~30 models (input/output/cache, US/EU/Asia sovereignty) composed into PromQL, |
| 28 | + with a 30-day refresh protocol. |
| 29 | +- **SLO alerting** (`--with-alerts`): error burn-rate, TTFT p95, daily budget, |
| 30 | + KV-cache saturation, and signal-absence rules. |
| 31 | +- **Graceful degradation**: zero LLM signal produces an instrumentation-gap |
| 32 | + report plus a working governance dashboard, not a failure. |
| 33 | +- **Idempotence**: deterministic UIDs, upsert with overwrite, and a `--dry-run` |
| 34 | + mode for everything that writes. |
| 35 | +- **Vision-verified rendering** (`visual_audit.py`): native Grafana renderer or |
| 36 | + Playwright fallback captures the real render for inspection. |
| 37 | +- **Offline self-test** (`--selftest`) and a portable multi-topology audit |
| 38 | + harness (`audit_harness.py`). |
| 39 | +- Reference library: query recipes, blueprint specs, Grafana API compatibility |
| 40 | + matrix, instrumentation guide, and an EU AI Act × observability mapping |
| 41 | + (verified July 2026, post-Digital Omnibus). |
| 42 | +- Packaged as a Claude Code / Agent **Skill** (`SKILL.md`). |
| 43 | + |
| 44 | +[Unreleased]: https://github.com/alebgl77/grafana-llmops-forge/compare/v0.1.0...HEAD |
| 45 | +[0.1.0]: https://github.com/alebgl77/grafana-llmops-forge/releases/tag/v0.1.0 |
0 commit comments