From ce1bc17d98836ac8ab584e9a76de8e58690d09b1 Mon Sep 17 00:00:00 2001
From: Damien Grisonnet <dgrisonn@redhat.com>
Date: Tue, 26 May 2020 18:27:32 +0200
Subject: [PATCH] doc: update release-0.5 compatibility

kubernetes-mixin release-0.4 is only supported by 1.18+

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b24191e4..f07d067a 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ The following versions are supported and work as we test against these versions
 |-----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|
 | `release-0.3`         | ✔              | ✔              | ✔              | ✔              | ✗
 | `release-0.4`         | ✗              | ✗              | ✔ (v1.16.5+)   | ✔              | ✗
-| `release-0.5`         | ✗              | ✗              | ✗              | ✔              | ✔
+| `release-0.5`         | ✗              | ✗              | ✗              | ✗              | ✔
 | `HEAD`                | ✗              | ✗              | ✗              | ✗              | ✔
 
 Note: Due to [two](https://github.com/kubernetes/kubernetes/issues/83778) [bugs](https://github.com/kubernetes/kubernetes/issues/86359) in Kubernetes v1.16.1, and prior to Kubernetes v1.16.5 the kube-prometheus release-0.4 branch only supports v1.16.5 and higher.  The `extension-apiserver-authentication-reader` role in the kube-system namespace can be manually edited to include list and watch permissions in order to workaround the second issue with Kubernetes v1.16.2 through v1.16.4.
-- 
GitLab