From 922bf61853ce793c0e6f7b2fd45e5f47470b40e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel?= Date: Tue, 17 Sep 2024 10:18:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7b691..8cf9cbf 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ The proxy can be configured to use either namespaces and/or labels to query Prom At least one must be configured, otherwise the proxy will not proxy the query to Prometheus. *(It could lead to a security issue if the proxy is not configured to use namespaces or labels)* -### Breaking Change in [v2.0.0]: Update map[string]string to map[string][]string for the labels map values +##### Breaking Change in [v2.0.0](https://github.com/k8spin/prometheus-multi-tenant-proxy/releases/tag/v2.0.0): Update map[string]string to map[string][]string for the labels map values What Changed: Previously, the map only allowed a single string value per key: