diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index 9ca8c0655ba11..16fdd3ef54899 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -135,7 +135,7 @@ datadog-scylla==2.5.0 datadog-sidekiq==1.3.1 datadog-silk==2.0.0 datadog-singlestore==2.0.0 -datadog-snmp==6.2.1 +datadog-snmp==6.2.2 datadog-snowflake==5.0.0 datadog-solr==1.12.1 datadog-sonarqube==3.0.0 diff --git a/snmp/CHANGELOG.md b/snmp/CHANGELOG.md index 0a2e3862dd1eb..1cafb31cdcab4 100644 --- a/snmp/CHANGELOG.md +++ b/snmp/CHANGELOG.md @@ -5,9 +5,14 @@ ***Fixed***: * Remove unsupported metric in riverbed-interceptor.yaml ([#15678](https://github.com/DataDog/integrations-core/pull/15678)) +* Delete unnecessary extend for ubiquiti profiles ([#15643](https://github.com/DataDog/integrations-core/pull/15643)) + +## 6.2.2 / 2023-09-12 + +***Fixed***: + * Fix mapping for apc-pdu ([#15765](https://github.com/DataDog/integrations-core/pull/15765)) * Fixes for SNMP Profiles introduced in 7.48 ([#15800](https://github.com/DataDog/integrations-core/pull/15800)) -* Delete unnecessary extend for ubiquiti profiles ([#15643](https://github.com/DataDog/integrations-core/pull/15643)) ## 6.2.1 / 2023-09-05 diff --git a/snmp/datadog_checks/snmp/__about__.py b/snmp/datadog_checks/snmp/__about__.py index 960ef3efedd2d..89de12a9bb8c0 100644 --- a/snmp/datadog_checks/snmp/__about__.py +++ b/snmp/datadog_checks/snmp/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '6.2.1' +__version__ = '6.2.2'