Skip to content

Commit

Permalink
chore: remove unsupported configurations ScopeWhenExpressionsToTask
Browse files Browse the repository at this point in the history
This feature flag has been completely removed in v0.35.

Ref: #4715
  • Loading branch information
l-qing authored and tekton-robot committed Jul 3, 2024
1 parent 5625a6a commit c56e0da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/apis/config/feature_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ type FeatureFlags struct {
RunningInEnvWithInjectedSidecars bool
RequireGitSSHSecretKnownHosts bool
// EnableTektonOCIBundles bool // Deprecated: this is now ignored
ScopeWhenExpressionsToTask bool
EnableAPIFields string
SendCloudEventsForRuns bool
AwaitSidecarReadiness bool
EnforceNonfalsifiability string
EnableKeepPodOnCancel bool
// ScopeWhenExpressionsToTask bool // Deprecated: this is now ignored
EnableAPIFields string
SendCloudEventsForRuns bool
AwaitSidecarReadiness bool
EnforceNonfalsifiability string
EnableKeepPodOnCancel bool
// VerificationNoMatchPolicy is the feature flag for "trusted-resources-verification-no-match-policy"
// VerificationNoMatchPolicy can be set to "ignore", "warn" and "fail" values.
// ignore: skip trusted resources verification when no matching verification policies found
Expand Down

0 comments on commit c56e0da

Please sign in to comment.