Skip to content

chore(deps): bump the nuget-agent group across 2 directories with 3 updates #2850

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

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps the nuget-agent group with 2 updates in the /build directory: NewRelic.Agent.Api and Serilog.
Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: Google.Protobuf.

Updates NewRelic.Agent.Api from 10.31.0 to 10.32.0

Release notes

Sourced from NewRelic.Agent.Api's releases.

v10.32.0

10.32.0 (2024-10-15)

Notice

  • Environment variables that start with or contain NEWRELIC_ are deprecated and may be removed in a future major release. Users are encouraged to update their installation to use NEW_RELIC_ names as soon as possible. (b00edda)

New features

  • Implement consistent naming scheme for all environment variables. All environment variables starting with (or containing) NEWRELIC_ are now named NEW_RELIC_. Support for previous environment variables is retained, so this is not a breaking change. (#718) (#2812) (b00edda)
  • Update CosmosDB instrumentation to support latest version (#2832) (27a78cb)

Fixes

  • Handle null or empty SQS messages and/or message attributes (#2833) (758b770)
  • Update Profiler to check whether Azure function mode support is enabled (#2822) (9669641)
Commits
  • a77919e chore(main): release 10.32.0 (#2826)
  • 758b770 fix: Handle null or empty SQS messages and/or message attributes (#2833)
  • 0a98da4 chore:Update dotty to fix PR creation. (#2835)
  • 27a78cb feat: Update CosmosDB instrumentation to support latest version (#2832)
  • 4798dc7 test: Integration test Nuget updates (#2828)
  • b00edda summary: Environment variable naming consistency (#2812)
  • 25a9d30 chore(deps): bump the nuget-agent group across 3 directories with 9 updates (...
  • 9669641 fix: Update Profiler to check whether Azure function mode support is enabled ...
  • 7c241f8 chore: delete PlatformTests folder (#2813)
  • 9673ef1 ci:.NET Innovation Days Q3FY25: Update Dotty to update test library versions ...
  • Additional commits viewable in compare view

Updates Serilog from 4.0.2 to 4.1.0

Release notes

Sourced from Serilog's releases.

v4.1.0

Important note

IBatchedLogEventSink batch retry scheduling has changed in this version. The default configuration still tries failed batches for approximately ten minutes, but the BufferingTimeLimit no longer implicitly causes the retry time to be extended or reduced. If you need a specific retry time, set BatchingOptions.RetryTimeLimit, which reliably controls retry time.

Commits

Updates Google.Protobuf from 3.28.2 to 3.28.3

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the nuget-agent group with 2 updates in the /build directory: [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent) and [Serilog](https://github.com/serilog/serilog).
Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: [Google.Protobuf](https://github.com/protocolbuffers/protobuf).


Updates `NewRelic.Agent.Api` from 10.31.0 to 10.32.0
- [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases)
- [Commits](v10.31.0...v10.32.0)

Updates `Serilog` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.2...v4.1.0)

Updates `Google.Protobuf` from 3.28.2 to 3.28.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.28.2...v3.28.3)

---
updated-dependencies:
- dependency-name: NewRelic.Agent.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-agent
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 23, 2024 16:42
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 23, 2024
@tippmar-nr tippmar-nr merged commit d312d30 into main Oct 23, 2024
26 checks passed
@tippmar-nr tippmar-nr deleted the dependabot/nuget/build/nuget-agent-0b0b2b26c8 branch October 23, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant