diff --git a/mysql/CHANGELOG.md b/mysql/CHANGELOG.md index 67b771aaf5e12..2acdf489e63f7 100644 --- a/mysql/CHANGELOG.md +++ b/mysql/CHANGELOG.md @@ -2,6 +2,12 @@ +## 15.3.1 / 2025-05-07 + +***Fixed***: + +* Remove duplicate idle MySQL activity rows ([#20222](https://github.com/DataDog/integrations-core/pull/20222)) + ## 15.3.0 / 2025-04-22 ***Added***: diff --git a/mysql/changelog.d/20222.fixed b/mysql/changelog.d/20222.fixed deleted file mode 100644 index 2c9051bb95067..0000000000000 --- a/mysql/changelog.d/20222.fixed +++ /dev/null @@ -1 +0,0 @@ -Remove duplicate idle MySQL activity rows diff --git a/mysql/datadog_checks/mysql/__about__.py b/mysql/datadog_checks/mysql/__about__.py index 552ee8c26eb74..0616849267b81 100644 --- a/mysql/datadog_checks/mysql/__about__.py +++ b/mysql/datadog_checks/mysql/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "15.3.0" +__version__ = "15.3.1" diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index 3d8b9af35fa90..321e76e153a2b 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -130,7 +130,7 @@ datadog-mesos-master==5.1.0; sys_platform != 'win32' datadog-mesos-slave==5.1.0; sys_platform != 'win32' datadog-milvus==1.2.0 datadog-mongo==9.1.0 -datadog-mysql==15.3.0 +datadog-mysql==15.3.1 datadog-nagios==3.0.0 datadog-network==5.2.0 datadog-nfsstat==3.0.0; sys_platform == 'linux2'