Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 authored Sep 17, 2024
1 parent 922bf61 commit 5240c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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
##### 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:

Expand Down

0 comments on commit 5240c99

Please sign in to comment.