Skip to content

Commit d26b9e6

Browse files
committed
Bump version to 0.4.0
1 parent f152bd9 commit d26b9e6

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11

2-
## Changelog for mtr-exporter 0.4.0 (TBD)
2+
## Changelog for mtr-exporter 0.4.0 (2024-11-25)
33

44
Features:
55

66
* add label 'hop' for the 'first', 'last' and
77
'intermediate' hops towards the traced destination
88

9+
Maintenance:
10+
11+
As announced with mtr-exporter 0.3.0, the following deprecated
12+
metrics are removed:
13+
14+
| deprecated |
15+
| ---------------------------- |
16+
| mtr_report_duration_ms_gauge |
17+
| mtr_report_count_hubs_gauge |
18+
| mtr_report_snt_gauge |
19+
| mtr_report_loss_gauge |
20+
| mtr_report_best_gauge |
21+
| mtr_report_wrst_gauge |
22+
| mtr_report_avg_gauge |
23+
| mtr_report_last_gauge |
24+
| mtr_report_stdev_gauge |
25+
26+
Also, `-flag.deprecatedMetrics` is removed.
27+
928

1029
## Changelog for mtr-exporter 0.3.0 (2023-08-28)
1130

@@ -18,7 +37,7 @@ Features:
1837
(<=mtr:0.93, >=mtr:0.94 differ)
1938

2039
* add -flag.deprecatedMetrics to render deprecated metrics.
21-
helps with transition time until deprecated metrics are
40+
helps with transition time until deprecated metrics are
2241
gone
2342

2443
Improvements:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

0 commit comments

Comments
 (0)