From 864bc266f94f28aeeb99d104906296ea28636955 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Fri, 24 Nov 2023 15:09:24 +0100 Subject: [PATCH] Release v0.25.0 * [ENHANCEMENT] generator: Add support for subsequent address family #782 * [ENHANCEMENT] generator: Fix lookups to match OIDs closer to the index OID. #828 * [FEATURE] Add a scaling factor #1026 * [FEATURE] generator: Enable passing input file, output file, and mibs dir as flags #1028 * [FEATURE] Add an offset factor #1029 * [BUGFIX] Fix and optimize generator Docker image building #1045 snmp.yml changes: * Override `bsnAPName` to DisplayString #660 * Import TP-Link EAP MIB #833 * Updated Mikrotik neighbor indexes make them unique #986 * Update PowerNet MIB to v4.5.1 #1003 * Refactor HOST-RESOURCES-MIB #1027 * Update keepalived MIB files to latest version #1044 Signed-off-by: SuperQ --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab15cec3..9db3e0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.25.0 / 2023-11-24 + +* [ENHANCEMENT] generator: Add support for subsequent address family #782 +* [ENHANCEMENT] generator: Fix lookups to match OIDs closer to the index OID. #828 +* [FEATURE] Add a scaling factor #1026 +* [FEATURE] generator: Enable passing input file, output file, and mibs dir as flags #1028 +* [FEATURE] Add an offset factor #1029 +* [BUGFIX] Fix and optimize generator Docker image building #1045 + +snmp.yml changes: + +* Override `bsnAPName` to DisplayString #660 +* Import TP-Link EAP MIB #833 +* Updated Mikrotik neighbor indexes make them unique #986 +* Update PowerNet MIB to v4.5.1 #1003 +* Refactor HOST-RESOURCES-MIB #1027 +* Update keepalived MIB files to latest version #1044 + ## 0.24.1 / 2023-09-01 * [BUGFIX] Remove auth label from collection metric #981 diff --git a/VERSION b/VERSION index 48b91fd8..d21d277b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.1 +0.25.0