Skip to content
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

Patch release of #24792, #24779 #24797

Closed
wants to merge 3 commits into from

Conversation

benjdlambert
Copy link
Member

This release fixes an issue where the logger would crash on logging because of cyclical structures in the meta fields, also fixes an issue with external config schemas in the app-backend plugin which was previously broken.

Signed-off-by: blam <ben@blam.sh>
Signed-off-by: blam <ben@blam.sh>
Signed-off-by: blam <ben@blam.sh>
@github-actions github-actions bot added the area:scaffolder Everything and all things related to the scaffolder project area label May 15, 2024
format: format(replace)(),
format: format((obj: TransformableInfo) => {
if (!redactionPattern || !obj) {
return obj;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better to use here undefined?
Though it's kinda the same, it's easier to read the code faster

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean as the return value? We'd want to return obj if we don't have a redaction pattern

Copy link
Member

@Rugvip Rugvip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

format: format(replace)(),
format: format((obj: TransformableInfo) => {
if (!redactionPattern || !obj) {
return obj;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean as the return value? We'd want to return obj if we don't have a redaction pattern

@benjdlambert
Copy link
Member Author

Replaced by #24807

Copy link
Contributor

Uffizzi Cluster pr-24797 was deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:scaffolder Everything and all things related to the scaffolder project area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants