-
Notifications
You must be signed in to change notification settings - Fork 1.8k
accept featureFlags.EnableTektonOCIBundles to fix unknown field error #8996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
accept featureFlags.EnableTektonOCIBundles to fix unknown field error #8996
Conversation
|
/kind bug |
/ok-to-test |
27809c6
to
8f5df0e
Compare
/retest |
1 similar comment
/retest |
I also encountered another similar field, |
/retest |
2 similar comments
/retest |
/retest |
EnableConciseResolverSyntax bool `json:"enableConciseResolverSyntax,omitempty"` | ||
EnableKubernetesSidecar bool `json:"enableKubernetesSidecar,omitempty"` | ||
EnableWaitExponentialBackoff bool `json:"enableWaitExponentialBackoff,omitempty"` | ||
DeprecatedEnableTektonOCIBundles *bool `json:"enableTektonOCIBundles,omitempty" yaml:"EnableTektonOCIBundles,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DeprecatedEnableTektonOCIBundles *bool `json:"enableTektonOCIBundles,omitempty" yaml:"EnableTektonOCIBundles,omitempty"` | |
// DeprecatedEnableTektonOCIBundles is maintained for backward compatibility | |
// to allow deletion of PipelineRuns created before v0.62.x. | |
// This field is not used and can be removed in a future release | |
// once we're confident old PipelineRuns have been cleaned up. | |
// See issue #8359 for context. | |
DeprecatedEnableTektonOCIBundles *bool `json:"enableTektonOCIBundles,omitempty" yaml:"enableTektonOCIBundles,omitempty"` |
add a explanation comment and fix casing in the yaml tag
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes