Skip to content

Commit

Permalink
feature-gates: Retrospectively document CommonInstancetypesDeployment…
Browse files Browse the repository at this point in the history
…Gate 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] kubevirt/community#251

Signed-off-by: Lee Yarwood <[email protected]>
  • Loading branch information
lyarwood authored and kubevirt-bot committed Jun 13, 2024
1 parent a7f093b commit 41f3611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/virt-config/feature-gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41f3611

Please sign in to comment.