Bump the aspire group with 6 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
dependencies .NET
Updated Aspire.Hosting.AppHost from 13.2.3 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.AppHost's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().
π Fixes
- π Fix
WaitFor()for tunnel-dependent containers β The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#β16988, backported via #β16993)
π·οΈ Housekeeping
- π Bumped branding to 13.3.2 (#β17053)
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.
π Fixes
- π
aspire runcompute environment validation β Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#β16945, backported via #β16952)
π·οΈ Housekeeping
- β¬οΈ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 β 0.23.5 (#β16944)
- π Updated localization resources (#β16602)
- π Bumped branding to 13.3.1 (#β16951)
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
π Fixes
- π Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#β16420)
π·οΈ Housekeeping
- π Bumped branding to
13.2.4 (#β16436)
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.ServiceBus from 13.2.3 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Azure.ServiceBus's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().
π Fixes
- π Fix
WaitFor()for tunnel-dependent containers β The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#β16988, backported via #β16993)
π·οΈ Housekeeping
- π Bumped branding to 13.3.2 (#β17053)
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.
π Fixes
- π
aspire runcompute environment validation β Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#β16945, backported via #β16952)
π·οΈ Housekeeping
- β¬οΈ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 β 0.23.5 (#β16944)
- π Updated localization resources (#β16602)
- π Bumped branding to 13.3.1 (#β16951)
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
π Fixes
- π Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#β16420)
π·οΈ Housekeeping
- π Bumped branding to
13.2.4 (#β16436)
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.Storage from 13.2.3 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Azure.Storage's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().
π Fixes
- π Fix
WaitFor()for tunnel-dependent containers β The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#β16988, backported via #β16993)
π·οΈ Housekeeping
- π Bumped branding to 13.3.2 (#β17053)
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.
π Fixes
- π
aspire runcompute environment validation β Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#β16945, backported via #β16952)
π·οΈ Housekeeping
- β¬οΈ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 β 0.23.5 (#β16944)
- π Updated localization resources (#β16602)
- π Bumped branding to 13.3.1 (#β16951)
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
π Fixes
- π Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#β16420)
π·οΈ Housekeeping
- π Bumped branding to
13.2.4 (#β16436)
Commits viewable in compare view.
Updated Aspire.Hosting.PostgreSQL from 13.2.3 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.PostgreSQL's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().
π Fixes
- π Fix
WaitFor()for tunnel-dependent containers β The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#β16988, backported via #β16993)
π·οΈ Housekeeping
- π Bumped branding to 13.3.2 (#β17053)
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.
π Fixes
- π
aspire runcompute environment validation β Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#β16945, backported via #β16952)
π·οΈ Housekeeping
- β¬οΈ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 β 0.23.5 (#β16944)
- π Updated localization resources (#β16602)
- π Bumped branding to 13.3.1 (#β16951)
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
π Fixes
- π Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#β16420)
π·οΈ Housekeeping
- π Bumped branding to
13.2.4 (#β16436)
Commits viewable in compare view.
Updated Aspire.Hosting.Redis from 13.2.3 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.Redis's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().
π Fixes
- π Fix
WaitFor()for tunnel-dependent containers β The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#β16988, backported via #β16993)
π·οΈ Housekeeping
- π Bumped branding to 13.3.2 (#β17053)
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.
π Fixes
- π
aspire runcompute environment validation β Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#β16945, backported via #β16952)
π·οΈ Housekeeping
- β¬οΈ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 β 0.23.5 (#β16944)
- π Updated localization resources (#β16602)
- π Bumped branding to 13.3.1 (#β16951)
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
π Fixes
- π Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#β16420)
π·οΈ Housekeeping
- π Bumped branding to
13.2.4 (#β16436)
Commits viewable in compare view.
Updated Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.3 to 13.3.2.
Release notes
Sourced from Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().
π Fixes
- π Fix
WaitFor()for tunnel-dependent containers β The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#β16988, backported via #β16993)
π·οΈ Housekeeping
- π Bumped branding to 13.3.2 (#β17053)
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.
π Fixes
- π
aspire runcompute environment validation β Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#β16945, backported via #β16952)
π·οΈ Housekeeping
- β¬οΈ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 β 0.23.5 (#β16944)
- π Updated localization resources (#β16602)
- π Bumped branding to 13.3.1 (#β16951)
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! π This release is packed with new ways to deploy, debug, and build distributed apps β including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.
Highlights
- π§Ή Clean teardown β New
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow. - π Frontend telemetry β Aspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
- βΈοΈ Kubernetes deploy preview β
aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing. - π¨ JavaScript publishing β New
PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm. - π TypeScript AppHost parity β Unified
withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts. - π οΈ CLI upgrades β Run the standalone dashboard with
aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal. - βοΈ Azure goodness β New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
- π³ Better containers β The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
β οΈ Breaking changes
Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
π Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! π
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
π Fixes
- π Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#β16420)
π·οΈ Housekeeping
- π Bumped branding to
13.2.4 (#β16436)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Technical Details
| ID: | 15803049 |
| UUID: | 4450451961 |
| Node ID: | PR_kwDOC3usfM7bvcWh |
| Host: | GitHub |
| Repository: | bervProject/NETCoreAPIBoilerplate |