From 2785aa369205300743e7eda686dca72fab92046f Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 15 Oct 2020 00:53:19 +0500 Subject: [PATCH] Add feature capability json file for version lookups --- features_capability.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 features_capability.json diff --git a/features_capability.json b/features_capability.json new file mode 100644 index 00000000000..921a57e1b0f --- /dev/null +++ b/features_capability.json @@ -0,0 +1,18 @@ +{ + "normalize/interfaceConfiguration": { + "stable": {"min": "20.12-ALPHA"}, + "nightlies": {"min": "20.10-MASTER-somever"} + }, + "normalize/ixVolume": { + "stable": {"min": "20.12-ALPHA"}, + "nightlies": {"min": "20.10-MASTER-somever"} + }, + "definitions/interface": { + "stable": {"min": "20.12-ALPHA"}, + "nightlies": {"min": "20.10-MASTER-somever"} + }, + "validations/persistentVolumeClaims": { + "stable": {"min": "20.12-ALPHA"}, + "nightlies": {"min": "20.10-MASTER-somever"} + } +} \ No newline at end of file