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: tektoncd#4715
  • Loading branch information
l-qing committed Jun 26, 2024
1 parent c2dc17a commit 9fb6297
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 9fb6297

Please sign in to comment.