From 688a3bfda1c995dc7578f207720bfaa093ce3e9a Mon Sep 17 00:00:00 2001 From: hershpa <82060795+hershpa@users.noreply.github.com> Date: Thu, 17 Feb 2022 17:21:50 -0800 Subject: [PATCH] Add category "Drivers and Plugins" in validate.py Proposing addition of category "Drivers and Plugins". This category was previously valid in https://github.com/operator-framework/community-operators/blob/master/categories.json (this is now archived). --- operatorcourier/validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/operatorcourier/validate.py b/operatorcourier/validate.py index 5e9c72b..e260222 100644 --- a/operatorcourier/validate.py +++ b/operatorcourier/validate.py @@ -634,6 +634,7 @@ def is_category(category): "Cloud Provider", "Developer Tools", "Database", + "Drivers and Plugins", "Integration & Delivery", "Logging & Tracing", "Monitoring",