Skip to content

build: bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL and OpenTelemetry.Extensions.Hosting #34

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2025

Bumps Aspire.Npgsql.EntityFrameworkCore.PostgreSQL and OpenTelemetry.Extensions.Hosting. These dependencies needed to be updated together.
Updates Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.0.0 to 9.1.0

Release notes

Sourced from Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases.

.NET Aspire 9.1.0 Release

We are excited to share that our 9.1.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Please check out what's new in this release. Try it out and share your feedback 😃

What's Changed

... (truncated)

Commits
  • 2a8f48e Stabilize branding (#7730)
  • 5873c75 Update WaitForResourceHealthyAsync to use DefaultWaitBehavior (#7738)
  • f209b76 [release/9.1] Require resource group on existing azure resources (#7734)
  • 9164b37 [release/9.1] Improve XML documentation comments (#7737)
  • 9d98476 [release/9.1] Resolve DistributedApplicationResourceBuilder<ResourceWithConne...
  • 89d5b4a [release/9.1] Fix arg annotations when running in IDE mode (#7722)
  • b78ef60 Fix Azure PostgreSQL AsExisting (#7702)
  • 5bab8b4 [release/9.1] Don't set properties on existing Azure SQL server resources (#7...
  • a7453c1 [release/9.1] Hide secrets in source tooltip, correct ExpressionResolver logi...
  • 87cb282 Change location of contributing devcontainer.json file to improve default cod...
  • Additional commits viewable in compare view

Updates OpenTelemetry.Extensions.Hosting from 1.10.0 to 1.9.0

Changelog

Sourced from OpenTelemetry.Extensions.Hosting's changelog.

1.10.0

Release details: 1.10.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other Microsoft.Extensions.* packages to 9.0.0.

  • Added support for new APIs introduced in System.Diagnostics.DiagnosticSource 9.0.0:

  • Experimental features promoted to stable:

    • CardinalityLimit can now be managed for individual metrics via the View API. For details see: Changing cardinality limit for a Metric.

    • The overflow attribute (otel.metric.overflow) behavior is now enabled by default. The OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE environment variable is no longer required. For details see: Cardinality Limits.

    • The MetricPoint reclaim behavior is now enabled by default when Delta aggregation temporality is used. The OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS environment variable is no longer required. For details see: Cardinality Limits.

  • Added OpenTelemetrySdk.Create API for configuring OpenTelemetry .NET signals (logging, tracing, and metrics) via a single builder. This new API simplifies bootstrap and teardown, and supports cross-cutting extensions targeting IOpenTelemetryBuilder.

  • Removed out of support net6.0 target and added net9.0 target.

1.9.0

Release details: 1.9.0

... (truncated)

Commits
  • df26079 [release] Prepare release core-1.9.0 (#5694)
  • 26a4414 [repo] Auto-label PR workflow improvements (#5693)
  • dc390a6 [api-baggage] revert space encoding change (#5687)
  • 28824f8 [repo] Bump tests and examples dependencies (#5688)
  • 48ce500 [repo] Auto label PR workflow permissions fix (#5684)
  • 23fb651 [repo] Replace Logging Exporter with Debug Exporter in otel-collector configs...
  • a763c0d [repo] Auto label pull requests (#5681)
  • fd18bb1 [repo] Fix a couple issues in automation workflows/scripts (#5680)
  • 357f0a2 [repo] Prepare release core-1.9.0-rc.1 (#5679)
  • 84cd83a [repo] NuGet push release automation (#5675)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…metry.Extensions.Hosting

Bumps [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) and [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet). These dependencies needed to be updated together.

Updates `Aspire.Npgsql.EntityFrameworkCore.PostgreSQL` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v9.0.0...v9.1.0)

Updates `OpenTelemetry.Extensions.Hosting` from 1.10.0 to 1.9.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.10.0...core-1.9.0)

---
updated-dependencies:
- dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 26, 2025
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.

0 participants