✨ Promote Single Own Feature Gate AND Config spec in the CR to GA by camilamacedo86 · Pull Request #2428 · operator-framework/operator-controller
internal/operator-controller/features/features.go
Changed feature gate from Alpha/default:false to GA/default:true
test/e2e/steps/hooks.go
Updated E2E test configuration to enable the feature gate by default and cleaned up import statement
manifests/standard.yaml
Added config spec to ClusterExtension CRD
manifests/standard-e2e.yaml
Added config spec to ClusterExtension CRD
manifests/experimental.yaml
Removed feature gate flag from deployment args and updated config description
manifests/experimental-e2e.yaml
Removed feature gate flag from deployment args and updated config description
helm/olmv1/base/operator-controller/crd/standard/olm.operatorframework.io_clusterextensions.yaml
Added config spec to standard CRD
helm/olmv1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensions.yaml
Updated config field description to match standard behavior
helm/tilt.yaml
Removed SingleOwnNamespaceInstallSupport from enabled features list
helm/experimental.yaml
Removed SingleOwnNamespaceInstallSupport from enabled features list
hack/demo/single-namespace-demo-script.sh
Simplified to use standard manifests and removed feature gate enablement steps
hack/demo/own-namespace-demo-script.sh
Simplified to use standard manifests and removed feature gate enablement steps
docs/tutorials/explore-available-content.md
Removed note about requiring the feature gate for webhook support
docs/project/olmv1_limitations.md
Updated to reflect support for SingleNamespace and OwnNamespace install modes
docs/draft/tutorials/explore-available-content-metas-endpoint.md
Removed note about requiring the feature gate for webhook support
docs/draft/howto/single-ownnamespace-install.md
Updated to reflect feature gate is enabled by default and removed enablement instructions
docs/api-reference/olmv1-api-reference.md
Updated config field description to remove experimental marker
api/v1/clusterextension_types.go
Removed experimental marker from config field comments