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 gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Supported vendors: NVIDIA.
## Requirements

- NVIDIA driver version: 450.51 and above
- Datadog agent version: 7.65 and above
- Datadog agent version: latest
- Supported OS: Linux only
- Linux kernel version: 5.8 and above

Expand Down
6 changes: 6 additions & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 10.2.1 / 2025-07-21

***Fixed***:

* Add deprecated `schemas` option to `config.yaml.example`. This config option is deprecated in Agent 7.69.0 and will be removed in a future release. ([#20783](https://github.com/DataDog/integrations-core/pull/20783))

## 10.2.0 / 2025-07-10

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

This file was deleted.

2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '10.2.0'
__version__ = '10.2.1'
6 changes: 6 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 15.7.1 / 2025-07-21

***Fixed***:

* Add deprecated `collect_schemas` option to `config.yaml.example`. This config option is deprecated in Agent 7.69.0 and will be removed in a future release. ([#20783](https://github.com/DataDog/integrations-core/pull/20783))

## 15.7.0 / 2025-07-10

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

This file was deleted.

2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "15.7.0"
__version__ = "15.7.1"
4 changes: 2 additions & 2 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ datadog-mesos-slave==6.0.0; sys_platform != 'win32'
datadog-microsoft-dns==1.0.0; sys_platform == 'win32'
datadog-microsoft-sysmon==1.0.0; sys_platform == 'win32'
datadog-milvus==2.0.0
datadog-mongo==10.2.0
datadog-mysql==15.7.0
datadog-mongo==10.2.1
datadog-mysql==15.7.1
datadog-nagios==3.0.0
datadog-network==5.3.0
datadog-nfsstat==3.1.0; sys_platform == 'linux2'
Expand Down
Loading