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

Bump the aspire group across 1 directory with 21 updates #117

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the aspire group with 21 updates in the / directory:

Package From To
Aspire.StackExchange.Redis 8.0.0 8.2.0
OpenTelemetry.Extensions.Hosting 1.8.1 1.9.0
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 8.0.0 8.2.0
Aspire.Hosting.AppHost 8.0.0 8.2.0
Grpc.AspNetCore 2.62.0 2.65.0
Grpc.AspNetCore.Server.ClientFactory 2.62.0 2.65.0
Grpc.Net.Client 2.62.0 2.65.0
Google.Protobuf 3.26.1 3.27.3
Grpc.Tools 2.62.0 2.65.0
Polly.Core 8.4.0 8.4.1
Aspire.Hosting.Azure 8.0.0 8.2.0
Aspire.Hosting.Azure.ApplicationInsights 8.0.0 8.2.0
Aspire.Hosting.Azure.CognitiveServices 8.0.0 8.2.0
Aspire.Hosting.Azure.ServiceBus 8.0.0 8.2.0
Aspire.Hosting.PostgreSQL 8.0.0 8.2.0
Aspire.Hosting.Redis 8.0.0 8.2.0
Microsoft.Extensions.ServiceDiscovery 8.0.0 8.2.0
Aspire.Azure.Messaging.ServiceBus 8.0.0 8.2.0
Microsoft.Extensions.ServiceDiscovery.Yarp 8.0.0 8.2.0
Aspire.Npgsql 8.0.0 8.2.0
Aspire.Hosting.RabbitMQ 8.0.0 8.2.0

Updates Aspire.StackExchange.Redis from 8.0.0 to 8.2.0

Release notes

Sourced from Aspire.StackExchange.Redis's releases.

.NET Aspire 8.2.0 Release

We are excited to share the second stable minor release of .NET Aspire 🎉. You can find out more about what is in the 8.2.0 release in our blog.

What's Changed

... (truncated)

