From 1f6f95c57f959c75db825335fb552c6ba1dfa286 Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Mon, 7 Oct 2024 12:39:31 +0300 Subject: [PATCH] docs: added version comment Signed-off-by: Kostis Kapelonis --- docs/provider-status.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/provider-status.md b/docs/provider-status.md index 8f04ce6..be867b4 100644 --- a/docs/provider-status.md +++ b/docs/provider-status.md @@ -5,6 +5,11 @@ the Gateway API. You can find a contributed list of known implementations at the All providers should work out of the box with Argo Rollouts and the Gateway plugin. +!!! warning + Notice that with 0.x implementations of the Gateway API, only the 0.2.0 release of the + plugin will work. Versions from 0.3.0 and upwards need a v1.0+ implementation + to work. Plugin version 0.2.0 uses `v1beta1` resources while 0.3.0 needs `gateway.networking.k8s.io/v1` resources + For convenience we are including here a list of those actually tested with the plugin along with the related example (if applicable).