From 6e4fd239d2117a6cc5a416c164bfddd2168c90c6 Mon Sep 17 00:00:00 2001 From: Yen-Cheng Chou <3055688+StevenYCChou@users.noreply.github.com> Date: Wed, 21 Aug 2019 16:09:14 -0400 Subject: [PATCH] Update description on compatibility section. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7556564d..34901e52 100644 --- a/README.md +++ b/README.md @@ -111,14 +111,14 @@ When using Counter Aggregator you would usually want to configure a restrictive ## Compatibility -The matrix below lists the versions of Prometheus Server and other dependencies that have been qualified to work with releases of `stackdriver-prometheus-sidecar`. - -| sidecar version | **Prometheus 2.4.3**| **Prometheus 2.5.x**| **Prometheus 2.6.x**| -|-----------------|---------------------|---------------------|---------------------| -| **0.2.x** | ✓ | ✗ | ✗ | -| **0.3.x** | ✓ | ✗ | ✓ | -| **0.4.x** | ? | ✗ | ✓ | -| **0.5.x** | ? | ✗ | ✓ | +The matrix below lists the versions of Prometheus Server and other dependencies that have been qualified to work with releases of `stackdriver-prometheus-sidecar`. If the matrix does not list whether they are compatible, please assume they are not verified yet. Feel free to contribute to the matrix if you have run the end-to-end test between a version of `stackdriver-prometheus-sidecar` and Prometheus server. + +| sidecar version | **Prometheus 2.4.3**| **Prometheus 2.5.x**| **Prometheus 2.6.x**|**Prometheus 2.7+ **| +|-----------------|---------------------|---------------------|---------------------|---------------------| +| **0.2.x** | ✓ | ✗ | ✗ | ? | +| **0.3.x** | ✓ | ✗ | ✓ | ? | +| **0.4.x** | ? | ✗ | ✓ | ? | +| **0.5.x** | ? | ✗ | ✓ | ? | - ✓: Verified as compatible. - ✗: Verified as incompatible.