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
6 changes: 6 additions & 0 deletions sources/metadata/pmm-server/3.7.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 3.7.0
imageInfo:
image_path: "perconalab/pmm-server:3.7.0-rc"
image_hash: "sha256:12a1d758ae19b90e181ce961607221278b5cb3118083ba9dea419b989ea32fba"
image_release_timestamp: "2026-03-26T12:36:02.343594Z"
status: "available"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 3.6.1
version: 3.7.1
imageInfo:
image_path: "perconalab/pmm-server:3-dev-latest"
image_hash: "sha256:eb2f1aa9c44a76347f2bf011e21a1264e9ab8a76d8d625b7e6995a62e0e169fa"
image_release_timestamp: "2026-02-01T9:01:02.343594Z"
image_release_timestamp: "2026-03-27T9:01:02.343594Z"
status: "available"
3 changes: 0 additions & 3 deletions sources/release-notes/pmm/3.6.1.md

This file was deleted.

49 changes: 49 additions & 0 deletions sources/release-notes/pmm/3.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## Release summary

## Release highlights

### Percona Platform connectivity removed

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.

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.

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.

### Improved MySQL Replication Summary dashboard

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.

![Updated Replication panels](https://docs.percona.com/percona-monitoring-and-management/3/images/Replication_panels.jpg)

## Components upgrade

- [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.

### Nomad

### Percona Toolkit

### Valkey Exporter

## Security updates

## Improvements

- [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.
- [PMM-759](https://perconadev.atlassian.net/browse/PMM-759): Improved the **Replication Delay** and **Relay Log Space** panels on the **MySQL Replication Summary** dashboard.
- [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.

- [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.

## Fixed issues

- [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.

- [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.

- [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.

- [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.

## Known issues
3 changes: 3 additions & 0 deletions sources/release-notes/pmm/3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Release summary

Here goes 3.7.1 release summary and release notes...
Loading