8000 Port MySQL changes to master by Kyle-Neale · Pull Request #20237 · DataDog/integrations-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Port MySQL changes to master #20237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
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
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.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***:
Expand Down
1 change: 0 additions & 1 deletion mysql/changelog.d/20222.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.3.0"
__version__ = "15.3.1"
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading
0