From a240cc619086d54f5e26210c5432aee7c11f3089 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Sat, 1 Jun 2024 00:12:42 +0300 Subject: [PATCH] features: update milestone for DevicePluginCDIDevices --- pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index cb57a4d8776..b3808b84f54 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -170,7 +170,7 @@ const ( // kep: http://kep.k8s.io/4009 // alpha: v1.28 // beta: v1.29 - // GA: v1.30 + // GA: v1.31 // // Add support for CDI Device IDs in the Device Plugin API. DevicePluginCDIDevices featuregate.Feature = "DevicePluginCDIDevices"