Skip to content

Commit d22066f

Browse files
committed
Prepare release 0.31.0
Add changelog for 0.31.0 and bump VERSION. Signed-off-by: Sebastian Schubert <basti@schubert.digital>
1 parent 6db6c3f commit d22066f

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## 0.31.0 / 2026-06-30
2+
3+
BREAKING CHANGES:
4+
5+
Regenerating snmp.yml with the generator now maps enum lookup columns to
6+
human-readable string labels (e.g. `"ioMemory"` instead of `"2"`) by default.
7+
Dashboards, alerts, or recording rules that match on numeric enum label values
8+
may need updating. Opt out per metric/lookup with `type: gauge`.
9+
10+
* [FEATURE] Add DISPLAY-HINT support for SNMP OctetString formatting #1549
11+
* [CHANGE] Map enum lookup columns to human-readable string labels #1624
12+
* [CHANGE] generator: Handle net-snmp 5.9.5.x changes to struct tclist #1550
13+
* [CHANGE] generator: Update Docker base image to Debian Trixie #1635
14+
* [ENHANCEMENT] Apply scale and offset during applyRegexExtracts #1580
15+
* [ENHANCEMENT] Docker: Added consistent opencontainer image labels #1581
16+
* [ENHANCEMENT] generator: Move generator output to repo root snmp.yml #1557
17+
* [ENHANCEMENT] docs(generator): Document default EnumAsInfo enum label behavior #1634
18+
* [ENHANCEMENT] Update docs on where to get APC MIBs #1600
19+
* [ENHANCEMENT] Add git and patch to RHEL installation command #1609
20+
* [BUGFIX] Ensure memory isolation for WalkParams.Retries per module #1598
21+
* [BUGFIX] Fix multiple dynamic filters on the same OID overriding each other #1625
22+
* [BUGFIX] Fix IPv6 bracket handling in target parsing #1588
23+
* [BUGFIX] Treat empty environment variables as set during expansion #1626
24+
* [BUGFIX] Also error when env var in config is prefixed or suffixed #1500
25+
* [BUGFIX] Reject empty module query parameter #1629
26+
* [BUGFIX] Handle hex.DecodeString error for SNMPv3 EngineID #1591
27+
* [BUGFIX] Use comma-ok type assertion and length guard in parseNtpTimestamp #1590
28+
* [BUGFIX] generator: Close output file to prevent fd leak #1592
29+
* [BUGFIX] generator: Fix Synology MIB file download link #1615
30+
* [BUGFIX] generator: Fix generator publish #1608
31+
* [BUGFIX] generator: Fetch Eltex MIBs from prometheus-community/snmp #1628
32+
33+
snmp.yml changes:
34+
* Add branchTable to servertech_sentry3 module #1554
35+
* Update Sentry3-MIB #1555
36+
* Improve Sentry4-MIB module #1560
37+
* Update Eltex MIBs #1564 #1573 #1628
38+
* Add DELL-RAC-MIB #1566
39+
* Patch SYNOLOGY-SMART-MIB #1574
40+
* Update Mikrotik MIBs #1582
41+
* Add Synology diskID, diskName, diskRole overrides #1603
42+
* Regenerate snmp.yml with enum lookup string labels #1624
43+
44+
145
## 0.30.1 / 2026-01-06
246

347
* [BUGFIX] Fix gosnmp import #1547

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.1
1+
0.31.0

0 commit comments

Comments
 (0)