Skip to content

Commit 4c054bf

Browse files
Release v0.27.0 (#1327)
BREAKING CHANGES: This version of the exporter introduces a cleaned up default snmp.yml that moved all ucd-snmp-mib oids into a separate module. If you used one of the following modules: * synology * ddwrt * kemp_loadmaster you will need to change your scrape config to also include the ucd_la_table module as well. See https://github.com/prometheus/snmp_exporter/tree/main?tab=readme-ov-file#multi-module-handling for further instructions. * [CHANGE] generator: Update generator default MIBOPTS #1231 * [CHANGE] adopt log/slog, drop go-kit/log #1249 * [ENHANCEMENT] generator: Improve config error message #1274 * [FEATURE] add ParseDateAndTime type #1234 * [FEATURE] Set UseUnconnectedUDPSocket option if one of the modules has if set #1247 * [FEATURE] add NTPTimeStamp type #1315 * [BUGFIX] fixed dashboard mixins #1319 snmp.yml changes: * cleanup ucd-snmp-mibs #1200 * moved oids from synology,ddwrt and kemp_loadmaster to new module ucd_la_table * Added support for Sophos XG Series #1239 * Added support for HPE #1267 * Added support for powercom #1275 * Added support for Cisco IMC #1293 * Updated mib for apc #1303 * Added support for TPLink DDM #1304 --------- Signed-off-by: Sebastian Schubert <[email protected]> Signed-off-by: Sebastian Schubert <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
1 parent d3c2e72 commit 4c054bf

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 0.27.0 / 2025-01-03
2+
BREAKING CHANGES:
3+
4+
This version of the exporter introduces a cleaned up default snmp.yml that moved all
5+
ucd-snmp-mib oids into a separate module.
6+
7+
If you used one of the following modules:
8+
* synology
9+
* ddwrt
10+
* kemp_loadmaster
11+
12+
you will need to change your scrape config to also include the ucd_la_table module as well.
13+
See https://github.com/prometheus/snmp_exporter/tree/main?tab=readme-ov-file#multi-module-handling for further instructions.
14+
15+
* [CHANGE] generator: Update generator default MIBOPTS #1231
16+
* [CHANGE] adopt log/slog, drop go-kit/log #1249
17+
* [ENHANCEMENT] generator: Improve config error message #1274
18+
* [FEATURE] add ParseDateAndTime type #1234
19+
* [FEATURE] Set UseUnconnectedUDPSocket option if one of the modules has if set #1247
20+
* [FEATURE] add NTPTimeStamp type #1315
21+
* [BUGFIX] fixed dashboard mixins #1319
22+
23+
snmp.yml changes:
24+
* cleanup ucd-snmp-mibs #1200
25+
* moved oids from synology,ddwrt and kemp_loadmaster to new module ucd_la_table
26+
* Added support for Sophos XG Series #1239
27+
* Added support for HPE #1267
28+
* Added support for powercom #1275
29+
* Added support for Cisco IMC #1293
30+
* Updated mib for apc #1303
31+
* Added support for TPLink DDM #1304
32+
133
## 0.26.0 / 2024-05-08
234

335
* [CHANGE] Improve generator parse error handling #1167

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.0
1+
0.27.0

0 commit comments

Comments
 (0)