Skip to content

Commit 2501d5a

Browse files
authored
Port 7.61 new integrations to master (#19158)
* [Release] Bumped nvidia_nim version to 1.0.0 * [Release] Bumped sonicwall_firewall version to 1.0.0 * [Release] Bumped symantec_endpoint_protection version to 1.0.0 * [Release] Bumped wazuh version to 1.0.0
1 parent bf15487 commit 2501d5a

File tree

14 files changed

+33
-9
lines changed

14 files changed

+33
-9
lines changed

nvidia_nim/CHANGELOG.md

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

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

5+
## 1.0.0 / 2024-11-28
6+
7+
***Added***:
8+
9+
* Initial Release ([#18964](https://github.com/DataDog/integrations-core/pull/18964))
10+
11+
***Fixed***:
12+
13+
* Bump base package dependency to get fixed pyyaml. ([#19156](https://github.com/DataDog/integrations-core/pull/19156))

nvidia_nim/changelog.d/18964.added

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

nvidia_nim/changelog.d/19156.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2024-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '0.0.1'
4+
__version__ = '1.0.0'

requirements-agent-release.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ datadog-network==5.1.0
127127
datadog-nfsstat==3.0.0; sys_platform == 'linux2'
128128
datadog-nginx-ingress-controller==4.0.0
129129
datadog-nginx==8.0.0
130+
datadog-nvidia-nim==1.0.0
130131
datadog-nvidia-triton==2.1.0
131132
datadog-openldap==3.0.0
132133
datadog-openmetrics==6.0.0
@@ -164,6 +165,7 @@ datadog-snmp==9.0.0
164165
datadog-snowflake==7.0.0
165166
datadog-solr==2.1.0
166167
datadog-sonarqube==5.0.0
168+
datadog-sonicwall-firewall==1.0.0
167169
datadog-spark==6.1.0
168170
datadog-sqlserver==20.1.1
169171
datadog-squid==4.0.0
@@ -172,6 +174,7 @@ datadog-statsd==3.0.0
172174
datadog-strimzi==3.1.0
173175
datadog-supervisord==4.0.0
174176
datadog-suricata==2.0.0
177+
datadog-symantec-endpoint-protection==1.0.0
175178
datadog-system-core==4.0.0
176179
datadog-system-swap==3.0.0
177180
datadog-tcp-check==6.0.0
@@ -196,6 +199,7 @@ datadog-vertica==6.0.0
196199
datadog-vllm==2.1.0
197200
datadog-voltdb==5.0.0
198201
datadog-vsphere==8.1.0
202+
datadog-wazuh==1.0.0
199203
datadog-weaviate==3.1.0
200204
datadog-weblogic==3.0.0
201205
datadog-win32-event-log==5.0.0; sys_platform == 'win32'

sonicwall_firewall/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

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

5+
## 1.0.0 / 2024-11-28
6+
7+
***Added***:
8+
9+
* Initial Release ([#18667](https://github.com/DataDog/integrations-core/pull/18667))

sonicwall_firewall/changelog.d/18667.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2024-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '0.0.1'
4+
__version__ = '1.0.0'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# CHANGELOG - symantec-endpoint-protection
22

33
<!-- towncrier release notes start -->
4+
5+
## 1.0.0 / 2024-11-28
6+
7+
***Added***:
8+
9+
* Initial Release ([#18714](https://github.com/DataDog/integrations-core/pull/18714))

symantec_endpoint_protection/changelog.d/18714.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2024-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '0.0.1'
4+
__version__ = '1.0.0'

wazuh/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

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

5+
## 1.0.0 / 2024-11-28
6+
7+
***Added***:
8+
9+
* Initial Release ([#18646](https://github.com/DataDog/integrations-core/pull/18646))

wazuh/changelog.d/18646.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2024-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '0.0.1'
4+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)