-
BUGFIX: fix health check URL generation when using vmauth with URL rewriting by replacing
/-/healthyendpoint with/api/v1/query?query=1. This ensures health checks go through the same URL path as real queries, validating actual VM backend reachability. See #468 and #482. -
MAINTENANCE: fix Grafana plugin source code validation failure caused by dependency version mismatch after yarn 4 migration.