From 181e1243f977ae9491036774954e55b2c42a0ec9 Mon Sep 17 00:00:00 2001 From: Ondrej Patocka <80347071+ondrejpatocka@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:41:46 +0100 Subject: [PATCH] PMM-14792---PMM-3.7.0---Staging-version-service-update --- sources/metadata/pmm-server/3.7.0.yaml | 6 +++ .../pmm-server/{3.6.1.yaml => 3.7.1.yaml} | 4 +- sources/release-notes/pmm/3.6.1.md | 3 -- sources/release-notes/pmm/3.7.0.md | 49 +++++++++++++++++++ sources/release-notes/pmm/3.7.1.md | 3 ++ 5 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 sources/metadata/pmm-server/3.7.0.yaml rename sources/metadata/pmm-server/{3.6.1.yaml => 3.7.1.yaml} (70%) delete mode 100644 sources/release-notes/pmm/3.6.1.md create mode 100644 sources/release-notes/pmm/3.7.0.md create mode 100644 sources/release-notes/pmm/3.7.1.md diff --git a/sources/metadata/pmm-server/3.7.0.yaml b/sources/metadata/pmm-server/3.7.0.yaml new file mode 100644 index 00000000..c68037e0 --- /dev/null +++ b/sources/metadata/pmm-server/3.7.0.yaml @@ -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" diff --git a/sources/metadata/pmm-server/3.6.1.yaml b/sources/metadata/pmm-server/3.7.1.yaml similarity index 70% rename from sources/metadata/pmm-server/3.6.1.yaml rename to sources/metadata/pmm-server/3.7.1.yaml index 0f932f05..e3feec58 100644 --- a/sources/metadata/pmm-server/3.6.1.yaml +++ b/sources/metadata/pmm-server/3.7.1.yaml @@ -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" diff --git a/sources/release-notes/pmm/3.6.1.md b/sources/release-notes/pmm/3.6.1.md deleted file mode 100644 index 8b19ab57..00000000 --- a/sources/release-notes/pmm/3.6.1.md +++ /dev/null @@ -1,3 +0,0 @@ -## Release summary - -Here goes 3.6.1 release summary and release notes... diff --git a/sources/release-notes/pmm/3.7.0.md b/sources/release-notes/pmm/3.7.0.md new file mode 100644 index 00000000..4ea3a162 --- /dev/null +++ b/sources/release-notes/pmm/3.7.0.md @@ -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 diff --git a/sources/release-notes/pmm/3.7.1.md b/sources/release-notes/pmm/3.7.1.md new file mode 100644 index 00000000..7ece299d --- /dev/null +++ b/sources/release-notes/pmm/3.7.1.md @@ -0,0 +1,3 @@ +## Release summary + +Here goes 3.7.1 release summary and release notes...