Skip to content

Commit 271c4be

Browse files
authored
[Backport] Release all integrations for 7.75 (#22230)
1 parent 3251dd5 commit 271c4be

File tree

28 files changed

+69
-30
lines changed

28 files changed

+69
-30
lines changed

clickhouse/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.1 / 2025-12-22
6+
7+
***Fixed***:
8+
9+
* Disable autogenerate session id ([#21886](https://github.com/DataDog/integrations-core/pull/21886))
10+
511
## 6.2.0 / 2025-11-26
612

713
***Added***:

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

datadog_checks_base/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+
## 37.26.1 / 2025-12-22
6+
7+
***Fixed***:
8+
9+
* Updates perf counters to ignore case. Fixes an error with double counting in exchange.activemanager.database_mounted metric. ([#22028](https://github.com/DataDog/integrations-core/pull/22028))
10+
511
## 37.26.0 / 2025-12-19
612

713
***Security***:

datadog_checks_base/changelog.d/22028.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. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "37.26.0"
4+
__version__ = "37.26.1"

datadog_csi_driver/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+
## 1.3.1 / 2025-12-22
6+
7+
***Fixed***:
8+
9+
* Update auto_conf.yaml to use openmetrics_endpoint instead of deprecated prometheus_url parameter. ([#21930](https://github.com/DataDog/integrations-core/pull/21930))
10+
511
## 1.3.0 / 2025-11-26
612

713
***Added***:

datadog_csi_driver/changelog.d/21930.fixed

Lines changed: 0 additions & 2 deletions
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. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '1.3.0'
4+
__version__ = '1.3.1'

ibm_spectrum_lsf/CHANGELOG.md

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

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

5+
## 1.1.0 / 2025-12-22
6+
7+
***Added***:
8+
9+
* Support badmin perfmon metrics. ([#22024](https://github.com/DataDog/integrations-core/pull/22024))
10+
* Support bhist metrics to monitor completed jobs. ([#22030](https://github.com/DataDog/integrations-core/pull/22030))
11+
* Add a user tag to running job metrics. ([#22072](https://github.com/DataDog/integrations-core/pull/22072))
12+
513
## 1.0.0 / 2025-11-25
614

715
***Added***:

0 commit comments

Comments
 (0)