Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .in-toto/tag.b9ca7eb3.link

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions clickhouse/changelog.d/23950.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `datadog-checks-base` to `>=37.39.1`.
2 changes: 1 addition & 1 deletion clickhouse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.34.1",
"datadog-checks-base>=37.39.1",
]
dynamic = [
"version",
Expand Down
6 changes: 6 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 37.39.1 / 2026-06-08

***Fixed***:

* Send each logical database as its own independent schema snapshot, so an error or partial collection for one database does not affect others. ([#23913](https://github.com/DataDog/integrations-core/pull/23913))

## 37.39.0 / 2026-05-29

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/23913.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = "37.39.0"
__version__ = "37.39.1"
1 change: 1 addition & 0 deletions mongo/changelog.d/23950.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `datadog-checks-base` to `>=37.39.1`.
2 changes: 1 addition & 1 deletion mongo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.34.1",
"datadog-checks-base>=37.39.1",
]
dynamic = [
"version",
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/23950.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `datadog-checks-base` to `>=37.39.1`.
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.34.1",
"datadog-checks-base>=37.39.1",
]
dynamic = [
"version",
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/23950.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `datadog-checks-base` to `>=37.39.1`.
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.34.1",
"datadog-checks-base>=37.39.1",
]
dynamic = [
"version",
Expand Down
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ datadog-ceph==4.5.1; sys_platform != 'win32'
datadog-cert-manager==6.4.1
datadog-checkpoint-harmony-endpoint==1.2.0
datadog-checkpoint-quantum-firewall==1.3.0
datadog-checks-base==37.39.0
datadog-checks-base==37.39.1
datadog-checks-dependency-provider==3.2.0
datadog-checks-downloader==9.1.0
datadog-cilium==6.4.1
Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/23950.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `datadog-checks-base` to `>=37.39.1`.
2 changes: 1 addition & 1 deletion sqlserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.36.0",
"datadog-checks-base>=37.39.1",
]
dynamic = [
"version",
Expand Down
Loading