Skip to content

Commit e261b06

Browse files
authored
release snmp (#17752)
1 parent 1b011cf commit e261b06

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.in-toto/tag.ec45eb9d.link

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ datadog-scylla==2.7.1
149149
datadog-sidekiq==1.4.0
150150
datadog-silk==2.2.1
151151
datadog-singlestore==2.2.0
152-
datadog-snmp==7.3.0
152+
datadog-snmp==7.3.1
153153
datadog-snowflake==5.6.0
154154
datadog-solr==1.13.0
155155
datadog-sonarqube==3.2.2

snmp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 7.3.1 / 2024-06-05
6+
7+
***Fixed***:
8+
9+
* Use a forced metric type of gauge for ccmRejectedPhones and ccmUnregisteredPhones so they are not incorrectly inferred to be rate types. ([#17722](https://github.com/DataDog/integrations-core/pull/17722))
10+
511
## 7.3.0 / 2024-04-26 / Agent 7.54.0
612

713
***Added***:

snmp/changelog.d/17722.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

snmp/datadog_checks/snmp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = '7.3.0'
5+
__version__ = '7.3.1'

0 commit comments

Comments
 (0)