Skip to content

Commit bfb41e6

Browse files
Merge pull request #512 from Percona-Lab/PMM-14792---PMM-3.7.0---Staging-version-service-update
PMM-14792 - PMM-3.7.0 - Staging-version-service-update
2 parents c4c4351 + 6f0f42f commit bfb41e6

5 files changed

Lines changed: 60 additions & 5 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 3.7.0
2+
imageInfo:
3+
image_path: "perconalab/pmm-server:3.7.0-rc"
4+
image_hash: "sha256:12a1d758ae19b90e181ce961607221278b5cb3118083ba9dea419b989ea32fba"
5+
image_release_timestamp: "2026-03-26T12:36:02.343594Z"
6+
status: "available"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: 3.6.1
1+
version: 3.7.1
22
imageInfo:
33
image_path: "perconalab/pmm-server:3-dev-latest"
44
image_hash: "sha256:eb2f1aa9c44a76347f2bf011e21a1264e9ab8a76d8d625b7e6995a62e0e169fa"
5-
image_release_timestamp: "2026-02-01T9:01:02.343594Z"
5+
image_release_timestamp: "2026-03-27T9:01:02.343594Z"
66
status: "available"

sources/release-notes/pmm/3.6.1.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

sources/release-notes/pmm/3.7.0.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## Release summary
2+
3+
## Release highlights
4+
5+
### Percona Platform connectivity removed
6+
7+
As announced in [PMM 3.5.0](https://docs.percona.com/percona-monitoring-and-management/3/3.5.0.md#free-built-in-advisors-and-alert-templates-replace-percona-platform), Percona Platform services are now discontinued.
8+
9+
With PMM 3.7.0, there's no longer any connection to Percona Platform in the UI or API. Since your advisors and alert templates now ship directly with PMM, everything will continue working exactly as before, you just won't see any Platform-related options anymore.
10+
11+
This also means you can no longer sign into PMM using your Percona Account. If you used this login method, [switch to a different authentication method](https://docs.percona.com/percona-monitoring-and-management/3/reference/ui/log_in.html) such as basic auth, LDAP, OAuth, or SAML.
12+
13+
### Improved MySQL Replication Summary dashboard
14+
15+
The **Replication Delay** and **Relay Log Space** panels now display time series with unique colors and include service names in the legend, making it easier to monitor multi-source replication setups.
16+
17+
![Updated Replication panels](https://docs.percona.com/percona-monitoring-and-management/3/images/Replication_panels.jpg)
18+
19+
## Components upgrade
20+
21+
- [PMM-14800](https://perconadev.atlassian.net/browse/PMM-14800): Upgraded VictoriaMetrics from v1.114.0 to v1.134.0. This version adds per-partition index support for improved query performance along with upstream improvements and fixes.
22+
23+
### Nomad
24+
25+
### Percona Toolkit
26+
27+
### Valkey Exporter
28+
29+
## Security updates
30+
31+
## Improvements
32+
33+
- [PMM-14363](https://perconadev.atlassian.net/browse/PMM-14363): **Mountpoint** on the **Disk Details** dashboard are now shown in gigabytes (GB) instead of bytes, making it easier for you to read and interpret large values.
34+
- [PMM-759](https://perconadev.atlassian.net/browse/PMM-759): Improved the **Replication Delay** and **Relay Log Space** panels on the **MySQL Replication Summary** dashboard.
35+
- [PMM-14700](https://perconadev.atlassian.net/browse/PMM-14700): Advisor checks now only run for database types present in your inventory. Previously, all checks executed regardless of your actual setup. For example, MongoDB checks no longer run if you only had PostgreSQL services configured. This keeps your results focused and reduces resource usage.
36+
37+
- [PMM-14824](https://perconadev.atlassian.net/browse/PMM-14824): Removed the `/v1/platform:connect` API endpoint as part of the Percona Platform sunset. Requests to this endpoint now return 404.
38+
39+
## Fixed issues
40+
41+
- [PMM-9602](https://perconadev.atlassian.net/browse/PMM-9602): Fixed `runtime_mysql_servers` collection errors when monitoring ProxySQL with a non-admin user. PMM now skips runtime server metrics collection when the user lacks the required permissions.
42+
43+
- [PMM-14549](https://perconadev.atlassian.net/browse/PMM-14549): Fixed several panels on the **MySQL MyRocks Details** dashboard that were missing labels identifying each metric series.
44+
45+
- [PMM-14822](https://perconadev.atlassian.net/browse/PMM-14822): Fixed navigation issues that occurred when Grafana anonymous access (`auth.anonymous` in `grafana.ini`) was enabled, including missing menu items and search bar inconsistencies.
46+
47+
- [PMM-14686](https://perconadev.atlassian.net/browse/PMM-14686): PMM would return a 404 error when accessing `/debug/pprof/` endpoints in `mysqld_exporter`. This is now fixed, and you can now collect performance profiling data from exporters for debugging. See [Exporter issues](https://docs.percona.com/percona-monitoring-and-management/3/troubleshoot/exporter_issues.html) for details.
48+
49+
## Known issues

sources/release-notes/pmm/3.7.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Release summary
2+
3+
Here goes 3.7.1 release summary and release notes...

0 commit comments

Comments
 (0)