Skip to content

Commit 026cb75

Browse files
[Release] Active Directory and DCA changes (DataDog#21629) (DataDog#21630)
* [Release] Bumped active_directory version to 4.4.1 * [Release] Bumped datadog_cluster_agent version to 6.2.0 * [Release] Update metadata Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
1 parent ceeded3 commit 026cb75

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

active_directory/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+
## 4.4.1 / 2025-10-10
6+
7+
***Fixed***:
8+
9+
* Fix AD metric types and metadata.csv ([#21610](https://github.com/DataDog/integrations-core/pull/21610))
10+
511
## 4.4.0 / 2025-10-02
612

713
***Added***:

active_directory/changelog.d/21610.fixed

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

active_directory/datadog_checks/active_directory/__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__ = '4.4.0'
5+
__version__ = '4.4.1'

datadog_cluster_agent/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+
## 6.2.0 / 2025-10-10
6+
7+
***Added***:
8+
9+
* Add new metric for SSI gradual rollout ([#21599](https://github.com/DataDog/integrations-core/pull/21599))
10+
511
## 6.1.0 / 2025-10-02
612

713
***Added***:

datadog_cluster_agent/changelog.d/21599.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. 2021-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '6.1.0'
4+
__version__ = '6.2.0'

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT PASS THIS TO PIP DIRECTLY
22
# THIS FILE IS AUTO-GENERATED, DO NOT EDIT BY HAND
33
--no-index
4-
datadog-active-directory==4.4.0; sys_platform == 'win32'
4+
datadog-active-directory==4.4.1; sys_platform == 'win32'
55
datadog-activemq-xml==5.2.0
66
datadog-activemq==5.1.0
77
datadog-aerospike==5.1.0; sys_platform == 'linux2'
@@ -50,7 +50,7 @@ datadog-coredns==6.1.0; sys_platform == 'linux2'
5050
datadog-couch==9.1.0
5151
datadog-couchbase==6.1.0
5252
datadog-crio==5.1.0
53-
datadog-datadog-cluster-agent==6.1.0
53+
datadog-datadog-cluster-agent==6.2.0
5454
datadog-datadog-csi-driver==1.0.0; sys_platform != 'win32'
5555
datadog-dcgm==4.1.0
5656
datadog-delinea-privilege-manager==1.1.0

0 commit comments

Comments
 (0)