Skip to content

Commit 6e8baba

Browse files
committed
Add changelog and bump version to 005
1 parent 9f71401 commit 6e8baba

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project are documented in this file.
4+
5+
## 0.0.5
6+
7+
- Split histogram `+Inf` overflow reporting by label-set so problematic series are listed individually.
8+
- Added metric description (Prometheus HELP text) to overflow findings.
9+
- Improved overflow wording and added on-the-fly unit guessing for histogram outputs.
10+
- Improved release/docs workflow (release target, GitHub Pages docs, container registry update).
11+
12+
## 0.0.4
13+
14+
- Added containerization and Helm chart support for deployment.
15+
- Fixed Helm chart packaging/versioning issues for `0.0.4`.
16+
- Continued rule quality improvements and review metadata propagation.
17+
18+
## 0.0.3
19+
20+
- Introduced rule review metadata and broader rule/test polishing.
21+
- Added/expanded tests for gauge-threshold rules.
22+
- Improved readability of numeric output formatting in reports.
23+
24+
## 0.0.2
25+
26+
- Added web server mode for serving analyzer output.
27+
28+
## 0.0.1
29+
30+
- Initial usable release with the results of the AI hackathon, including:
31+
- interactive TUI mode,
32+
- demo assets,
33+
- generic histogram rule support,
34+
- first web-server iteration.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

0 commit comments

Comments
 (0)