Skip to content

Commit

Permalink
Merge pull request #1361 from prometheus/bastischubert/version-0.28.0
Browse files Browse the repository at this point in the history
prepare release 0.28.0
  • Loading branch information
bastischubert authored Feb 6, 2025
2 parents be3dcf7 + 20bf7b8 commit 9f9547f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.28.0 / 2025-05-07

BREAKING CHANGES:

In this version of the exporter the sysUpTime metric has been removed from the if_mib module and
is now part of the new system module, along with other useful system related metrics.
Please update your scrape definitions to include the system module if you need sysUpTime.

* [ENHANCEMENT] allow module-qualified labels in generator #1333
* [ENHANCEMENT] add healthcheck endpoint #1358
* [ENHANCEMENT] Override Metric Name in Generator #1341
* [BUGFIX] cleanup docker container after running #1330

snmp.yml changes:
* moved system related oids to the new system module #1334
* add UBNT AirOS module, DLink and Eltex MES #1344
* add JunOS module #1348
* enhancements on the hrStorage module, cleanup unused lookups for mikrotik module #1349
* update JunOS module and add Juniper Optics (DOM) module #1351
* added page counters to the printer module #1353

## 0.27.0 / 2025-01-03
BREAKING CHANGES:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.28.0

0 comments on commit 9f9547f

Please # to comment.