From 2e22178357a83b983a4e389271b03953e96cf9dd Mon Sep 17 00:00:00 2001 From: "M. Rehan" Date: Tue, 15 Feb 2022 00:17:32 +0500 Subject: [PATCH] Add feature capabilities for new refs --- features_capability.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/features_capability.json b/features_capability.json index 14b386c739..bb97e92c21 100644 --- a/features_capability.json +++ b/features_capability.json @@ -38,5 +38,17 @@ "validations/nodePort": { "stable": {"min": "21.04-ALPHA"}, "nightlies": {"min": "21.04-MASTER"} + }, + "validations/hostPath": { + "stable": {"min": "22.02"}, + "nightlies": {"min": "22.02.1-MASTER"} + }, + "validations/lockedHostPath": { + "stable": {"min": "22.02"}, + "nightlies": {"min": "22.02.1-MASTER"} + }, + "validations/hostPathAttachments": { + "stable": {"min": "22.02"}, + "nightlies": {"min": "22.02.1-MASTER"} } }