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

Add support for .NET 8 #4

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Add support for .NET 8 #4

merged 1 commit into from
Nov 15, 2023

Conversation

toini
Copy link
Contributor

@toini toini commented Nov 15, 2023

No description provided.

Copy link
Contributor

@ronanbarrett ronanbarrett left a comment

Choose a reason for hiding this comment

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

Good opportunity to start using renovate? The config you need is here. We also need to opt into renovatebot which I can help with if you choose to do this.

ENV NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED false
ENV NEW_RELIC_DISTRIBUTED_TRACING_ENABLED true

# This variable enables New Relic (disabled by default)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand the comment here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If CORECLR_ENABLE_PROFILING is set to 0 then new relic does not work.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see but that comment doesn't really say that. I would have said:

# New Relic requires coreclr profiling to work (disabled by default)

ENV NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED false
ENV NEW_RELIC_DISTRIBUTED_TRACING_ENABLED true

# This variable enables New Relic (disabled by default)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand the comment here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If CORECLR_ENABLE_PROFILING is set to 0 then new relic does not work.

@toini toini merged commit 29bb973 into main Nov 15, 2023
@toini
Copy link
Contributor Author

toini commented Nov 15, 2023

Good opportunity to start using renovate? The config you need is here. We also need to opt into renovatebot which I can help with if you choose to do this.

Do you mean in this repo or in the repo using this image?

@toini
Copy link
Contributor Author

toini commented Nov 15, 2023

@ronanbarrett you could add a PR to replace this? https://github.com/tibber/Tibber.ExampleServiceDotnet/blob/main/.github/.dependabot.yml

@ronanbarrett
Copy link
Contributor

@toini This is the repo that actually references the base images so this is the really important one to have renovate on I guess?

@toini
Copy link
Contributor Author

toini commented Nov 15, 2023

@ronanbarrett yeah if we will pin the sha in this repo. Then you can add a PR here, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants