@@ -210,19 +210,19 @@ type FeatureFlags struct {
210210 Coschedule string `json:"coschedule,omitempty"`
211211 EnableCELInWhenExpression bool `json:"enableCELInWhenExpression,omitempty"`
212212 // EnableStepActions is a no-op flag since StepActions are stable
213- EnableStepActions bool `json:"enableStepActions,omitempty"`
214- EnableParamEnum bool `json:"enableParamEnum,omitempty"`
215- EnableArtifacts bool `json:"enableArtifacts,omitempty"`
216- DisableInlineSpec string `json:"disableInlineSpec,omitempty"`
217- EnableConciseResolverSyntax bool `json:"enableConciseResolverSyntax,omitempty"`
218- EnableKubernetesSidecar bool `json:"enableKubernetesSidecar,omitempty"`
219- EnableWaitExponentialBackoff bool `json:"enableWaitExponentialBackoff,omitempty"`
220- // DeprecatedEnableTektonOCIBundles is maintained for backward compatibility
221- // to allow deletion of PipelineRuns created before v0.62.x.
222- // This field is not used and can be removed in a future release
223- // once we're confident old PipelineRuns have been cleaned up.
224- // See issue #8359 for context.
225- DeprecatedEnableTektonOCIBundles * bool `json:"enableTektonOCIBundles,omitempty" yaml:"enableTektonOCIBundles,omitempty"`
213+ EnableStepActions bool `json:"enableStepActions,omitempty"`
214+ EnableParamEnum bool `json:"enableParamEnum,omitempty"`
215+ EnableArtifacts bool `json:"enableArtifacts,omitempty"`
216+ DisableInlineSpec string `json:"disableInlineSpec,omitempty"`
217+ EnableConciseResolverSyntax bool `json:"enableConciseResolverSyntax,omitempty"`
218+ EnableKubernetesSidecar bool `json:"enableKubernetesSidecar,omitempty"`
219+ EnableWaitExponentialBackoff bool `json:"enableWaitExponentialBackoff,omitempty"`
220+ // DeprecatedEnableTektonOCIBundles is maintained for backward compatibility
221+ // to allow deletion of PipelineRuns created before v0.62.x.
222+ // This field is not used and can be removed in a future release
223+ // once we're confident old PipelineRuns have been cleaned up.
224+ // See issue #8359 for context.
225+ DeprecatedEnableTektonOCIBundles * bool `json:"enableTektonOCIBundles,omitempty" yaml:"enableTektonOCIBundles,omitempty"`
226226}
227227
228228// GetFeatureFlagsConfigName returns the name of the configmap containing all
0 commit comments