Skip to content

Commit 6b523b6

Browse files
Kyle-NealeAAraKKemaycmlee
authored
[Release] Release mongo and mysql in preparation for 7.69.0-rc5 (DataDog#20799) (DataDog#20820)
* [Release] Bumped mongo version to 10.2.1 * [Release] Bumped mysql version to 15.7.1 * [Release] Update metadata * Apply suggestions from code review --------- Co-authored-by: Juanpe Araque <juanpedro.araque@datadoghq.com> Co-authored-by: May Lee <may.lee@datadoghq.com>
1 parent 02bb305 commit 6b523b6

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

mongo/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+
## 10.2.1 / 2025-07-21
6+
7+
***Fixed***:
8+
9+
* 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+
511
## 10.2.0 / 2025-07-10
612

713
***Added***:

mongo/changelog.d/20783.fixed

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

mongo/datadog_checks/mongo/__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__ = '10.2.0'
5+
__version__ = '10.2.1'

mysql/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+
## 15.7.1 / 2025-07-21
6+
7+
***Fixed***:
8+
9+
* 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))
10+
511
## 15.7.0 / 2025-07-10
612

713
***Added***:

mysql/changelog.d/20783.fixed

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

mysql/datadog_checks/mysql/__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__ = "15.7.0"
5+
__version__ = "15.7.1"

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ datadog-mesos-slave==6.0.0; sys_platform != 'win32'
143143
datadog-microsoft-dns==1.0.0; sys_platform == 'win32'
144144
datadog-microsoft-sysmon==1.0.0; sys_platform == 'win32'
145145
datadog-milvus==2.0.0
146-
datadog-mongo==10.2.0
147-
datadog-mysql==15.7.0
146+
datadog-mongo==10.2.1
147+
datadog-mysql==15.7.1
148148
datadog-nagios==3.0.0
149149
datadog-network==5.3.0
150150
datadog-nfsstat==3.1.0; sys_platform == 'linux2'

0 commit comments

Comments
 (0)