-
Notifications
You must be signed in to change notification settings - Fork 234
demote high-frequency Info logs to Debug on tektonaddon TaskImages #3189
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: release-v0.71.x
Are you sure you want to change the base?
Conversation
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
aThorp96
left a comment
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.
Thanks for taking care of this! Looks good to me aside from the unrelated PaC changes 👍🏼
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.
I think these changes may have been checked in by mistake
| return err | ||
| } | ||
| return nil | ||
| replaceParamsImage(params, images, logger) |
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.
Thanks for cleaning this up 🙏🏼
| ctx := context.Background() | ||
| newManifest, err := manifest.Transform(TaskImages(ctx, images)) |
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.
Nitpick, since we don't use the context
| ctx := context.Background() | |
| newManifest, err := manifest.Transform(TaskImages(ctx, images)) | |
| newManifest, err := manifest.Transform(TaskImages(context.Background(), images)) |
| ctx := context.Background() | ||
| newManifest, err := manifest.Transform(TaskImages(ctx, images)) |
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.
Nitpick, since we don't use the context otherwise
| ctx := context.Background() | |
| newManifest, err := manifest.Transform(TaskImages(ctx, images)) | |
| newManifest, err := manifest.Transform(TaskImages(context.Background(), images)) |
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes