From 8529af9f8a8fa6151cfc8d223b16b1d5135b4b6a Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 17 Jul 2024 16:24:32 +0500 Subject: [PATCH] Add some refs whose support has been added in middleware --- features_capability.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/features_capability.json b/features_capability.json index 0967ef424b..4a71850b72 100644 --- a/features_capability.json +++ b/features_capability.json @@ -1 +1,26 @@ -{} +{ + "normalize/acl": { + "stable": {"min": "24.10-ALPHA"}, + "nightlies": {"min": "24.10-MASTER-somever"} + }, + "normalize/ix_volume": { + "stable": {"min": "24.10-ALPHA"}, + "nightlies": {"min": "24.10-MASTER-somever"} + }, + "definitions/timezone": { + "stable": {"min": "24.10-ALPHA"}, + "nightlies": {"min": "24.10-MASTER"} + }, + "definitions/certificate": { + "stable": {"min": "24.10-ALPHA"}, + "nightlies": {"min": "24.10-MASTER"} + }, + "definitions/certificate_authority": { + "stable": {"min": "24.10-ALPHA"}, + "nightlies": {"min": "24.10-MASTER"} + }, + "definitions/port": { + "stable": {"min": "24.10-ALPHA"}, + "nightlies": {"min": "24.10-MASTER"} + } +}