Commits
  • 75fdcff Update MongoDB to 2.28 (#5477)
  • f742f5e Fixing unintended formatting changes (#5472)
  • a29ea72 [release/8.2] Enable signing and use stable packages (#5424)
  • 3266ebb [release/8.2] Fix dashboard log parsing in host (#5426)
  • 57d7a36 Mark Aspire.Azure.Messaging.EventHubs as stable (#5450)
  • bf890e0 [templates] Update test package versions (#5448)
  • ec4d8fe [release/8.2] Update package tags for "integration" and "library" terms (#5409)
  • 0d7f7e1 [release/8.2] Updating NuGet and Docker versions to latest (#5423)
  • dfad148 [release/8.2] Fix issue where replacement text is not getting evaluated when ...
  • 9d504bf Fix regression not showing pointer cursor on trace detail (#5385)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Extensions.Hosting from 1.8.1 to 1.9.0

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

core-1.9.0

For highlights and announcements pertaining to this release see: Release Notes > 1.9.0.

The following changes are from the previous release 1.9.0-rc.1.

... (truncated)

Changelog

Sourced from OpenTelemetry.Extensions.Hosting's changelog.

1.9.0

  • Exemplars are now part of the stable API! For details see: customizing exemplars collection.

  • WithLogging is now part of the stable API! Logging, Metrics, and Tracing can now all be configured using the With style and the builders finally have parity in their APIs.

1.8.0

  • TracerProvider sampler can now be configured via the OTEL_TRACES_SAMPLER & OTEL_TRACES_SAMPLER_ARG envvars.

  • A new UseOtlpExporter cross-cutting extension has been added to register the OtlpExporter and enable all signals in a single call.

  • exception.type, exception.message, exception.stacktrace will now automatically be included by the OtlpLogExporter when logging exceptions. Previously an experimental environment variable had to be set.

1.7.0

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

  • Added net8.0 targets to all the components.

  • OTLP Exporter

    • Updated to use ILogger CategoryName as the instrumentation scope for logs.
    • Added named options support for OTLP Log Exporter.
    • Added support for instrumentation scope attributes in metrics.
    • Added support under an experimental flag to emit log exception attributes.
    • Added support under an experimental flag to emit log eventId and eventName. attributes.
  • Added support for the IMetricsBuilder API.

  • Added an experimental opt-in metrics feature to reclaim unused MetricPoints which enables a higher number of unique dimension combinations to be emitted. See reclaim unused metric points for more details.

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

Updates Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.0 to 8.2.0

Release notes

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

.NET Aspire 8.2.0 Release

We are excited to share the second stable minor release of .NET Aspire 🎉. You can find out more about what is in the 8.2.0 release in our blog.

What's Changed

... (truncated)

Commits
  • 75fdcff Update MongoDB to 2.28 (#5477)
  • f742f5e Fixing unintended formatting changes (#5472)
  • a29ea72 [release/8.2] Enable signing and use stable packages (#5424)
  • 3266ebb [release/8.2] Fix dashboard log parsing in host (#5426)
  • 57d7a36 Mark Aspire.Azure.Messaging.EventHubs as stable (#5450)
  • bf890e0 [templates] Update test package versions (#5448)
  • ec4d8fe [release/8.2] Update package tags for "integration" and "library" terms (#5409)
  • 0d7f7e1 [release/8.2] Updating NuGet and Docker versions to latest (#5423)
  • dfad148 [release/8.2] Fix issue where replacement text is not getting evaluated when ...
  • 9d504bf Fix regression not showing pointer cursor on trace detail (#5385)
  • Additional commits viewable in compare view

Updates Aspire.Hosting.AppHost from 8.0.0 to 8.2.0

Release notes

Sourced from Aspire.Hosting.AppHost's releases.

.NET Aspire 8.2.0 Release

We are excited to share the second stable minor release of .NET Aspire 🎉. You can find out more about what is in the 8.2.0 release in our blog.

What's Changed

... (truncated)

Commits
  • 75fdcff Update MongoDB to 2.28 (#5477)
  • f742f5e Fixing unintended formatting changes (#5472)
  • a29ea72 [release/8.2] Enable signing and use stable packages (#5424)
  • 3266ebb [release/8.2] Fix dashboard log parsing in host (#5426)
  • 57d7a36 Mark Aspire.Azure.Messaging.EventHubs as stable (#5450)
  • bf890e0 [templates] Update test package versions (#5448)
  • ec4d8fe [release/8.2] Update package tags for "integration" and "library" terms (#5409)
  • 0d7f7e1 [release/8.2] Updating NuGet and Docker versions to latest (#5423)
  • dfad148 [release/8.2] Fix issue where replacement text is not getting evaluated when ...
  • 9d504bf Fix regression not showing pointer cursor on trace detail (#5385)
  • Additional commits viewable in compare view

Updates Grpc.AspNetCore from 2.62.0 to 2.65.0

Release notes

Sourced from Grpc.AspNetCore's releases.

Release v2.65.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0

Release v2.65.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0-pre1

Release v2.64.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.63.0...v2.64.0

Release v2.64.0-pre1

What's Changed

... (truncated)

Commits

Updates Grpc.AspNetCore.Server.ClientFactory from 2.62.0 to 2.65.0

Release notes

Sourced from Grpc.AspNetCore.Server.ClientFactory's releases.

Release v2.65.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0

Release v2.65.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0-pre1

Release v2.64.0

What's Changed

Bumps the aspire group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Aspire.StackExchange.Redis](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.8.1` | `1.9.0` |
| [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.65.0` |
| [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.65.0` |
| [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.65.0` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.26.1` | `3.27.3` |
| [Grpc.Tools](https://github.com/grpc/grpc) | `2.62.0` | `2.65.0` |
| [Polly.Core](https://github.com/App-vNext/Polly) | `8.4.0` | `8.4.1` |
| [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.Azure.ApplicationInsights](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.Azure.CognitiveServices](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.Azure.ServiceBus](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.PostgreSQL](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.Redis](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Azure.Messaging.ServiceBus](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Microsoft.Extensions.ServiceDiscovery.Yarp](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Npgsql](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |
| [Aspire.Hosting.RabbitMQ](https://github.com/dotnet/aspire) | `8.0.0` | `8.2.0` |



Updates `Aspire.StackExchange.Redis` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `OpenTelemetry.Extensions.Hosting` from 1.8.1 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.8.1...core-1.9.0)

Updates `Aspire.Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.AppHost` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Grpc.AspNetCore` from 2.62.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.65.0)

Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.62.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.65.0)

Updates `Grpc.Net.Client` from 2.62.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.62.0...v2.65.0)

Updates `Google.Protobuf` from 3.26.1 to 3.27.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.26.1...v3.27.3)

Updates `Grpc.Tools` from 2.62.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

Updates `Polly.Core` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.4.0...8.4.1)

Updates `Aspire.Hosting.Azure` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.Azure.ApplicationInsights` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.Azure.CognitiveServices` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.Azure.ServiceBus` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.PostgreSQL` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.Redis` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Microsoft.Extensions.ServiceDiscovery` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Azure.Messaging.ServiceBus` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Microsoft.Extensions.ServiceDiscovery.Yarp` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Npgsql` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

Updates `Aspire.Hosting.RabbitMQ` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0...v8.2.0)

---
updated-dependencies:
- dependency-name: Aspire.StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.AppHost
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Grpc.AspNetCore.Server.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Polly.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.ApplicationInsights
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.CognitiveServices
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Microsoft.Extensions.ServiceDiscovery.Yarp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.RabbitMQ
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 4, 2024
@dependabot dependabot bot deleted the dependabot/nuget/aspire-1c5b5a6113 branch September 4, 2024 21:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants