From 41f36115c8222bf0a817793d9c0220b0c3536808 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Wed, 10 Apr 2024 10:00:49 +0100 Subject: [PATCH] feature-gates: Retrospectively document CommonInstancetypesDeploymentGate as Beta from 1.2.0 With the feature lifecycle discussion [1] heading towards consensus this change retrospectively moves the CommonInstancetypesDeploymentGate to Beta from 1.2.0 with an eye on moving to GA and removal of the FG by 1.4.0. This is done retrospectively as the FG itself is now enabled by default by HCO with KubeVirt 1.2 and as such is already meeting the criteria of the beta phase defined by the feature lifecycle document. As this is purely documentation the impact of this change is zero and just helps us move the process forward in the coming 1.3 and 1.4 releases. [1] https://github.com/kubevirt/community/pull/251 Signed-off-by: Lee Yarwood --- pkg/virt-config/feature-gates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/virt-config/feature-gates.go b/pkg/virt-config/feature-gates.go index 433aec6ac69f..64f50d3d8d41 100644 --- a/pkg/virt-config/feature-gates.go +++ b/pkg/virt-config/feature-gates.go @@ -73,6 +73,7 @@ const ( // Owner: @lyarwood // Alpha: v1.1.0 + // Beta: v1.2.0 // // CommonInstancetypesDeploymentGate enables the deployment of common-instancetypes by virt-operator CommonInstancetypesDeploymentGate = "CommonInstancetypesDeploymentGate"