{"id":25660,"name":"Aspire.Hosting.Azure.Storage","ecosystem":"nuget","repository_url":null,"issues_count":30,"created_at":"2025-06-07T04:26:58.566Z","updated_at":"2025-06-07T04:26:58.566Z","purl":"pkg:nuget/Aspire.Hosting.Azure.Storage","unique_repositories_count":18,"unique_repositories_count_past_30_days":2,"recent_issues":[{"uuid":"4490928803","node_id":"PR_kwDOAcUMm87dwA-6","number":94,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.2.2 to 13.3.4","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-28T00:52:12.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-21T01:12:01.000Z","updated_at":"2026-05-28T00:52:13.000Z","time_to_close":603611,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.2.2","new_version":"13.3.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.2 to 13.3.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.4\n\n## What's New in Aspire 13.3.4\n\nPatch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.\n\n### 🐛 Fixes\n\n- 📝 **Aspire skill description too long for agent hosts** — The `SKILL.md` generated by `aspire agent init` included a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#​17183, backported via #​17188)\n\n### 🏷️ Housekeeping\n\n- 🚀 Bumped branding to 13.3.4 (#​17215)\n\n---\n*Full commit: [75080796af797483231a9da2d1642b5130617565](https://github.com/microsoft/aspire/commit/75080796af797483231a9da2d1642b5130617565)*\n\n\u003e Generated by [Generate release notes for a new stable Aspire release](https://github.com/microsoft/aspire/actions/runs/26123829267/agentic_workflow) · ● 3.6M\n\n\u003c!-- gh-aw-agentic-workflow: Generate release notes for a new stable Aspire release, engine: copilot, version: 1.0.40, model: claude-sonnet-4.6, id: 26123829267, workflow_id: release-notes-generate, run: https://github.com/microsoft/aspire/actions/runs/26123829267 --\u003e\n\n## 13.3.3\n\n## What's New in Aspire 13.3.3\n\nPatch release for Aspire 13.3 with fixes for debug log level leaking into user resources, Keycloak HTTPS endpoint token invalidation, and endpoint materialization in `HostResourceWithEndpoints`.\n\n### 🐛 Fixes\n\n- 🔇 **Debug log level leaking into user resources** — `Logging__LogLevel__Default=Debug` set by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now uses `ASPIRE_APPHOST_LOGLEVEL` instead, which is scoped to Aspire processes only. (#​17071, backported via #​17078)\n- 🔑 **Keycloak HTTPS primary endpoint** — Fixed a regression where Keycloak tokens became invalid after an app host restart because the HTTPS endpoint port was dynamic. When developer certificates are enabled, Keycloak's primary endpoint is now upgraded to HTTPS directly, and the endpoint name is set to `http` to enable standard `http+https://` service discovery URLs. (#​17058, backported via #​17063)\n- 🔌 **Endpoint materialization in `HostResourceWithEndpoints`** — Endpoints configured via `HostResourceWithEndpoints` are now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#​17091, backported via #​17092)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.5 → 0.23.6 — includes fixes for Kubernetes OpenAPI generator types that caused `[SHOULD NOT HAPPEN] failed to update managedFields` errors. (#​17070)\n- 🚀 Bumped branding to 13.3.3 (#​17088)\n\n---\n*Full commit: [a4615e7c6def6cba4703cdbd84009cd3da9a261b](https://github.com/microsoft/aspire/commit/a4615e7c6def6cba4703cdbd84009cd3da9a261b)*\n\n\n## 13.3.2\n\n## What's New in Aspire 13.3.2\n\nPatch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use `WaitFor()`.\n\n### 🐛 Fixes\n\n- 🚇 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 blocked `ResourceStarting` before 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)\n\n### 🏷️ Housekeeping\n\n- 🚀 Bumped branding to 13.3.2 (#​17053)\n\n\n## 13.3.1\n\n# Aspire 13.3.1\n\n## What's New in Aspire 13.3.1\n\nPatch release for Aspire 13.3 with a regression fix for `aspire run` and a DCP bump.\n\n### 🐛 Fixes\n\n- 🏃 **`aspire run` compute environment validation** — Skip compute environment validation in run mode so customers no longer hit `Resource '\u003cname\u003e' 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)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)\n- 🌐 Updated localization resources (#​16602)\n- 🚀 Bumped branding to 13.3.1 (#​16951)\n\n## 13.3.0\n\n # Aspire 13.3.0\n \n 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\n improvements.\n \n ## Highlights\n \n  - 🧹 **Clean teardown** — New **`aspire destroy`** tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.\n  - 🔍 **Frontend telemetry** — **Aspire.Hosting.Browsers** captures browser console logs, network requests, and screenshots right in the Aspire dashboard.\n  - ☸️ **Kubernetes deploy preview** — **`aspire deploy`** can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.\n  - 🟨 **JavaScript publishing** — New **`PublishAs*`** methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.\n  - 🌐 **TypeScript AppHost parity** — Unified `withEnvironment`, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.\n  - 🛠️ **CLI upgrades** — Run the standalone dashboard with **`aspire dashboard run`**, install the CLI as a NativeAOT `dotnet tool`, and search API docs from the terminal.\n  - ☁️ **Azure goodness** — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.\n  - 🐳 **Better containers** — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.\n \n ## ⚠️ Breaking changes\n \n 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, \nFoundry, JavaScript diagnostics, and TypeScript AppHost helpers.\n \n See the full list in the [Aspire 13.3 breaking changes](https://aspire.dev/whats-new/aspire-13-3/#%EF%B8%8F-breaking-changes).\n \n ## 📖 Learn more\n \n For the full details, examples, migration guidance, and everything new in this release, check out [What's new in Aspire 13.3](https://aspire.dev/whats-new/aspire-13-3/).\n \n Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.3.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Aaronontheweb/akkadotnet-code-samples/pull/94","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaronontheweb%2Fakkadotnet-code-samples/issues/94","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/94/packages"},{"uuid":"4481951221","node_id":"PR_kwDOFTL4m87dTKAk","number":590,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.3.3 to 13.3.4","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-20T02:31:30.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-19T23:53:28.000Z","updated_at":"2026-05-20T02:31:40.000Z","time_to_close":9482,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.3.3","new_version":"13.3.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.3.3 to 13.3.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.4\n\n## What's New in Aspire 13.3.4\n\nPatch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.\n\n### 🐛 Fixes\n\n- 📝 **Aspire skill description too long for agent hosts** — The `SKILL.md` generated by `aspire agent init` included a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#​17183, backported via #​17188)\n\n### 🏷️ Housekeeping\n\n- 🚀 Bumped branding to 13.3.4 (#​17215)\n\n---\n*Full commit: [75080796af797483231a9da2d1642b5130617565](https://github.com/microsoft/aspire/commit/75080796af797483231a9da2d1642b5130617565)*\n\n\u003e Generated by [Generate release notes for a new stable Aspire release](https://github.com/microsoft/aspire/actions/runs/26123829267/agentic_workflow) · ● 3.6M\n\n\u003c!-- gh-aw-agentic-workflow: Generate release notes for a new stable Aspire release, engine: copilot, version: 1.0.40, model: claude-sonnet-4.6, id: 26123829267, workflow_id: release-notes-generate, run: https://github.com/microsoft/aspire/actions/runs/26123829267 --\u003e\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.3.3...v13.3.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.3.3\u0026new-version=13.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AvantiPoint/avantipoint.packages/pull/590","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvantiPoint%2Favantipoint.packages/issues/590","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/590/packages"},{"uuid":"4441984604","node_id":"PR_kwDOAcUMm87bUyBo","number":81,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.2.2 to 13.3.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-21T01:12:04.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-13T23:59:43.000Z","updated_at":"2026-05-21T01:12:06.000Z","time_to_close":609141,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.2.2","new_version":"13.3.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.2 to 13.3.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.1\n\n# Aspire 13.3.1\n\n## What's New in Aspire 13.3.1\n\nPatch release for Aspire 13.3 with a regression fix for `aspire run` and a DCP bump.\n\n### 🐛 Fixes\n\n- 🏃 **`aspire run` compute environment validation** — Skip compute environment validation in run mode so customers no longer hit `Resource '\u003cname\u003e' 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)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)\n- 🌐 Updated localization resources (#​16602)\n- 🚀 Bumped branding to 13.3.1 (#​16951)\n\n## 13.3.0\n\n # Aspire 13.3.0\n \n 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\n improvements.\n \n ## Highlights\n \n  - 🧹 **Clean teardown** — New **`aspire destroy`** tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.\n  - 🔍 **Frontend telemetry** — **Aspire.Hosting.Browsers** captures browser console logs, network requests, and screenshots right in the Aspire dashboard.\n  - ☸️ **Kubernetes deploy preview** — **`aspire deploy`** can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.\n  - 🟨 **JavaScript publishing** — New **`PublishAs*`** methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.\n  - 🌐 **TypeScript AppHost parity** — Unified `withEnvironment`, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.\n  - 🛠️ **CLI upgrades** — Run the standalone dashboard with **`aspire dashboard run`**, install the CLI as a NativeAOT `dotnet tool`, and search API docs from the terminal.\n  - ☁️ **Azure goodness** — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.\n  - 🐳 **Better containers** — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.\n \n ## ⚠️ Breaking changes\n \n 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, \nFoundry, JavaScript diagnostics, and TypeScript AppHost helpers.\n \n See the full list in the [Aspire 13.3 breaking changes](https://aspire.dev/whats-new/aspire-13-3/#%EF%B8%8F-breaking-changes).\n \n ## 📖 Learn more\n \n For the full details, examples, migration guidance, and everything new in this release, check out [What's new in Aspire 13.3](https://aspire.dev/whats-new/aspire-13-3/).\n \n Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.3.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Aaronontheweb/akkadotnet-code-samples/pull/81","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaronontheweb%2Fakkadotnet-code-samples/issues/81","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/81/packages"},{"uuid":"4334512965","node_id":"PR_kwDORZiO0s7V5XcB","number":210,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 9.3.1 to 13.2.4","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-02T01:19:01.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-27T09:09:49.000Z","updated_at":"2026-06-02T01:19:04.000Z","time_to_close":3082152,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.1","new_version":"13.2.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 9.3.1 to 13.2.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\n## 13.1.3\n\n## What's Changed\n* [release/13.1] Add installer publishing updates for 13.1.3 by @​radical in https://github.com/dotnet/aspire/pull/15158\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3\n\n## 13.1.2\n\n## What's Changed\n* Bump patch version from 13.1.1 to 13.1.2 by @​Copilot in https://github.com/dotnet/aspire/pull/14699\n* [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @​JamesNK in https://github.com/dotnet/aspire/pull/14698\n* Update pipeline images to non-deprecated pools by @​joperezr in https://github.com/dotnet/aspire/pull/14707\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2\n\n## 13.1.1\n\n## What's Changed\n* [release/13.1] Ensure WithHostHttpsPort works when chained inline by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13678\n* [release/13.1] Escape backslashes in path string to discovered vite config by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13822\n* [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13810\n* [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14018\n* [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13676\n* [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14009\n* [release/13.1] Update Azure.Identity package version to 1.17.1 by @​eerhardt in https://github.com/dotnet/aspire/pull/14251\n* Bump patch version from 13.1.0 to 13.1.1 by @​Copilot in https://github.com/dotnet/aspire/pull/14329\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\n## 9.5.0\n\nWe are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!\n\n## New Contributors\n* @​benwitmanmsft made their first contribution in https://github.com/dotnet/aspire/pull/10289\n* @​MattKotsenas made their first contribution in https://github.com/dotnet/aspire/pull/9868\n* @​danespinosa made their first contribution in https://github.com/dotnet/aspire/pull/10394\n* @​jnyrup made their first contribution in https://github.com/dotnet/aspire/pull/10884\n* @​ericstj made their first contribution in https://github.com/dotnet/aspire/pull/10928\n* @​jeremy-vm made their first contribution in https://github.com/dotnet/aspire/pull/10972\n* @​Steinblock made their first contribution in https://github.com/dotnet/aspire/pull/11003\n* @​brettcannon made their first contribution in https://github.com/dotnet/aspire/pull/11014\n* @​twsouthwick made their first contribution in https://github.com/dotnet/aspire/pull/10507\n* @​KirillOsenkov made their first contribution in https://github.com/dotnet/aspire/pull/11164\n* @​CaitieM20 made their first contribution in https://github.com/dotnet/aspire/pull/10662\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.5.0\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\n## 9.4.0\n\nWe are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!\n\n## What's Changed\n* API review: Add Services property to ResourceEndpointsAllocatedEvent by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9270\n* Fix visibility updates during resource upserts by @​adamint in https://github.com/dotnet/aspire/pull/9264\n* Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @​Alirexaa in https://github.com/dotnet/aspire/pull/9278\n* Make sure the publisher example supports azd by @​davidfowl in https://github.com/dotnet/aspire/pull/9277\n* API review: `WithHostPort` should accept null for port param by @​Alirexaa in https://github.com/dotnet/aspire/pull/9282\n* Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @​paulomorgado in https://github.com/dotnet/aspire/pull/8237\n* Test that ensures legacy dashboard token env var is honored by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9296\n* Refactor solution file from .sln to .slnx format and update related d… by @​davidfowl in https://github.com/dotnet/aspire/pull/9295\n* Minor dashboard improvements and clean up by @​JamesNK in https://github.com/dotnet/aspire/pull/9301\n* Minor improvements to resource changed log by @​JamesNK in https://github.com/dotnet/aspire/pull/9303\n* Fix Blazor error logging to telemetry by @​JamesNK in https://github.com/dotnet/aspire/pull/9304\n* Don't throw from component telemetry context dispose if not initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9306\n* [CI] Add PR validation on macOS by @​radical in https://github.com/dotnet/aspire/pull/9287\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/9302\n* Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture  by @​adamint in https://github.com/dotnet/aspire/pull/9316\n* Changing default SKU for App Service Plan to P0V3 by @​ShilpiRachna1 in https://github.com/dotnet/aspire/pull/9280\n* Branding updates for 9.4 by @​joperezr in https://github.com/dotnet/aspire/pull/9331\n* Increase retry time in AppBar_Change_Theme_ReloadPage by @​adamint in https://github.com/dotnet/aspire/pull/9317\n* Update xUnit.v3 to support MTP tests by @​peterwald in https://github.com/dotnet/aspire/pull/9261\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9333\n* Add tracing support for Azure App Configuration component by @​zhiyuanliang-ms in https://github.com/dotnet/aspire/pull/9323\n* Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" by @​radical in https://github.com/dotnet/aspire/pull/9336\n* Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @​danegsta in https://github.com/dotnet/aspire/pull/9339\n* [Automated] Update API Surface Area by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/8736\n* Revert \"Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" (#​9336)\" by @​radical in https://github.com/dotnet/aspire/pull/9337\n* TestsReportGenerator: Always show the error message, and truncate only the stdout by @​radical in https://github.com/dotnet/aspire/pull/9335\n* [CI] Fix azdo builds for `main` by @​radical in https://github.com/dotnet/aspire/pull/9338\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9347\n* Fully qualify OutputPath for PublishingContext by @​captainsafia in https://github.com/dotnet/aspire/pull/9351\n* Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @​KuraiAndras in https://github.com/dotnet/aspire/pull/9342\n* Update health check to ensure blob containers created at right time by @​RussKie in https://github.com/dotnet/aspire/pull/9159\n* Re-apply quarantined test for validation by @​sebastienros in https://github.com/dotnet/aspire/pull/9364\n* Update telemetry doc for AzureAppConfiguration by @​sebastienros in https://github.com/dotnet/aspire/pull/9365\n* Enable MTP tests via MSBuild property by @​captainsafia in https://github.com/dotnet/aspire/pull/9361\n* catch json error by @​danmoseley in https://github.com/dotnet/aspire/pull/9369\n* Refactor a common TempDirectory test class by @​eerhardt in https://github.com/dotnet/aspire/pull/9370\n* Centralize Verify convention by @​sebastienros in https://github.com/dotnet/aspire/pull/9371\n* Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @​stephentoub in https://github.com/dotnet/aspire/pull/9356\n* Update RunCommand.cs by @​IEvangelist in https://github.com/dotnet/aspire/pull/9360\n* Add support for copying existing files via WithContainerFiles API by @​danegsta in https://github.com/dotnet/aspire/pull/8908\n* Do not fail on partial trust warning. by @​mitchdenny in https://github.com/dotnet/aspire/pull/9384\n* markdown lint by @​danmoseley in https://github.com/dotnet/aspire/pull/9389\n* Merge branch release/9.3 into main by @​joperezr in https://github.com/dotnet/aspire/pull/9394\n* Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @​danegsta in https://github.com/dotnet/aspire/pull/9391\n* Ensure all grid columns have tooltips by @​adamint in https://github.com/dotnet/aspire/pull/9401\n* Remove test from quarantine by @​danegsta in https://github.com/dotnet/aspire/pull/9402\n* copilot setup steps by @​danmoseley in https://github.com/dotnet/aspire/pull/9409\n ... (truncated)\n\n## 9.3.2\n\n## What's Changed\n* [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @​sebastienros in https://github.com/dotnet/aspire/pull/9958\n* Bumping patch version for 9.3.2 by @​joperezr in https://github.com/dotnet/aspire/pull/9963\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.1...v9.3.2\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v9.3.1...v13.2.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=9.3.1\u0026new-version=13.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/andrew-rubio/blend-app/pull/210","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-rubio%2Fblend-app/issues/210","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/210/packages"},{"uuid":"4251820653","node_id":"PR_kwDOQpUF4c7R4oKj","number":215,"state":"closed","title":"deps(nuget): Bump Aspire.Hosting.Azure.Sql and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":"2026-04-13T22:02:08.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-13T06:22:22.000Z","updated_at":"2026-04-13T22:02:25.000Z","time_to_close":56386,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget)","packages":[{"name":"Bump Aspire.Hosting.Azure.Sql"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Sql](https://github.com/microsoft/aspire) from 13.2.0 to 13.2.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Sql's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.0...v13.2.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.0 to 13.2.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.0...v13.2.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Evilazaro/Azure-LogicApps-Monitoring/pull/215","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evilazaro%2FAzure-LogicApps-Monitoring/issues/215","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/215/packages"},{"uuid":"4183638508","node_id":"PR_kwDOOoylLs7PH0pK","number":605,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.2.0 to 13.2.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-04-01T10:44:32.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-01T02:39:42.000Z","updated_at":"2026-04-01T10:44:33.000Z","time_to_close":29090,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.2.0","new_version":"13.2.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.0 to 13.2.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.0...v13.2.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.2.0\u0026new-version=13.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/askpt/openfeature-aspire-sample/pull/605","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/askpt%2Fopenfeature-aspire-sample/issues/605","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/605/packages"},{"uuid":"4124453625","node_id":"PR_kwDOEIKVT87M2JNz","number":567,"state":"closed","title":"Bump Aspire.Hosting.Azure.Functions and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-03-25T22:17:15.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-24T00:19:26.000Z","updated_at":"2026-03-25T22:17:23.000Z","time_to_close":165469,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Functions","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Aspire.Hosting.Azure.Functions](https://github.com/dotnet/aspire) from 13.1.3 to 13.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Functions's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.3...v13.2.0).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.3 to 13.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.3...v13.2.0).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jguadagno/jjgnet-broadcast/pull/567","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jguadagno%2Fjjgnet-broadcast/issues/567","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/567/packages"},{"uuid":"4045469052","node_id":"PR_kwDONxgvzs7JESIW","number":415,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.1.1 to 13.1.2","user":"dependabot[bot]","labels":["dependencies",".NET","config-build","root"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-10T04:10:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-09T12:59:57.000Z","updated_at":"2026-03-10T04:10:52.000Z","time_to_close":54653,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.1.1","new_version":"13.1.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.1 to 13.1.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.2\n\n## What's Changed\n* Bump patch version from 13.1.1 to 13.1.2 by @​Copilot in https://github.com/dotnet/aspire/pull/14699\n* [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @​JamesNK in https://github.com/dotnet/aspire/pull/14698\n* Update pipeline images to non-deprecated pools by @​joperezr in https://github.com/dotnet/aspire/pull/14707\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.1.1\u0026new-version=13.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Gibbs-Morris/mississippi/pull/415","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gibbs-Morris%2Fmississippi/issues/415","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/415/packages"},{"uuid":"4010559336","node_id":"PR_kwDOAP1LKc7HS3W-","number":2136,"state":"open","title":"Bump Aspire.Hosting.Azure.Storage from 13.1.1 to 13.1.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-02T10:44:05.000Z","updated_at":"2026-03-02T10:53:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.1.1","new_version":"13.1.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.1 to 13.1.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.2\n\n## What's Changed\n* Bump patch version from 13.1.1 to 13.1.2 by @​Copilot in https://github.com/dotnet/aspire/pull/14699\n* [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @​JamesNK in https://github.com/dotnet/aspire/pull/14698\n* Update pipeline images to non-deprecated pools by @​joperezr in https://github.com/dotnet/aspire/pull/14707\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.1.1\u0026new-version=13.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/exceptionless/Exceptionless/pull/2136","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceptionless%2FExceptionless/issues/2136","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2136/packages"},{"uuid":"3946154716","node_id":"PR_kwDOQpUF4c7EBAkU","number":141,"state":"open","title":"deps(nuget): Bump Aspire.Hosting.Azure.Storage from 13.1.0 to 13.1.1","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-16T06:31:32.000Z","updated_at":"2026-02-16T06:31:33.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget): Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.1.0","new_version":"13.1.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.0 to 13.1.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.1\n\n## What's Changed\n* [release/13.1] Ensure WithHostHttpsPort works when chained inline by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13678\n* [release/13.1] Escape backslashes in path string to discovered vite config by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13822\n* [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13810\n* [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14018\n* [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13676\n* [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14009\n* [release/13.1] Update Azure.Identity package version to 1.17.1 by @​eerhardt in https://github.com/dotnet/aspire/pull/14251\n* Bump patch version from 13.1.0 to 13.1.1 by @​Copilot in https://github.com/dotnet/aspire/pull/14329\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.1.0\u0026new-version=13.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Evilazaro/Azure-LogicApps-Monitoring/pull/141","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evilazaro%2FAzure-LogicApps-Monitoring/issues/141","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/141/packages"},{"uuid":"3741676618","node_id":"PR_kwDOQqXQGs65hCQM","number":3,"state":"open","title":"Bump Aspire.Hosting.Azure.Storage from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-18T06:30:37.000Z","updated_at":"2025-12-18T06:30:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/erintyler/CharacterSite/pull/3","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/erintyler%2FCharacterSite/issues/3","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3/packages"},{"uuid":"3730437190","node_id":"PR_kwDONmQcvs647IXF","number":246,"state":"closed","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-22T13:15:49.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-15T13:23:08.000Z","updated_at":"2025-12-22T13:15:51.000Z","time_to_close":604361,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AndriyBorkovich/mentor-sync/pull/246","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriyBorkovich%2Fmentor-sync/issues/246","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/246/packages"},{"uuid":"3678943765","node_id":"PR_kwDOKjtkRs62PK1U","number":937,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-01T02:28:04.000Z","updated_at":"2025-12-01T12:04:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 13.0.0 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.0.0 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/koralium/flowtide/pull/937","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/koralium%2Fflowtide/issues/937","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/937/packages"},{"uuid":"3676090590","node_id":"PR_kwDOH4CfPs62GPVv","number":2205,"state":"open","title":"Bump Aspire.Hosting.Azure.Storage from 13.0.0 to 13.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-28T23:10:03.000Z","updated_at":"2025-11-28T23:10:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.0.0","new_version":"13.0.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.0.0 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.0.0\u0026new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/hard-rox/kathanika/pull/2205","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hard-rox%2Fkathanika/issues/2205","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2205/packages"},{"uuid":"3554787674","node_id":"PR_kwDOKjtkRs6vyU8S","number":901,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-27T02:20:30.000Z","updated_at":"2025-10-29T08:27:50.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.1.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\n## 9.5.0\n\nWe are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!\n\n## New Contributors\n* @​benwitmanmsft made their first contribution in https://github.com/dotnet/aspire/pull/10289\n* @​MattKotsenas made their first contribution in https://github.com/dotnet/aspire/pull/9868\n* @​danespinosa made their first contribution in https://github.com/dotnet/aspire/pull/10394\n* @​jnyrup made their first contribution in https://github.com/dotnet/aspire/pull/10884\n* @​ericstj made their first contribution in https://github.com/dotnet/aspire/pull/10928\n* @​jeremy-vm made their first contribution in https://github.com/dotnet/aspire/pull/10972\n* @​Steinblock made their first contribution in https://github.com/dotnet/aspire/pull/11003\n* @​brettcannon made their first contribution in https://github.com/dotnet/aspire/pull/11014\n* @​twsouthwick made their first contribution in https://github.com/dotnet/aspire/pull/10507\n* @​KirillOsenkov made their first contribution in https://github.com/dotnet/aspire/pull/11164\n* @​CaitieM20 made their first contribution in https://github.com/dotnet/aspire/pull/10662\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.5.0\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\n## 9.4.0\n\nWe are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!\n\n## What's Changed\n* API review: Add Services property to ResourceEndpointsAllocatedEvent by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9270\n* Fix visibility updates during resource upserts by @​adamint in https://github.com/dotnet/aspire/pull/9264\n* Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @​Alirexaa in https://github.com/dotnet/aspire/pull/9278\n* Make sure the publisher example supports azd by @​davidfowl in https://github.com/dotnet/aspire/pull/9277\n* API review: `WithHostPort` should accept null for port param by @​Alirexaa in https://github.com/dotnet/aspire/pull/9282\n* Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @​paulomorgado in https://github.com/dotnet/aspire/pull/8237\n* Test that ensures legacy dashboard token env var is honored by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9296\n* Refactor solution file from .sln to .slnx format and update related d… by @​davidfowl in https://github.com/dotnet/aspire/pull/9295\n* Minor dashboard improvements and clean up by @​JamesNK in https://github.com/dotnet/aspire/pull/9301\n* Minor improvements to resource changed log by @​JamesNK in https://github.com/dotnet/aspire/pull/9303\n* Fix Blazor error logging to telemetry by @​JamesNK in https://github.com/dotnet/aspire/pull/9304\n* Don't throw from component telemetry context dispose if not initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9306\n* [CI] Add PR validation on macOS by @​radical in https://github.com/dotnet/aspire/pull/9287\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/9302\n* Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture  by @​adamint in https://github.com/dotnet/aspire/pull/9316\n* Changing default SKU for App Service Plan to P0V3 by @​ShilpiRachna1 in https://github.com/dotnet/aspire/pull/9280\n* Branding updates for 9.4 by @​joperezr in https://github.com/dotnet/aspire/pull/9331\n* Increase retry time in AppBar_Change_Theme_ReloadPage by @​adamint in https://github.com/dotnet/aspire/pull/9317\n* Update xUnit.v3 to support MTP tests by @​peterwald in https://github.com/dotnet/aspire/pull/9261\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9333\n* Add tracing support for Azure App Configuration component by @​zhiyuanliang-ms in https://github.com/dotnet/aspire/pull/9323\n* Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" by @​radical in https://github.com/dotnet/aspire/pull/9336\n* Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @​danegsta in https://github.com/dotnet/aspire/pull/9339\n* [Automated] Update API Surface Area by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/8736\n* Revert \"Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" (#​9336)\" by @​radical in https://github.com/dotnet/aspire/pull/9337\n* TestsReportGenerator: Always show the error message, and truncate only the stdout by @​radical in https://github.com/dotnet/aspire/pull/9335\n* [CI] Fix azdo builds for `main` by @​radical in https://github.com/dotnet/aspire/pull/9338\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9347\n* Fully qualify OutputPath for PublishingContext by @​captainsafia in https://github.com/dotnet/aspire/pull/9351\n* Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @​KuraiAndras in https://github.com/dotnet/aspire/pull/9342\n* Update health check to ensure blob containers created at right time by @​RussKie in https://github.com/dotnet/aspire/pull/9159\n* Re-apply quarantined test for validation by @​sebastienros in https://github.com/dotnet/aspire/pull/9364\n* Update telemetry doc for AzureAppConfiguration by @​sebastienros in https://github.com/dotnet/aspire/pull/9365\n* Enable MTP tests via MSBuild property by @​captainsafia in https://github.com/dotnet/aspire/pull/9361\n* catch json error by @​danmoseley in https://github.com/dotnet/aspire/pull/9369\n* Refactor a common TempDirectory test class by @​eerhardt in https://github.com/dotnet/aspire/pull/9370\n* Centralize Verify convention by @​sebastienros in https://github.com/dotnet/aspire/pull/9371\n* Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @​stephentoub in https://github.com/dotnet/aspire/pull/9356\n* Update RunCommand.cs by @​IEvangelist in https://github.com/dotnet/aspire/pull/9360\n* Add support for copying existing files via WithContainerFiles API by @​danegsta in https://github.com/dotnet/aspire/pull/8908\n* Do not fail on partial trust warning. by @​mitchdenny in https://github.com/dotnet/aspire/pull/9384\n* markdown lint by @​danmoseley in https://github.com/dotnet/aspire/pull/9389\n* Merge branch release/9.3 into main by @​joperezr in https://github.com/dotnet/aspire/pull/9394\n* Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @​danegsta in https://github.com/dotnet/aspire/pull/9391\n* Ensure all grid columns have tooltips by @​adamint in https://github.com/dotnet/aspire/pull/9401\n* Remove test from quarantine by @​danegsta in https://github.com/dotnet/aspire/pull/9402\n* copilot setup steps by @​danmoseley in https://github.com/dotnet/aspire/pull/9409\n ... (truncated)\n\n## 9.3.2\n\n## What's Changed\n* [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @​sebastienros in https://github.com/dotnet/aspire/pull/9958\n* Bumping patch version for 9.3.2 by @​joperezr in https://github.com/dotnet/aspire/pull/9963\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.1...v9.3.2\n\n## 9.3.1\n\n## What's Changed\n* [release/9.3] fix markdown lint in release/9.3 by @​danmoseley in https://github.com/dotnet/aspire/pull/9536\n* [release/9.3] branding for 9.3.1 by @​danmoseley in https://github.com/dotnet/aspire/pull/9539\n* [release/9.3] Fix Blob Container Connection String Format Exception by @​github-actions in https://github.com/dotnet/aspire/pull/9496\n* [release/9.3] Force SqlDatabase resource api version by @​sebastienros in https://github.com/dotnet/aspire/pull/9535\n* [release/9.3] Use ProcessSpec for invoking dotnet publish by @​github-actions in https://github.com/dotnet/aspire/pull/9561\n* [release/9.3] Initialize telemetry context in UpdateTelemetryProperties if not already initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9602\n* [release/9.3] Fix the state propagation for azure resources by @​github-actions in https://github.com/dotnet/aspire/pull/9687\n* [release/9.3] Skip role assignment handling for emulators (#​9705) by @​eerhardt in https://github.com/dotnet/aspire/pull/9716\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.0...v9.3.1\n\n## 9.3.0\n\nWe are excited to share that our 9.3.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Find out what is new [here](https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.3).\n\n## What's Changed\n* Davidfowl/fix emulators by @​davidfowl in https://github.com/dotnet/aspire/pull/8406\n* Add `NO-MERGE` label to auto created api-diff PR by @​Alirexaa in https://github.com/dotnet/aspire/pull/8479\n* Branding updates for 9.3 by @​joperezr in https://github.com/dotnet/aspire/pull/8505\n* Remove Roslyn workaround by @​eerhardt in https://github.com/dotnet/aspire/pull/8509\n* [tests] Quarantine additional tests for issues open against them by @​radical in https://github.com/dotnet/aspire/pull/8508\n* Interactive prompting for `aspire new` by @​mitchdenny in https://github.com/dotnet/aspire/pull/8520\n* Rename IKeyVaultResource and IKeyVaultSecretReference by @​eerhardt in https://github.com/dotnet/aspire/pull/8532\n* Remove AzureContainerAppEnvironmentResource BicepOutputReferences from public API by @​eerhardt in https://github.com/dotnet/aspire/pull/8529\n* [outerloop] Run with `-ci` to match the other test runs on CI by @​radical in https://github.com/dotnet/aspire/pull/8526\n* Move database script annotations to their respective projects by @​sebastienros in https://github.com/dotnet/aspire/pull/8535\n* Remove null/nullable parameter from DistributedApplicationExecutionContext by @​sebastienros in https://github.com/dotnet/aspire/pull/8533\n* Update tests-outerloop.yml run frequency by @​RussKie in https://github.com/dotnet/aspire/pull/8540\n* Improve path prompt for aspire new command. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8542\n* Retry resource stopping operation by @​karolz-ms in https://github.com/dotnet/aspire/pull/8541\n* Adding descriptions to all args/options in CLI. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8544\n* CLI publishing failure fixes. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8551\n* [tests] Quarantine, and un-quarantine some tests by @​radical in https://github.com/dotnet/aspire/pull/8545\n* [CI] Use an in-repo copy of devcerts installation script by @​radical in https://github.com/dotnet/aspire/pull/8548\n* Change Redis Insights to use environment variables for preconfigured database connections by @​Alirexaa in https://github.com/dotnet/aspire/pull/8524\n* Switch to null as default for owner and group in WithContainerFiles by @​danegsta in https://github.com/dotnet/aspire/pull/8557\n* Refactor AzurePublisher to enable usage in downstream publishers by @​sunandabalu in https://github.com/dotnet/aspire/pull/8507\n* Split out build step in publisher. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8567\n* PublishingActivityProgressReporter fixes by @​mitchdenny in https://github.com/dotnet/aspire/pull/8571\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/8579\n* Update nightly references to daily by @​afscrome in https://github.com/dotnet/aspire/pull/8586\n* Add RPC protocol compat check. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8577\n* Return correct exit code from build.ps1 by @​RussKie in https://github.com/dotnet/aspire/pull/8582\n* Constrain test-only dependencies to /tests folder by @​RussKie in https://github.com/dotnet/aspire/pull/8576\n* Rename IAzureKeyVaultResource.GetSecretReference to GetSecret by @​eerhardt in https://github.com/dotnet/aspire/pull/8598\n* mysql test timeouts by @​danmoseley in https://github.com/dotnet/aspire/pull/8536\n* Fix --watch hangs. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8585\n* update to include all d.p.p by @​danmoseley in https://github.com/dotnet/aspire/pull/8603\n* Address feedback to WithUrls() by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8602\n* Fix a regression in endpoint resolution in environment variables by @​davidfowl in https://github.com/dotnet/aspire/pull/8609\n* Disable OTEL telemetry in CLI if not a debug build. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8612\n* AddAzureContainerAppEnvironment should use the environment name as a prefix by @​eerhardt in https://github.com/dotnet/aspire/pull/8606\n* Rename test env controlling and project test capabilities variables by @​RussKie in https://github.com/dotnet/aspire/pull/8518\n* Look for shipping artifacts according to the build configuration by @​RussKie in https://github.com/dotnet/aspire/pull/8616\n* [tests] Re-enable some quarantined tests that haven't been failing by @​radical in https://github.com/dotnet/aspire/pull/8615\n* Follow up from azd naming change by @​eerhardt in https://github.com/dotnet/aspire/pull/8631\n* Fix existing resources with the azure publisher by @​davidfowl in https://github.com/dotnet/aspire/pull/8622\n* Introduce version selector for Aspire templates by @​mitchdenny in https://github.com/dotnet/aspire/pull/8625\n* Error handling for GetCapabilitiesAsync connection issues by @​mitchdenny in https://github.com/dotnet/aspire/pull/8614\n* Obsolete AddAzureContainerAppsInfrastructure by @​eerhardt in https://github.com/dotnet/aspire/pull/8639\n* Add error handling for package updates in workflow by @​joperezr in https://github.com/dotnet/aspire/pull/8390\n* Filter out tracing health endpoints in service defaults templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8643\n* Show neutral icon for container exiting with status code 0 by @​adamint in https://github.com/dotnet/aspire/pull/8477\n ... (truncated)\n\n## 9.2.1\n\nWe are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃\n\n## What's Changed\n* [release/9.2] Fix AE in ExecutableResource by @​github-actions in https://github.com/dotnet/aspire/pull/8864\n* [release/9.2] Don't fail for Azure role assignments in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8807\n* [release/9.2] Fixed resolving secrets for keyvault references in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8755\n* Update test files to show 9.2.1 patched version to fix tests by @​joperezr in https://github.com/dotnet/aspire/pull/8903\n* [release/9.2] Ensure visible trace spans stay sorted by start time and fix Traces view expand/collapse icons by @​JamesNK in https://github.com/dotnet/aspire/pull/8909\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.2.0...v9.2.1\n\n## 9.2.0\n\nWe are excited to share that our 9.2.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Please check out [what's new](https://learn.microsoft.com/dotnet/aspire/whats-new/dotnet-aspire-9.2) in this release. Try it out and share your feedback 😃\n\n## What's Changed\n* Update branding to 9.2.0 by @​wtgodbe in https://github.com/dotnet/aspire/pull/7542\n* Update Dcp out of date error message by @​eerhardt in https://github.com/dotnet/aspire/pull/7539\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2640743 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7545\n* Fix metrics page instruments not updating when added by @​JamesNK in https://github.com/dotnet/aspire/pull/7549\n* Run tests on release branches by @​eerhardt in https://github.com/dotnet/aspire/pull/7567\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7578\n* Support WithEntrypoint on Containers by @​eerhardt in https://github.com/dotnet/aspire/pull/7577\n* Fix Elasticsearch function test by @​sebastienros in https://github.com/dotnet/aspire/pull/7547\n* Bump the priority of processing paramters to avoid infinite recursion by @​davidfowl in https://github.com/dotnet/aspire/pull/7588\n* Fix up xml docs on ServiceBus change. by @​eerhardt in https://github.com/dotnet/aspire/pull/7581\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2642304 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7585\n* Allow for nested children in the dashboard by @​eerhardt in https://github.com/dotnet/aspire/pull/7604\n* Add WithParentRelationship overload accepting an IResourceBuilder by @​eerhardt in https://github.com/dotnet/aspire/pull/7615\n* Fix release branches in tests GH action by @​eerhardt in https://github.com/dotnet/aspire/pull/7614\n* Improve testing templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/7619\n* Fix metrics instruments not updating in mobile view by @​JamesNK in https://github.com/dotnet/aspire/pull/7608\n* Reuse Event Hubs client for health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7625\n* add logging after tests by @​danmoseley in https://github.com/dotnet/aspire/pull/7637\n* Fix console logs menu buttons not updated with resource by @​JamesNK in https://github.com/dotnet/aspire/pull/7639\n* Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11 by @​stephentoub in https://github.com/dotnet/aspire/pull/7643\n* Bump the azure group with 5 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7646\n* Bump the orleans group with 6 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7648\n* fix casing of CosmosDB by @​danmoseley in https://github.com/dotnet/aspire/pull/7635\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2645400 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7658\n* Fix resource cleanup in ungraceful shutdown tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7663\n* Add WaitBehavior to WaitForResourceHealthyAsync by @​mitchdenny in https://github.com/dotnet/aspire/pull/7650\n* Avoid unnecessary containers in Aspire.Hosting.Testing.Tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7666\n* Use explicit interface implementation for IResourceWithAzureFunctionsConfig by @​captainsafia in https://github.com/dotnet/aspire/pull/7667\n* Mitchdenny/wait-behavior-follow-up by @​mitchdenny in https://github.com/dotnet/aspire/pull/7668\n* Don't skip event hub health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7670\n* Bump Microsoft.Playwright from 1.49.0 to 1.50.0 by @​dependabot in https://github.com/dotnet/aspire/pull/7390\n* Update AzureSignalRServiceMode namespace by @​vicancy in https://github.com/dotnet/aspire/pull/7678\n* Create Login page EditContext before async work by @​JamesNK in https://github.com/dotnet/aspire/pull/7671\n* Avoid setting --port twice for Azure Functions by @​captainsafia in https://github.com/dotnet/aspire/pull/7683\n* Bump timeout for non-helix tests by @​radical in https://github.com/dotnet/aspire/pull/7669\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7688\n* Support Existing Azure AppInsights, OpenAI, and CosmosDB by @​eerhardt in https://github.com/dotnet/aspire/pull/7677\n* Rename ASPIRECOSMOS001 to ASPIRECOSMOSDB001 by @​eerhardt in https://github.com/dotnet/aspire/pull/7689\n* Update using-latest-daily.md by @​danmoseley in https://github.com/dotnet/aspire/pull/7692\n* Refactor AspireStore APIs by @​sebastienros in https://github.com/dotnet/aspire/pull/7626\n* Correct `ResourceReadyEvent` filename by @​afscrome in https://github.com/dotnet/aspire/pull/7630\n* Add `EndpointProperty.HostAndPort` by @​afscrome in https://github.com/dotnet/aspire/pull/7629\n* Quarantine BrowserToken_LoginPage_Failure_DisplayFailureMessage by @​sebastienros in https://github.com/dotnet/aspire/pull/7696\n* Fix Azure PostgreSQL AsExisting by @​eerhardt in https://github.com/dotnet/aspire/pull/7699\n* Improve default codespace experience with devcontainer.json location change by @​mitchdenny in https://github.com/dotnet/aspire/pull/7704\n* Don't set properties on existing Azure SQL server resources by @​captainsafia in https://github.com/dotnet/aspire/pull/7705\n* Hide secrets in source tooltip, correct ExpressionResolver logic for non-containers by @​adamint in https://github.com/dotnet/aspire/pull/7662\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.1.0...v9.5.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.1.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\n## 9.5.0\n\nWe are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!\n\n## New Contributors\n* @​benwitmanmsft made their first contribution in https://github.com/dotnet/aspire/pull/10289\n* @​MattKotsenas made their first contribution in https://github.com/dotnet/aspire/pull/9868\n* @​danespinosa made their first contribution in https://github.com/dotnet/aspire/pull/10394\n* @​jnyrup made their first contribution in https://github.com/dotnet/aspire/pull/10884\n* @​ericstj made their first contribution in https://github.com/dotnet/aspire/pull/10928\n* @​jeremy-vm made their first contribution in https://github.com/dotnet/aspire/pull/10972\n* @​Steinblock made their first contribution in https://github.com/dotnet/aspire/pull/11003\n* @​brettcannon made their first contribution in https://github.com/dotnet/aspire/pull/11014\n* @​twsouthwick made their first contribution in https://github.com/dotnet/aspire/pull/10507\n* @​KirillOsenkov made their first contribution in https://github.com/dotnet/aspire/pull/11164\n* @​CaitieM20 made their first contribution in https://github.com/dotnet/aspire/pull/10662\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.5.0\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\n## 9.4.0\n\nWe are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!\n\n## What's Changed\n* API review: Add Services property to ResourceEndpointsAllocatedEvent by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9270\n* Fix visibility updates during resource upserts by @​adamint in https://github.com/dotnet/aspire/pull/9264\n* Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @​Alirexaa in https://github.com/dotnet/aspire/pull/9278\n* Make sure the publisher example supports azd by @​davidfowl in https://github.com/dotnet/aspire/pull/9277\n* API review: `WithHostPort` should accept null for port param by @​Alirexaa in https://github.com/dotnet/aspire/pull/9282\n* Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @​paulomorgado in https://github.com/dotnet/aspire/pull/8237\n* Test that ensures legacy dashboard token env var is honored by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9296\n* Refactor solution file from .sln to .slnx format and update related d… by @​davidfowl in https://github.com/dotnet/aspire/pull/9295\n* Minor dashboard improvements and clean up by @​JamesNK in https://github.com/dotnet/aspire/pull/9301\n* Minor improvements to resource changed log by @​JamesNK in https://github.com/dotnet/aspire/pull/9303\n* Fix Blazor error logging to telemetry by @​JamesNK in https://github.com/dotnet/aspire/pull/9304\n* Don't throw from component telemetry context dispose if not initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9306\n* [CI] Add PR validation on macOS by @​radical in https://github.com/dotnet/aspire/pull/9287\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/9302\n* Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture  by @​adamint in https://github.com/dotnet/aspire/pull/9316\n* Changing default SKU for App Service Plan to P0V3 by @​ShilpiRachna1 in https://github.com/dotnet/aspire/pull/9280\n* Branding updates for 9.4 by @​joperezr in https://github.com/dotnet/aspire/pull/9331\n* Increase retry time in AppBar_Change_Theme_ReloadPage by @​adamint in https://github.com/dotnet/aspire/pull/9317\n* Update xUnit.v3 to support MTP tests by @​peterwald in https://github.com/dotnet/aspire/pull/9261\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9333\n* Add tracing support for Azure App Configuration component by @​zhiyuanliang-ms in https://github.com/dotnet/aspire/pull/9323\n* Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" by @​radical in https://github.com/dotnet/aspire/pull/9336\n* Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @​danegsta in https://github.com/dotnet/aspire/pull/9339\n* [Automated] Update API Surface Area by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/8736\n* Revert \"Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" (#​9336)\" by @​radical in https://github.com/dotnet/aspire/pull/9337\n* TestsReportGenerator: Always show the error message, and truncate only the stdout by @​radical in https://github.com/dotnet/aspire/pull/9335\n* [CI] Fix azdo builds for `main` by @​radical in https://github.com/dotnet/aspire/pull/9338\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9347\n* Fully qualify OutputPath for PublishingContext by @​captainsafia in https://github.com/dotnet/aspire/pull/9351\n* Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @​KuraiAndras in https://github.com/dotnet/aspire/pull/9342\n* Update health check to ensure blob containers created at right time by @​RussKie in https://github.com/dotnet/aspire/pull/9159\n* Re-apply quarantined test for validation by @​sebastienros in https://github.com/dotnet/aspire/pull/9364\n* Update telemetry doc for AzureAppConfiguration by @​sebastienros in https://github.com/dotnet/aspire/pull/9365\n* Enable MTP tests via MSBuild property by @​captainsafia in https://github.com/dotnet/aspire/pull/9361\n* catch json error by @​danmoseley in https://github.com/dotnet/aspire/pull/9369\n* Refactor a common TempDirectory test class by @​eerhardt in https://github.com/dotnet/aspire/pull/9370\n* Centralize Verify convention by @​sebastienros in https://github.com/dotnet/aspire/pull/9371\n* Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @​stephentoub in https://github.com/dotnet/aspire/pull/9356\n* Update RunCommand.cs by @​IEvangelist in https://github.com/dotnet/aspire/pull/9360\n* Add support for copying existing files via WithContainerFiles API by @​danegsta in https://github.com/dotnet/aspire/pull/8908\n* Do not fail on partial trust warning. by @​mitchdenny in https://github.com/dotnet/aspire/pull/9384\n* markdown lint by @​danmoseley in https://github.com/dotnet/aspire/pull/9389\n* Merge branch release/9.3 into main by @​joperezr in https://github.com/dotnet/aspire/pull/9394\n* Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @​danegsta in https://github.com/dotnet/aspire/pull/9391\n* Ensure all grid columns have tooltips by @​adamint in https://github.com/dotnet/aspire/pull/9401\n* Remove test from quarantine by @​danegsta in https://github.com/dotnet/aspire/pull/9402\n* copilot setup steps by @​danmoseley in https://github.com/dotnet/aspire/pull/9409\n ... (truncated)\n\n## 9.3.2\n\n## What's Changed\n* [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @​sebastienros in https://github.com/dotnet/aspire/pull/9958\n* Bumping patch version for 9.3.2 by @​joperezr in https://github.com/dotnet/aspire/pull/9963\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.1...v9.3.2\n\n## 9.3.1\n\n## What's Changed\n* [release/9.3] fix markdown lint in release/9.3 by @​danmoseley in https://github.com/dotnet/aspire/pull/9536\n* [release/9.3] branding for 9.3.1 by @​danmoseley in https://github.com/dotnet/aspire/pull/9539\n* [release/9.3] Fix Blob Container Connection String Format Exception by @​github-actions in https://github.com/dotnet/aspire/pull/9496\n* [release/9.3] Force SqlDatabase resource api version by @​sebastienros in https://github.com/dotnet/aspire/pull/9535\n* [release/9.3] Use ProcessSpec for invoking dotnet publish by @​github-actions in https://github.com/dotnet/aspire/pull/9561\n* [release/9.3] Initialize telemetry context in UpdateTelemetryProperties if not already initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9602\n* [release/9.3] Fix the state propagation for azure resources by @​github-actions in https://github.com/dotnet/aspire/pull/9687\n* [release/9.3] Skip role assignment handling for emulators (#​9705) by @​eerhardt in https://github.com/dotnet/aspire/pull/9716\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.0...v9.3.1\n\n## 9.3.0\n\nWe are excited to share that our 9.3.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Find out what is new [here](https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.3).\n\n## What's Changed\n* Davidfowl/fix emulators by @​davidfowl in https://github.com/dotnet/aspire/pull/8406\n* Add `NO-MERGE` label to auto created api-diff PR by @​Alirexaa in https://github.com/dotnet/aspire/pull/8479\n* Branding updates for 9.3 by @​joperezr in https://github.com/dotnet/aspire/pull/8505\n* Remove Roslyn workaround by @​eerhardt in https://github.com/dotnet/aspire/pull/8509\n* [tests] Quarantine additional tests for issues open against them by @​radical in https://github.com/dotnet/aspire/pull/8508\n* Interactive prompting for `aspire new` by @​mitchdenny in https://github.com/dotnet/aspire/pull/8520\n* Rename IKeyVaultResource and IKeyVaultSecretReference by @​eerhardt in https://github.com/dotnet/aspire/pull/8532\n* Remove AzureContainerAppEnvironmentResource BicepOutputReferences from public API by @​eerhardt in https://github.com/dotnet/aspire/pull/8529\n* [outerloop] Run with `-ci` to match the other test runs on CI by @​radical in https://github.com/dotnet/aspire/pull/8526\n* Move database script annotations to their respective projects by @​sebastienros in https://github.com/dotnet/aspire/pull/8535\n* Remove null/nullable parameter from DistributedApplicationExecutionContext by @​sebastienros in https://github.com/dotnet/aspire/pull/8533\n* Update tests-outerloop.yml run frequency by @​RussKie in https://github.com/dotnet/aspire/pull/8540\n* Improve path prompt for aspire new command. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8542\n* Retry resource stopping operation by @​karolz-ms in https://github.com/dotnet/aspire/pull/8541\n* Adding descriptions to all args/options in CLI. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8544\n* CLI publishing failure fixes. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8551\n* [tests] Quarantine, and un-quarantine some tests by @​radical in https://github.com/dotnet/aspire/pull/8545\n* [CI] Use an in-repo copy of devcerts installation script by @​radical in https://github.com/dotnet/aspire/pull/8548\n* Change Redis Insights to use environment variables for preconfigured database connections by @​Alirexaa in https://github.com/dotnet/aspire/pull/8524\n* Switch to null as default for owner and group in WithContainerFiles by @​danegsta in https://github.com/dotnet/aspire/pull/8557\n* Refactor AzurePublisher to enable usage in downstream publishers by @​sunandabalu in https://github.com/dotnet/aspire/pull/8507\n* Split out build step in publisher. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8567\n* PublishingActivityProgressReporter fixes by @​mitchdenny in https://github.com/dotnet/aspire/pull/8571\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/8579\n* Update nightly references to daily by @​afscrome in https://github.com/dotnet/aspire/pull/8586\n* Add RPC protocol compat check. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8577\n* Return correct exit code from build.ps1 by @​RussKie in https://github.com/dotnet/aspire/pull/8582\n* Constrain test-only dependencies to /tests folder by @​RussKie in https://github.com/dotnet/aspire/pull/8576\n* Rename IAzureKeyVaultResource.GetSecretReference to GetSecret by @​eerhardt in https://github.com/dotnet/aspire/pull/8598\n* mysql test timeouts by @​danmoseley in https://github.com/dotnet/aspire/pull/8536\n* Fix --watch hangs. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8585\n* update to include all d.p.p by @​danmoseley in https://github.com/dotnet/aspire/pull/8603\n* Address feedback to WithUrls() by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8602\n* Fix a regression in endpoint resolution in environment variables by @​davidfowl in https://github.com/dotnet/aspire/pull/8609\n* Disable OTEL telemetry in CLI if not a debug build. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8612\n* AddAzureContainerAppEnvironment should use the environment name as a prefix by @​eerhardt in https://github.com/dotnet/aspire/pull/8606\n* Rename test env controlling and project test capabilities variables by @​RussKie in https://github.com/dotnet/aspire/pull/8518\n* Look for shipping artifacts according to the build configuration by @​RussKie in https://github.com/dotnet/aspire/pull/8616\n* [tests] Re-enable some quarantined tests that haven't been failing by @​radical in https://github.com/dotnet/aspire/pull/8615\n* Follow up from azd naming change by @​eerhardt in https://github.com/dotnet/aspire/pull/8631\n* Fix existing resources with the azure publisher by @​davidfowl in https://github.com/dotnet/aspire/pull/8622\n* Introduce version selector for Aspire templates by @​mitchdenny in https://github.com/dotnet/aspire/pull/8625\n* Error handling for GetCapabilitiesAsync connection issues by @​mitchdenny in https://github.com/dotnet/aspire/pull/8614\n* Obsolete AddAzureContainerAppsInfrastructure by @​eerhardt in https://github.com/dotnet/aspire/pull/8639\n* Add error handling for package updates in workflow by @​joperezr in https://github.com/dotnet/aspire/pull/8390\n* Filter out tracing health endpoints in service defaults templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8643\n* Show neutral icon for container exiting with status code 0 by @​adamint in https://github.com/dotnet/aspire/pull/8477\n ... (truncated)\n\n## 9.2.1\n\nWe are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃\n\n## What's Changed\n* [release/9.2] Fix AE in ExecutableResource by @​github-actions in https://github.com/dotnet/aspire/pull/8864\n* [release/9.2] Don't fail for Azure role assignments in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8807\n* [release/9.2] Fixed resolving secrets for keyvault references in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8755\n* Update test files to show 9.2.1 patched version to fix tests by @​joperezr in https://github.com/dotnet/aspire/pull/8903\n* [release/9.2] Ensure visible trace spans stay sorted by start time and fix Traces view expand/collapse icons by @​JamesNK in https://github.com/dotnet/aspire/pull/8909\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.2.0...v9.2.1\n\n## 9.2.0\n\nWe are excited to share that our 9.2.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Please check out [what's new](https://learn.microsoft.com/dotnet/aspire/whats-new/dotnet-aspire-9.2) in this release. Try it out and share your feedback 😃\n\n## What's Changed\n* Update branding to 9.2.0 by @​wtgodbe in https://github.com/dotnet/aspire/pull/7542\n* Update Dcp out of date error message by @​eerhardt in https://github.com/dotnet/aspire/pull/7539\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2640743 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7545\n* Fix metrics page instruments not updating when added by @​JamesNK in https://github.com/dotnet/aspire/pull/7549\n* Run tests on release branches by @​eerhardt in https://github.com/dotnet/aspire/pull/7567\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7578\n* Support WithEntrypoint on Containers by @​eerhardt in https://github.com/dotnet/aspire/pull/7577\n* Fix Elasticsearch function test by @​sebastienros in https://github.com/dotnet/aspire/pull/7547\n* Bump the priority of processing paramters to avoid infinite recursion by @​davidfowl in https://github.com/dotnet/aspire/pull/7588\n* Fix up xml docs on ServiceBus change. by @​eerhardt in https://github.com/dotnet/aspire/pull/7581\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2642304 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7585\n* Allow for nested children in the dashboard by @​eerhardt in https://github.com/dotnet/aspire/pull/7604\n* Add WithParentRelationship overload accepting an IResourceBuilder by @​eerhardt in https://github.com/dotnet/aspire/pull/7615\n* Fix release branches in tests GH action by @​eerhardt in https://github.com/dotnet/aspire/pull/7614\n* Improve testing templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/7619\n* Fix metrics instruments not updating in mobile view by @​JamesNK in https://github.com/dotnet/aspire/pull/7608\n* Reuse Event Hubs client for health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7625\n* add logging after tests by @​danmoseley in https://github.com/dotnet/aspire/pull/7637\n* Fix console logs menu buttons not updated with resource by @​JamesNK in https://github.com/dotnet/aspire/pull/7639\n* Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11 by @​stephentoub in https://github.com/dotnet/aspire/pull/7643\n* Bump the azure group with 5 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7646\n* Bump the orleans group with 6 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7648\n* fix casing of CosmosDB by @​danmoseley in https://github.com/dotnet/aspire/pull/7635\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2645400 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7658\n* Fix resource cleanup in ungraceful shutdown tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7663\n* Add WaitBehavior to WaitForResourceHealthyAsync by @​mitchdenny in https://github.com/dotnet/aspire/pull/7650\n* Avoid unnecessary containers in Aspire.Hosting.Testing.Tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7666\n* Use explicit interface implementation for IResourceWithAzureFunctionsConfig by @​captainsafia in https://github.com/dotnet/aspire/pull/7667\n* Mitchdenny/wait-behavior-follow-up by @​mitchdenny in https://github.com/dotnet/aspire/pull/7668\n* Don't skip event hub health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7670\n* Bump Microsoft.Playwright from 1.49.0 to 1.50.0 by @​dependabot in https://github.com/dotnet/aspire/pull/7390\n* Update AzureSignalRServiceMode namespace by @​vicancy in https://github.com/dotnet/aspire/pull/7678\n* Create Login page EditContext before async work by @​JamesNK in https://github.com/dotnet/aspire/pull/7671\n* Avoid setting --port twice for Azure Functions by @​captainsafia in https://github.com/dotnet/aspire/pull/7683\n* Bump timeout for non-helix tests by @​radical in https://github.com/dotnet/aspire/pull/7669\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7688\n* Support Existing Azure AppInsights, OpenAI, and CosmosDB by @​eerhardt in https://github.com/dotnet/aspire/pull/7677\n* Rename ASPIRECOSMOS001 to ASPIRECOSMOSDB001 by @​eerhardt in https://github.com/dotnet/aspire/pull/7689\n* Update using-latest-daily.md by @​danmoseley in https://github.com/dotnet/aspire/pull/7692\n* Refactor AspireStore APIs by @​sebastienros in https://github.com/dotnet/aspire/pull/7626\n* Correct `ResourceReadyEvent` filename by @​afscrome in https://github.com/dotnet/aspire/pull/7630\n* Add `EndpointProperty.HostAndPort` by @​afscrome in https://github.com/dotnet/aspire/pull/7629\n* Quarantine BrowserToken_LoginPage_Failure_DisplayFailureMessage by @​sebastienros in https://github.com/dotnet/aspire/pull/7696\n* Fix Azure PostgreSQL AsExisting by @​eerhardt in https://github.com/dotnet/aspire/pull/7699\n* Improve default codespace experience with devcontainer.json location change by @​mitchdenny in https://github.com/dotnet/aspire/pull/7704\n* Don't set properties on existing Azure SQL server resources by @​captainsafia in https://github.com/dotnet/aspire/pull/7705\n* Hide secrets in source tooltip, correct ExpressionResolver logic for non-containers by @​adamint in https://github.com/dotnet/aspire/pull/7662\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.1.0...v9.5.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/koralium/flowtide/pull/901","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/koralium%2Fflowtide/issues/901","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/901/packages"},{"uuid":"2890311823","node_id":"PR_kwDONmQcvs6sRqiP","number":167,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T13:42:21.000Z","updated_at":"2025-10-06T13:42:21.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/commits).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/commits).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AndriyBorkovich/mentor-sync/pull/167","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriyBorkovich%2Fmentor-sync/issues/167","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/167/packages"},{"uuid":"2808324977","node_id":"PR_kwDONmQcvs6nY6Nx","number":143,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T13:40:25.000Z","updated_at":"2025-09-08T13:40:26.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.4.0 to 9.4.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.4.0 to 9.4.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AndriyBorkovich/mentor-sync/pull/143","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriyBorkovich%2Fmentor-sync/issues/143","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/143/packages"},{"uuid":"2584171727","node_id":"PR_kwDOKr_Psc6aB1TP","number":3813,"state":"open","title":"Bump the dotnet group with 17 updates","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-11T12:59:31.000Z","updated_at":"2025-06-11T12:59:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dotnet","update_count":17,"packages":[{"name":"Aspire.Hosting.AppHost","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.AppConfiguration","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.AppContainers","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.ApplicationInsights","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.OperationalInsights","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.CognitiveServices","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.CosmosDB","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.KeyVault","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.EventHubs","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.PostgreSQL","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.Redis","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.Search","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.ServiceBus","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.SignalR","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.WebPubSub","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Microsoft.Extensions.Hosting","old_version":"9.0.5","new_version":"9.0.6","path":"/docs/snippets/azure/WorkerService/WorkerService.csproj"}],"path":null,"ecosystem":"nuget"},"body":"Performed the following updates:\n- Updated Aspire.Hosting.AppHost from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.AppConfiguration from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.AppContainers from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.ApplicationInsights from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.OperationalInsights from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.CognitiveServices from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.CosmosDB from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.KeyVault from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.EventHubs from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.Storage from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.PostgreSQL from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.Redis from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.Search from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.ServiceBus from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.SignalR from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.WebPubSub from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Microsoft.Extensions.Hosting from 9.0.5 to 9.0.6 in /docs/snippets/azure/WorkerService/WorkerService.csproj\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet/docs-aspire/pull/3813","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fdocs-aspire/issues/3813","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3813/packages"},{"uuid":"2584101486","node_id":"PR_kwDOKr_Psc6aBkJu","number":3782,"state":"closed","title":"Bump the dotnet group with 4 updates","user":"dependabot[bot]","labels":["dependencies",".NET",":octocat: auto-merge","community-contribution"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-06-11T12:34:36.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-11T12:33:15.000Z","updated_at":"2025-06-11T12:34:36.000Z","time_to_close":81,"merged_at":"2025-06-11T12:34:36.000Z","merged_by":"dotnet-policy-service[bot]","closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dotnet","update_count":4,"packages":[{"name":"Aspire.Hosting.AppHost","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Orleans","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"}],"path":null,"ecosystem":"nuget"},"body":"Performed the following updates:\n- Updated Aspire.Hosting.AppHost from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure.Storage from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Orleans from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet/docs-aspire/pull/3782","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fdocs-aspire/issues/3782","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3782/packages"},{"uuid":"2584099756","node_id":"PR_kwDOKr_Psc6aBjus","number":3781,"state":"open","title":"Bump the dotnet group with 7 updates","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-11T12:32:40.000Z","updated_at":"2025-06-11T12:32:41.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dotnet","update_count":7,"packages":[{"name":"Aspire.Azure.Data.Tables","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj"},{"name":"Aspire.Azure.Storage.Blobs","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj"},{"name":"Aspire.Hosting.AppHost","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Orleans","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Microsoft.Extensions.Hosting","old_version":"9.0.5","new_version":"9.0.6","path":"/docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj"}],"path":null,"ecosystem":"nuget"},"body":"Performed the following updates:\n- Updated Aspire.Azure.Data.Tables from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj\n- Updated Aspire.Azure.Storage.Blobs from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj\n- Updated Aspire.Hosting.AppHost from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure.Storage from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Orleans from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Microsoft.Extensions.Hosting from 9.0.5 to 9.0.6 in /docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj\n- Pinned Microsoft.Extensions.Hosting at 9.0.6 in /docs/frameworks/snippets/Orleans/OrleansContracts/OrleansContracts.csproj\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet/docs-aspire/pull/3781","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fdocs-aspire/issues/3781","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3781/packages"}],"issue_packages":[{"old_version":"13.2.2","new_version":"13.3.4","update_type":"minor","path":null,"pr_created_at":"2026-05-21T01:12:01.000Z","version_change":"13.2.2 → 13.3.4","issue":{"uuid":"4490928803","node_id":"PR_kwDOAcUMm87dwA-6","number":94,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.2.2 to 13.3.4","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-28T00:52:12.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-21T01:12:01.000Z","updated_at":"2026-05-28T00:52:13.000Z","time_to_close":603611,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.2.2","new_version":"13.3.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.2 to 13.3.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.4\n\n## What's New in Aspire 13.3.4\n\nPatch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.\n\n### 🐛 Fixes\n\n- 📝 **Aspire skill description too long for agent hosts** — The `SKILL.md` generated by `aspire agent init` included a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#​17183, backported via #​17188)\n\n### 🏷️ Housekeeping\n\n- 🚀 Bumped branding to 13.3.4 (#​17215)\n\n---\n*Full commit: [75080796af797483231a9da2d1642b5130617565](https://github.com/microsoft/aspire/commit/75080796af797483231a9da2d1642b5130617565)*\n\n\u003e Generated by [Generate release notes for a new stable Aspire release](https://github.com/microsoft/aspire/actions/runs/26123829267/agentic_workflow) · ● 3.6M\n\n\u003c!-- gh-aw-agentic-workflow: Generate release notes for a new stable Aspire release, engine: copilot, version: 1.0.40, model: claude-sonnet-4.6, id: 26123829267, workflow_id: release-notes-generate, run: https://github.com/microsoft/aspire/actions/runs/26123829267 --\u003e\n\n## 13.3.3\n\n## What's New in Aspire 13.3.3\n\nPatch release for Aspire 13.3 with fixes for debug log level leaking into user resources, Keycloak HTTPS endpoint token invalidation, and endpoint materialization in `HostResourceWithEndpoints`.\n\n### 🐛 Fixes\n\n- 🔇 **Debug log level leaking into user resources** — `Logging__LogLevel__Default=Debug` set by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now uses `ASPIRE_APPHOST_LOGLEVEL` instead, which is scoped to Aspire processes only. (#​17071, backported via #​17078)\n- 🔑 **Keycloak HTTPS primary endpoint** — Fixed a regression where Keycloak tokens became invalid after an app host restart because the HTTPS endpoint port was dynamic. When developer certificates are enabled, Keycloak's primary endpoint is now upgraded to HTTPS directly, and the endpoint name is set to `http` to enable standard `http+https://` service discovery URLs. (#​17058, backported via #​17063)\n- 🔌 **Endpoint materialization in `HostResourceWithEndpoints`** — Endpoints configured via `HostResourceWithEndpoints` are now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#​17091, backported via #​17092)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.5 → 0.23.6 — includes fixes for Kubernetes OpenAPI generator types that caused `[SHOULD NOT HAPPEN] failed to update managedFields` errors. (#​17070)\n- 🚀 Bumped branding to 13.3.3 (#​17088)\n\n---\n*Full commit: [a4615e7c6def6cba4703cdbd84009cd3da9a261b](https://github.com/microsoft/aspire/commit/a4615e7c6def6cba4703cdbd84009cd3da9a261b)*\n\n\n## 13.3.2\n\n## What's New in Aspire 13.3.2\n\nPatch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use `WaitFor()`.\n\n### 🐛 Fixes\n\n- 🚇 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 blocked `ResourceStarting` before 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)\n\n### 🏷️ Housekeeping\n\n- 🚀 Bumped branding to 13.3.2 (#​17053)\n\n\n## 13.3.1\n\n# Aspire 13.3.1\n\n## What's New in Aspire 13.3.1\n\nPatch release for Aspire 13.3 with a regression fix for `aspire run` and a DCP bump.\n\n### 🐛 Fixes\n\n- 🏃 **`aspire run` compute environment validation** — Skip compute environment validation in run mode so customers no longer hit `Resource '\u003cname\u003e' 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)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)\n- 🌐 Updated localization resources (#​16602)\n- 🚀 Bumped branding to 13.3.1 (#​16951)\n\n## 13.3.0\n\n # Aspire 13.3.0\n \n 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\n improvements.\n \n ## Highlights\n \n  - 🧹 **Clean teardown** — New **`aspire destroy`** tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.\n  - 🔍 **Frontend telemetry** — **Aspire.Hosting.Browsers** captures browser console logs, network requests, and screenshots right in the Aspire dashboard.\n  - ☸️ **Kubernetes deploy preview** — **`aspire deploy`** can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.\n  - 🟨 **JavaScript publishing** — New **`PublishAs*`** methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.\n  - 🌐 **TypeScript AppHost parity** — Unified `withEnvironment`, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.\n  - 🛠️ **CLI upgrades** — Run the standalone dashboard with **`aspire dashboard run`**, install the CLI as a NativeAOT `dotnet tool`, and search API docs from the terminal.\n  - ☁️ **Azure goodness** — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.\n  - 🐳 **Better containers** — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.\n \n ## ⚠️ Breaking changes\n \n 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, \nFoundry, JavaScript diagnostics, and TypeScript AppHost helpers.\n \n See the full list in the [Aspire 13.3 breaking changes](https://aspire.dev/whats-new/aspire-13-3/#%EF%B8%8F-breaking-changes).\n \n ## 📖 Learn more\n \n For the full details, examples, migration guidance, and everything new in this release, check out [What's new in Aspire 13.3](https://aspire.dev/whats-new/aspire-13-3/).\n \n Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.3.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Aaronontheweb/akkadotnet-code-samples/pull/94","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaronontheweb%2Fakkadotnet-code-samples/issues/94","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/94/packages"}},{"old_version":"13.3.3","new_version":"13.3.4","update_type":"patch","path":null,"pr_created_at":"2026-05-19T23:53:28.000Z","version_change":"13.3.3 → 13.3.4","issue":{"uuid":"4481951221","node_id":"PR_kwDOFTL4m87dTKAk","number":590,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.3.3 to 13.3.4","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-20T02:31:30.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-19T23:53:28.000Z","updated_at":"2026-05-20T02:31:40.000Z","time_to_close":9482,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.3.3","new_version":"13.3.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.3.3 to 13.3.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.4\n\n## What's New in Aspire 13.3.4\n\nPatch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.\n\n### 🐛 Fixes\n\n- 📝 **Aspire skill description too long for agent hosts** — The `SKILL.md` generated by `aspire agent init` included a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#​17183, backported via #​17188)\n\n### 🏷️ Housekeeping\n\n- 🚀 Bumped branding to 13.3.4 (#​17215)\n\n---\n*Full commit: [75080796af797483231a9da2d1642b5130617565](https://github.com/microsoft/aspire/commit/75080796af797483231a9da2d1642b5130617565)*\n\n\u003e Generated by [Generate release notes for a new stable Aspire release](https://github.com/microsoft/aspire/actions/runs/26123829267/agentic_workflow) · ● 3.6M\n\n\u003c!-- gh-aw-agentic-workflow: Generate release notes for a new stable Aspire release, engine: copilot, version: 1.0.40, model: claude-sonnet-4.6, id: 26123829267, workflow_id: release-notes-generate, run: https://github.com/microsoft/aspire/actions/runs/26123829267 --\u003e\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.3.3...v13.3.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.3.3\u0026new-version=13.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AvantiPoint/avantipoint.packages/pull/590","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvantiPoint%2Favantipoint.packages/issues/590","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/590/packages"}},{"old_version":"13.2.2","new_version":"13.3.1","update_type":"minor","path":null,"pr_created_at":"2026-05-13T23:59:43.000Z","version_change":"13.2.2 → 13.3.1","issue":{"uuid":"4441984604","node_id":"PR_kwDOAcUMm87bUyBo","number":81,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.2.2 to 13.3.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-21T01:12:04.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-13T23:59:43.000Z","updated_at":"2026-05-21T01:12:06.000Z","time_to_close":609141,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.2.2","new_version":"13.3.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.2 to 13.3.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.1\n\n# Aspire 13.3.1\n\n## What's New in Aspire 13.3.1\n\nPatch release for Aspire 13.3 with a regression fix for `aspire run` and a DCP bump.\n\n### 🐛 Fixes\n\n- 🏃 **`aspire run` compute environment validation** — Skip compute environment validation in run mode so customers no longer hit `Resource '\u003cname\u003e' 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)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)\n- 🌐 Updated localization resources (#​16602)\n- 🚀 Bumped branding to 13.3.1 (#​16951)\n\n## 13.3.0\n\n # Aspire 13.3.0\n \n 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\n improvements.\n \n ## Highlights\n \n  - 🧹 **Clean teardown** — New **`aspire destroy`** tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.\n  - 🔍 **Frontend telemetry** — **Aspire.Hosting.Browsers** captures browser console logs, network requests, and screenshots right in the Aspire dashboard.\n  - ☸️ **Kubernetes deploy preview** — **`aspire deploy`** can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.\n  - 🟨 **JavaScript publishing** — New **`PublishAs*`** methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.\n  - 🌐 **TypeScript AppHost parity** — Unified `withEnvironment`, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.\n  - 🛠️ **CLI upgrades** — Run the standalone dashboard with **`aspire dashboard run`**, install the CLI as a NativeAOT `dotnet tool`, and search API docs from the terminal.\n  - ☁️ **Azure goodness** — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.\n  - 🐳 **Better containers** — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.\n \n ## ⚠️ Breaking changes\n \n 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, \nFoundry, JavaScript diagnostics, and TypeScript AppHost helpers.\n \n See the full list in the [Aspire 13.3 breaking changes](https://aspire.dev/whats-new/aspire-13-3/#%EF%B8%8F-breaking-changes).\n \n ## 📖 Learn more\n \n For the full details, examples, migration guidance, and everything new in this release, check out [What's new in Aspire 13.3](https://aspire.dev/whats-new/aspire-13-3/).\n \n Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.3.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Aaronontheweb/akkadotnet-code-samples/pull/81","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaronontheweb%2Fakkadotnet-code-samples/issues/81","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/81/packages"}},{"old_version":"9.3.1","new_version":"13.2.4","update_type":"major","path":null,"pr_created_at":"2026-04-27T09:09:49.000Z","version_change":"9.3.1 → 13.2.4","issue":{"uuid":"4334512965","node_id":"PR_kwDORZiO0s7V5XcB","number":210,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 9.3.1 to 13.2.4","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-02T01:19:01.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-27T09:09:49.000Z","updated_at":"2026-06-02T01:19:04.000Z","time_to_close":3082152,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.1","new_version":"13.2.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 9.3.1 to 13.2.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\n## 13.1.3\n\n## What's Changed\n* [release/13.1] Add installer publishing updates for 13.1.3 by @​radical in https://github.com/dotnet/aspire/pull/15158\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3\n\n## 13.1.2\n\n## What's Changed\n* Bump patch version from 13.1.1 to 13.1.2 by @​Copilot in https://github.com/dotnet/aspire/pull/14699\n* [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @​JamesNK in https://github.com/dotnet/aspire/pull/14698\n* Update pipeline images to non-deprecated pools by @​joperezr in https://github.com/dotnet/aspire/pull/14707\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2\n\n## 13.1.1\n\n## What's Changed\n* [release/13.1] Ensure WithHostHttpsPort works when chained inline by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13678\n* [release/13.1] Escape backslashes in path string to discovered vite config by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13822\n* [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13810\n* [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14018\n* [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13676\n* [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14009\n* [release/13.1] Update Azure.Identity package version to 1.17.1 by @​eerhardt in https://github.com/dotnet/aspire/pull/14251\n* Bump patch version from 13.1.0 to 13.1.1 by @​Copilot in https://github.com/dotnet/aspire/pull/14329\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\n## 9.5.0\n\nWe are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!\n\n## New Contributors\n* @​benwitmanmsft made their first contribution in https://github.com/dotnet/aspire/pull/10289\n* @​MattKotsenas made their first contribution in https://github.com/dotnet/aspire/pull/9868\n* @​danespinosa made their first contribution in https://github.com/dotnet/aspire/pull/10394\n* @​jnyrup made their first contribution in https://github.com/dotnet/aspire/pull/10884\n* @​ericstj made their first contribution in https://github.com/dotnet/aspire/pull/10928\n* @​jeremy-vm made their first contribution in https://github.com/dotnet/aspire/pull/10972\n* @​Steinblock made their first contribution in https://github.com/dotnet/aspire/pull/11003\n* @​brettcannon made their first contribution in https://github.com/dotnet/aspire/pull/11014\n* @​twsouthwick made their first contribution in https://github.com/dotnet/aspire/pull/10507\n* @​KirillOsenkov made their first contribution in https://github.com/dotnet/aspire/pull/11164\n* @​CaitieM20 made their first contribution in https://github.com/dotnet/aspire/pull/10662\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.5.0\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\n## 9.4.0\n\nWe are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!\n\n## What's Changed\n* API review: Add Services property to ResourceEndpointsAllocatedEvent by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9270\n* Fix visibility updates during resource upserts by @​adamint in https://github.com/dotnet/aspire/pull/9264\n* Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @​Alirexaa in https://github.com/dotnet/aspire/pull/9278\n* Make sure the publisher example supports azd by @​davidfowl in https://github.com/dotnet/aspire/pull/9277\n* API review: `WithHostPort` should accept null for port param by @​Alirexaa in https://github.com/dotnet/aspire/pull/9282\n* Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @​paulomorgado in https://github.com/dotnet/aspire/pull/8237\n* Test that ensures legacy dashboard token env var is honored by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9296\n* Refactor solution file from .sln to .slnx format and update related d… by @​davidfowl in https://github.com/dotnet/aspire/pull/9295\n* Minor dashboard improvements and clean up by @​JamesNK in https://github.com/dotnet/aspire/pull/9301\n* Minor improvements to resource changed log by @​JamesNK in https://github.com/dotnet/aspire/pull/9303\n* Fix Blazor error logging to telemetry by @​JamesNK in https://github.com/dotnet/aspire/pull/9304\n* Don't throw from component telemetry context dispose if not initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9306\n* [CI] Add PR validation on macOS by @​radical in https://github.com/dotnet/aspire/pull/9287\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/9302\n* Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture  by @​adamint in https://github.com/dotnet/aspire/pull/9316\n* Changing default SKU for App Service Plan to P0V3 by @​ShilpiRachna1 in https://github.com/dotnet/aspire/pull/9280\n* Branding updates for 9.4 by @​joperezr in https://github.com/dotnet/aspire/pull/9331\n* Increase retry time in AppBar_Change_Theme_ReloadPage by @​adamint in https://github.com/dotnet/aspire/pull/9317\n* Update xUnit.v3 to support MTP tests by @​peterwald in https://github.com/dotnet/aspire/pull/9261\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9333\n* Add tracing support for Azure App Configuration component by @​zhiyuanliang-ms in https://github.com/dotnet/aspire/pull/9323\n* Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" by @​radical in https://github.com/dotnet/aspire/pull/9336\n* Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @​danegsta in https://github.com/dotnet/aspire/pull/9339\n* [Automated] Update API Surface Area by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/8736\n* Revert \"Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" (#​9336)\" by @​radical in https://github.com/dotnet/aspire/pull/9337\n* TestsReportGenerator: Always show the error message, and truncate only the stdout by @​radical in https://github.com/dotnet/aspire/pull/9335\n* [CI] Fix azdo builds for `main` by @​radical in https://github.com/dotnet/aspire/pull/9338\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9347\n* Fully qualify OutputPath for PublishingContext by @​captainsafia in https://github.com/dotnet/aspire/pull/9351\n* Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @​KuraiAndras in https://github.com/dotnet/aspire/pull/9342\n* Update health check to ensure blob containers created at right time by @​RussKie in https://github.com/dotnet/aspire/pull/9159\n* Re-apply quarantined test for validation by @​sebastienros in https://github.com/dotnet/aspire/pull/9364\n* Update telemetry doc for AzureAppConfiguration by @​sebastienros in https://github.com/dotnet/aspire/pull/9365\n* Enable MTP tests via MSBuild property by @​captainsafia in https://github.com/dotnet/aspire/pull/9361\n* catch json error by @​danmoseley in https://github.com/dotnet/aspire/pull/9369\n* Refactor a common TempDirectory test class by @​eerhardt in https://github.com/dotnet/aspire/pull/9370\n* Centralize Verify convention by @​sebastienros in https://github.com/dotnet/aspire/pull/9371\n* Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @​stephentoub in https://github.com/dotnet/aspire/pull/9356\n* Update RunCommand.cs by @​IEvangelist in https://github.com/dotnet/aspire/pull/9360\n* Add support for copying existing files via WithContainerFiles API by @​danegsta in https://github.com/dotnet/aspire/pull/8908\n* Do not fail on partial trust warning. by @​mitchdenny in https://github.com/dotnet/aspire/pull/9384\n* markdown lint by @​danmoseley in https://github.com/dotnet/aspire/pull/9389\n* Merge branch release/9.3 into main by @​joperezr in https://github.com/dotnet/aspire/pull/9394\n* Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @​danegsta in https://github.com/dotnet/aspire/pull/9391\n* Ensure all grid columns have tooltips by @​adamint in https://github.com/dotnet/aspire/pull/9401\n* Remove test from quarantine by @​danegsta in https://github.com/dotnet/aspire/pull/9402\n* copilot setup steps by @​danmoseley in https://github.com/dotnet/aspire/pull/9409\n ... (truncated)\n\n## 9.3.2\n\n## What's Changed\n* [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @​sebastienros in https://github.com/dotnet/aspire/pull/9958\n* Bumping patch version for 9.3.2 by @​joperezr in https://github.com/dotnet/aspire/pull/9963\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.1...v9.3.2\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v9.3.1...v13.2.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=9.3.1\u0026new-version=13.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/andrew-rubio/blend-app/pull/210","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-rubio%2Fblend-app/issues/210","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/210/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2026-04-13T06:22:22.000Z","version_change":null,"issue":{"uuid":"4251820653","node_id":"PR_kwDOQpUF4c7R4oKj","number":215,"state":"closed","title":"deps(nuget): Bump Aspire.Hosting.Azure.Sql and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":"2026-04-13T22:02:08.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-13T06:22:22.000Z","updated_at":"2026-04-13T22:02:25.000Z","time_to_close":56386,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget)","packages":[{"name":"Bump Aspire.Hosting.Azure.Sql"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Sql](https://github.com/microsoft/aspire) from 13.2.0 to 13.2.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Sql's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.0...v13.2.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.0 to 13.2.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.0...v13.2.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Evilazaro/Azure-LogicApps-Monitoring/pull/215","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evilazaro%2FAzure-LogicApps-Monitoring/issues/215","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/215/packages"}},{"old_version":"13.2.0","new_version":"13.2.1","update_type":"patch","path":null,"pr_created_at":"2026-04-01T02:39:42.000Z","version_change":"13.2.0 → 13.2.1","issue":{"uuid":"4183638508","node_id":"PR_kwDOOoylLs7PH0pK","number":605,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.2.0 to 13.2.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-04-01T10:44:32.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-01T02:39:42.000Z","updated_at":"2026-04-01T10:44:33.000Z","time_to_close":29090,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.2.0","new_version":"13.2.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/microsoft/aspire) from 13.2.0 to 13.2.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.0...v13.2.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.2.0\u0026new-version=13.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/askpt/openfeature-aspire-sample/pull/605","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/askpt%2Fopenfeature-aspire-sample/issues/605","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/605/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2026-03-24T00:19:26.000Z","version_change":null,"issue":{"uuid":"4124453625","node_id":"PR_kwDOEIKVT87M2JNz","number":567,"state":"closed","title":"Bump Aspire.Hosting.Azure.Functions and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-03-25T22:17:15.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-24T00:19:26.000Z","updated_at":"2026-03-25T22:17:23.000Z","time_to_close":165469,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Functions","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Aspire.Hosting.Azure.Functions](https://github.com/dotnet/aspire) from 13.1.3 to 13.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Functions's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.3...v13.2.0).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.3 to 13.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.3...v13.2.0).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jguadagno/jjgnet-broadcast/pull/567","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jguadagno%2Fjjgnet-broadcast/issues/567","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/567/packages"}},{"old_version":"13.1.1","new_version":"13.1.2","update_type":"patch","path":null,"pr_created_at":"2026-03-09T12:59:57.000Z","version_change":"13.1.1 → 13.1.2","issue":{"uuid":"4045469052","node_id":"PR_kwDONxgvzs7JESIW","number":415,"state":"closed","title":"Bump Aspire.Hosting.Azure.Storage from 13.1.1 to 13.1.2","user":"dependabot[bot]","labels":["dependencies",".NET","config-build","root"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-10T04:10:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-09T12:59:57.000Z","updated_at":"2026-03-10T04:10:52.000Z","time_to_close":54653,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.1.1","new_version":"13.1.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.1 to 13.1.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.2\n\n## What's Changed\n* Bump patch version from 13.1.1 to 13.1.2 by @​Copilot in https://github.com/dotnet/aspire/pull/14699\n* [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @​JamesNK in https://github.com/dotnet/aspire/pull/14698\n* Update pipeline images to non-deprecated pools by @​joperezr in https://github.com/dotnet/aspire/pull/14707\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.1.1\u0026new-version=13.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Gibbs-Morris/mississippi/pull/415","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gibbs-Morris%2Fmississippi/issues/415","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/415/packages"}},{"old_version":"13.1.1","new_version":"13.1.2","update_type":"patch","path":null,"pr_created_at":"2026-03-02T10:44:05.000Z","version_change":"13.1.1 → 13.1.2","issue":{"uuid":"4010559336","node_id":"PR_kwDOAP1LKc7HS3W-","number":2136,"state":"open","title":"Bump Aspire.Hosting.Azure.Storage from 13.1.1 to 13.1.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-02T10:44:05.000Z","updated_at":"2026-03-02T10:53:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.1.1","new_version":"13.1.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.1 to 13.1.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.2\n\n## What's Changed\n* Bump patch version from 13.1.1 to 13.1.2 by @​Copilot in https://github.com/dotnet/aspire/pull/14699\n* [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @​JamesNK in https://github.com/dotnet/aspire/pull/14698\n* Update pipeline images to non-deprecated pools by @​joperezr in https://github.com/dotnet/aspire/pull/14707\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.1.1\u0026new-version=13.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/exceptionless/Exceptionless/pull/2136","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceptionless%2FExceptionless/issues/2136","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2136/packages"}},{"old_version":"13.1.0","new_version":"13.1.1","update_type":"patch","path":null,"pr_created_at":"2026-02-16T06:31:32.000Z","version_change":"13.1.0 → 13.1.1","issue":{"uuid":"3946154716","node_id":"PR_kwDOQpUF4c7EBAkU","number":141,"state":"open","title":"deps(nuget): Bump Aspire.Hosting.Azure.Storage from 13.1.0 to 13.1.1","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-16T06:31:32.000Z","updated_at":"2026-02-16T06:31:33.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget): Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.1.0","new_version":"13.1.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.1.0 to 13.1.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.1\n\n## What's Changed\n* [release/13.1] Ensure WithHostHttpsPort works when chained inline by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13678\n* [release/13.1] Escape backslashes in path string to discovered vite config by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13822\n* [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13810\n* [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14018\n* [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13676\n* [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14009\n* [release/13.1] Update Azure.Identity package version to 1.17.1 by @​eerhardt in https://github.com/dotnet/aspire/pull/14251\n* Bump patch version from 13.1.0 to 13.1.1 by @​Copilot in https://github.com/dotnet/aspire/pull/14329\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.1.0\u0026new-version=13.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Evilazaro/Azure-LogicApps-Monitoring/pull/141","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evilazaro%2FAzure-LogicApps-Monitoring/issues/141","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/141/packages"}},{"old_version":"13.0.2","new_version":"13.1.0","update_type":"minor","path":null,"pr_created_at":"2025-12-18T06:30:37.000Z","version_change":"13.0.2 → 13.1.0","issue":{"uuid":"3741676618","node_id":"PR_kwDOQqXQGs65hCQM","number":3,"state":"open","title":"Bump Aspire.Hosting.Azure.Storage from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-18T06:30:37.000Z","updated_at":"2025-12-18T06:30:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/erintyler/CharacterSite/pull/3","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/erintyler%2FCharacterSite/issues/3","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-12-15T13:23:08.000Z","version_change":null,"issue":{"uuid":"3730437190","node_id":"PR_kwDONmQcvs647IXF","number":246,"state":"closed","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-22T13:15:49.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-15T13:23:08.000Z","updated_at":"2025-12-22T13:15:51.000Z","time_to_close":604361,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AndriyBorkovich/mentor-sync/pull/246","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriyBorkovich%2Fmentor-sync/issues/246","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/246/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-12-01T02:28:04.000Z","version_change":null,"issue":{"uuid":"3678943765","node_id":"PR_kwDOKjtkRs62PK1U","number":937,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-01T02:28:04.000Z","updated_at":"2025-12-01T12:04:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 13.0.0 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.0.0 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/koralium/flowtide/pull/937","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/koralium%2Fflowtide/issues/937","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/937/packages"}},{"old_version":"13.0.0","new_version":"13.0.1","update_type":"patch","path":null,"pr_created_at":"2025-11-28T23:10:03.000Z","version_change":"13.0.0 → 13.0.1","issue":{"uuid":"3676090590","node_id":"PR_kwDOH4CfPs62GPVv","number":2205,"state":"open","title":"Bump Aspire.Hosting.Azure.Storage from 13.0.0 to 13.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-28T23:10:03.000Z","updated_at":"2025-11-28T23:10:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure.Storage","old_version":"13.0.0","new_version":"13.0.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 13.0.0 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Hosting.Azure.Storage\u0026package-manager=nuget\u0026previous-version=13.0.0\u0026new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/hard-rox/kathanika/pull/2205","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hard-rox%2Fkathanika/issues/2205","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2205/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-10-27T02:20:30.000Z","version_change":null,"issue":{"uuid":"3554787674","node_id":"PR_kwDOKjtkRs6vyU8S","number":901,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-27T02:20:30.000Z","updated_at":"2025-10-29T08:27:50.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.1.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\n## 9.5.0\n\nWe are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!\n\n## New Contributors\n* @​benwitmanmsft made their first contribution in https://github.com/dotnet/aspire/pull/10289\n* @​MattKotsenas made their first contribution in https://github.com/dotnet/aspire/pull/9868\n* @​danespinosa made their first contribution in https://github.com/dotnet/aspire/pull/10394\n* @​jnyrup made their first contribution in https://github.com/dotnet/aspire/pull/10884\n* @​ericstj made their first contribution in https://github.com/dotnet/aspire/pull/10928\n* @​jeremy-vm made their first contribution in https://github.com/dotnet/aspire/pull/10972\n* @​Steinblock made their first contribution in https://github.com/dotnet/aspire/pull/11003\n* @​brettcannon made their first contribution in https://github.com/dotnet/aspire/pull/11014\n* @​twsouthwick made their first contribution in https://github.com/dotnet/aspire/pull/10507\n* @​KirillOsenkov made their first contribution in https://github.com/dotnet/aspire/pull/11164\n* @​CaitieM20 made their first contribution in https://github.com/dotnet/aspire/pull/10662\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.5.0\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\n## 9.4.0\n\nWe are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!\n\n## What's Changed\n* API review: Add Services property to ResourceEndpointsAllocatedEvent by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9270\n* Fix visibility updates during resource upserts by @​adamint in https://github.com/dotnet/aspire/pull/9264\n* Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @​Alirexaa in https://github.com/dotnet/aspire/pull/9278\n* Make sure the publisher example supports azd by @​davidfowl in https://github.com/dotnet/aspire/pull/9277\n* API review: `WithHostPort` should accept null for port param by @​Alirexaa in https://github.com/dotnet/aspire/pull/9282\n* Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @​paulomorgado in https://github.com/dotnet/aspire/pull/8237\n* Test that ensures legacy dashboard token env var is honored by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9296\n* Refactor solution file from .sln to .slnx format and update related d… by @​davidfowl in https://github.com/dotnet/aspire/pull/9295\n* Minor dashboard improvements and clean up by @​JamesNK in https://github.com/dotnet/aspire/pull/9301\n* Minor improvements to resource changed log by @​JamesNK in https://github.com/dotnet/aspire/pull/9303\n* Fix Blazor error logging to telemetry by @​JamesNK in https://github.com/dotnet/aspire/pull/9304\n* Don't throw from component telemetry context dispose if not initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9306\n* [CI] Add PR validation on macOS by @​radical in https://github.com/dotnet/aspire/pull/9287\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/9302\n* Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture  by @​adamint in https://github.com/dotnet/aspire/pull/9316\n* Changing default SKU for App Service Plan to P0V3 by @​ShilpiRachna1 in https://github.com/dotnet/aspire/pull/9280\n* Branding updates for 9.4 by @​joperezr in https://github.com/dotnet/aspire/pull/9331\n* Increase retry time in AppBar_Change_Theme_ReloadPage by @​adamint in https://github.com/dotnet/aspire/pull/9317\n* Update xUnit.v3 to support MTP tests by @​peterwald in https://github.com/dotnet/aspire/pull/9261\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9333\n* Add tracing support for Azure App Configuration component by @​zhiyuanliang-ms in https://github.com/dotnet/aspire/pull/9323\n* Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" by @​radical in https://github.com/dotnet/aspire/pull/9336\n* Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @​danegsta in https://github.com/dotnet/aspire/pull/9339\n* [Automated] Update API Surface Area by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/8736\n* Revert \"Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" (#​9336)\" by @​radical in https://github.com/dotnet/aspire/pull/9337\n* TestsReportGenerator: Always show the error message, and truncate only the stdout by @​radical in https://github.com/dotnet/aspire/pull/9335\n* [CI] Fix azdo builds for `main` by @​radical in https://github.com/dotnet/aspire/pull/9338\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9347\n* Fully qualify OutputPath for PublishingContext by @​captainsafia in https://github.com/dotnet/aspire/pull/9351\n* Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @​KuraiAndras in https://github.com/dotnet/aspire/pull/9342\n* Update health check to ensure blob containers created at right time by @​RussKie in https://github.com/dotnet/aspire/pull/9159\n* Re-apply quarantined test for validation by @​sebastienros in https://github.com/dotnet/aspire/pull/9364\n* Update telemetry doc for AzureAppConfiguration by @​sebastienros in https://github.com/dotnet/aspire/pull/9365\n* Enable MTP tests via MSBuild property by @​captainsafia in https://github.com/dotnet/aspire/pull/9361\n* catch json error by @​danmoseley in https://github.com/dotnet/aspire/pull/9369\n* Refactor a common TempDirectory test class by @​eerhardt in https://github.com/dotnet/aspire/pull/9370\n* Centralize Verify convention by @​sebastienros in https://github.com/dotnet/aspire/pull/9371\n* Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @​stephentoub in https://github.com/dotnet/aspire/pull/9356\n* Update RunCommand.cs by @​IEvangelist in https://github.com/dotnet/aspire/pull/9360\n* Add support for copying existing files via WithContainerFiles API by @​danegsta in https://github.com/dotnet/aspire/pull/8908\n* Do not fail on partial trust warning. by @​mitchdenny in https://github.com/dotnet/aspire/pull/9384\n* markdown lint by @​danmoseley in https://github.com/dotnet/aspire/pull/9389\n* Merge branch release/9.3 into main by @​joperezr in https://github.com/dotnet/aspire/pull/9394\n* Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @​danegsta in https://github.com/dotnet/aspire/pull/9391\n* Ensure all grid columns have tooltips by @​adamint in https://github.com/dotnet/aspire/pull/9401\n* Remove test from quarantine by @​danegsta in https://github.com/dotnet/aspire/pull/9402\n* copilot setup steps by @​danmoseley in https://github.com/dotnet/aspire/pull/9409\n ... (truncated)\n\n## 9.3.2\n\n## What's Changed\n* [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @​sebastienros in https://github.com/dotnet/aspire/pull/9958\n* Bumping patch version for 9.3.2 by @​joperezr in https://github.com/dotnet/aspire/pull/9963\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.1...v9.3.2\n\n## 9.3.1\n\n## What's Changed\n* [release/9.3] fix markdown lint in release/9.3 by @​danmoseley in https://github.com/dotnet/aspire/pull/9536\n* [release/9.3] branding for 9.3.1 by @​danmoseley in https://github.com/dotnet/aspire/pull/9539\n* [release/9.3] Fix Blob Container Connection String Format Exception by @​github-actions in https://github.com/dotnet/aspire/pull/9496\n* [release/9.3] Force SqlDatabase resource api version by @​sebastienros in https://github.com/dotnet/aspire/pull/9535\n* [release/9.3] Use ProcessSpec for invoking dotnet publish by @​github-actions in https://github.com/dotnet/aspire/pull/9561\n* [release/9.3] Initialize telemetry context in UpdateTelemetryProperties if not already initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9602\n* [release/9.3] Fix the state propagation for azure resources by @​github-actions in https://github.com/dotnet/aspire/pull/9687\n* [release/9.3] Skip role assignment handling for emulators (#​9705) by @​eerhardt in https://github.com/dotnet/aspire/pull/9716\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.0...v9.3.1\n\n## 9.3.0\n\nWe are excited to share that our 9.3.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Find out what is new [here](https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.3).\n\n## What's Changed\n* Davidfowl/fix emulators by @​davidfowl in https://github.com/dotnet/aspire/pull/8406\n* Add `NO-MERGE` label to auto created api-diff PR by @​Alirexaa in https://github.com/dotnet/aspire/pull/8479\n* Branding updates for 9.3 by @​joperezr in https://github.com/dotnet/aspire/pull/8505\n* Remove Roslyn workaround by @​eerhardt in https://github.com/dotnet/aspire/pull/8509\n* [tests] Quarantine additional tests for issues open against them by @​radical in https://github.com/dotnet/aspire/pull/8508\n* Interactive prompting for `aspire new` by @​mitchdenny in https://github.com/dotnet/aspire/pull/8520\n* Rename IKeyVaultResource and IKeyVaultSecretReference by @​eerhardt in https://github.com/dotnet/aspire/pull/8532\n* Remove AzureContainerAppEnvironmentResource BicepOutputReferences from public API by @​eerhardt in https://github.com/dotnet/aspire/pull/8529\n* [outerloop] Run with `-ci` to match the other test runs on CI by @​radical in https://github.com/dotnet/aspire/pull/8526\n* Move database script annotations to their respective projects by @​sebastienros in https://github.com/dotnet/aspire/pull/8535\n* Remove null/nullable parameter from DistributedApplicationExecutionContext by @​sebastienros in https://github.com/dotnet/aspire/pull/8533\n* Update tests-outerloop.yml run frequency by @​RussKie in https://github.com/dotnet/aspire/pull/8540\n* Improve path prompt for aspire new command. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8542\n* Retry resource stopping operation by @​karolz-ms in https://github.com/dotnet/aspire/pull/8541\n* Adding descriptions to all args/options in CLI. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8544\n* CLI publishing failure fixes. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8551\n* [tests] Quarantine, and un-quarantine some tests by @​radical in https://github.com/dotnet/aspire/pull/8545\n* [CI] Use an in-repo copy of devcerts installation script by @​radical in https://github.com/dotnet/aspire/pull/8548\n* Change Redis Insights to use environment variables for preconfigured database connections by @​Alirexaa in https://github.com/dotnet/aspire/pull/8524\n* Switch to null as default for owner and group in WithContainerFiles by @​danegsta in https://github.com/dotnet/aspire/pull/8557\n* Refactor AzurePublisher to enable usage in downstream publishers by @​sunandabalu in https://github.com/dotnet/aspire/pull/8507\n* Split out build step in publisher. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8567\n* PublishingActivityProgressReporter fixes by @​mitchdenny in https://github.com/dotnet/aspire/pull/8571\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/8579\n* Update nightly references to daily by @​afscrome in https://github.com/dotnet/aspire/pull/8586\n* Add RPC protocol compat check. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8577\n* Return correct exit code from build.ps1 by @​RussKie in https://github.com/dotnet/aspire/pull/8582\n* Constrain test-only dependencies to /tests folder by @​RussKie in https://github.com/dotnet/aspire/pull/8576\n* Rename IAzureKeyVaultResource.GetSecretReference to GetSecret by @​eerhardt in https://github.com/dotnet/aspire/pull/8598\n* mysql test timeouts by @​danmoseley in https://github.com/dotnet/aspire/pull/8536\n* Fix --watch hangs. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8585\n* update to include all d.p.p by @​danmoseley in https://github.com/dotnet/aspire/pull/8603\n* Address feedback to WithUrls() by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8602\n* Fix a regression in endpoint resolution in environment variables by @​davidfowl in https://github.com/dotnet/aspire/pull/8609\n* Disable OTEL telemetry in CLI if not a debug build. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8612\n* AddAzureContainerAppEnvironment should use the environment name as a prefix by @​eerhardt in https://github.com/dotnet/aspire/pull/8606\n* Rename test env controlling and project test capabilities variables by @​RussKie in https://github.com/dotnet/aspire/pull/8518\n* Look for shipping artifacts according to the build configuration by @​RussKie in https://github.com/dotnet/aspire/pull/8616\n* [tests] Re-enable some quarantined tests that haven't been failing by @​radical in https://github.com/dotnet/aspire/pull/8615\n* Follow up from azd naming change by @​eerhardt in https://github.com/dotnet/aspire/pull/8631\n* Fix existing resources with the azure publisher by @​davidfowl in https://github.com/dotnet/aspire/pull/8622\n* Introduce version selector for Aspire templates by @​mitchdenny in https://github.com/dotnet/aspire/pull/8625\n* Error handling for GetCapabilitiesAsync connection issues by @​mitchdenny in https://github.com/dotnet/aspire/pull/8614\n* Obsolete AddAzureContainerAppsInfrastructure by @​eerhardt in https://github.com/dotnet/aspire/pull/8639\n* Add error handling for package updates in workflow by @​joperezr in https://github.com/dotnet/aspire/pull/8390\n* Filter out tracing health endpoints in service defaults templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8643\n* Show neutral icon for container exiting with status code 0 by @​adamint in https://github.com/dotnet/aspire/pull/8477\n ... (truncated)\n\n## 9.2.1\n\nWe are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃\n\n## What's Changed\n* [release/9.2] Fix AE in ExecutableResource by @​github-actions in https://github.com/dotnet/aspire/pull/8864\n* [release/9.2] Don't fail for Azure role assignments in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8807\n* [release/9.2] Fixed resolving secrets for keyvault references in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8755\n* Update test files to show 9.2.1 patched version to fix tests by @​joperezr in https://github.com/dotnet/aspire/pull/8903\n* [release/9.2] Ensure visible trace spans stay sorted by start time and fix Traces view expand/collapse icons by @​JamesNK in https://github.com/dotnet/aspire/pull/8909\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.2.0...v9.2.1\n\n## 9.2.0\n\nWe are excited to share that our 9.2.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Please check out [what's new](https://learn.microsoft.com/dotnet/aspire/whats-new/dotnet-aspire-9.2) in this release. Try it out and share your feedback 😃\n\n## What's Changed\n* Update branding to 9.2.0 by @​wtgodbe in https://github.com/dotnet/aspire/pull/7542\n* Update Dcp out of date error message by @​eerhardt in https://github.com/dotnet/aspire/pull/7539\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2640743 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7545\n* Fix metrics page instruments not updating when added by @​JamesNK in https://github.com/dotnet/aspire/pull/7549\n* Run tests on release branches by @​eerhardt in https://github.com/dotnet/aspire/pull/7567\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7578\n* Support WithEntrypoint on Containers by @​eerhardt in https://github.com/dotnet/aspire/pull/7577\n* Fix Elasticsearch function test by @​sebastienros in https://github.com/dotnet/aspire/pull/7547\n* Bump the priority of processing paramters to avoid infinite recursion by @​davidfowl in https://github.com/dotnet/aspire/pull/7588\n* Fix up xml docs on ServiceBus change. by @​eerhardt in https://github.com/dotnet/aspire/pull/7581\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2642304 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7585\n* Allow for nested children in the dashboard by @​eerhardt in https://github.com/dotnet/aspire/pull/7604\n* Add WithParentRelationship overload accepting an IResourceBuilder by @​eerhardt in https://github.com/dotnet/aspire/pull/7615\n* Fix release branches in tests GH action by @​eerhardt in https://github.com/dotnet/aspire/pull/7614\n* Improve testing templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/7619\n* Fix metrics instruments not updating in mobile view by @​JamesNK in https://github.com/dotnet/aspire/pull/7608\n* Reuse Event Hubs client for health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7625\n* add logging after tests by @​danmoseley in https://github.com/dotnet/aspire/pull/7637\n* Fix console logs menu buttons not updated with resource by @​JamesNK in https://github.com/dotnet/aspire/pull/7639\n* Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11 by @​stephentoub in https://github.com/dotnet/aspire/pull/7643\n* Bump the azure group with 5 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7646\n* Bump the orleans group with 6 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7648\n* fix casing of CosmosDB by @​danmoseley in https://github.com/dotnet/aspire/pull/7635\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2645400 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7658\n* Fix resource cleanup in ungraceful shutdown tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7663\n* Add WaitBehavior to WaitForResourceHealthyAsync by @​mitchdenny in https://github.com/dotnet/aspire/pull/7650\n* Avoid unnecessary containers in Aspire.Hosting.Testing.Tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7666\n* Use explicit interface implementation for IResourceWithAzureFunctionsConfig by @​captainsafia in https://github.com/dotnet/aspire/pull/7667\n* Mitchdenny/wait-behavior-follow-up by @​mitchdenny in https://github.com/dotnet/aspire/pull/7668\n* Don't skip event hub health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7670\n* Bump Microsoft.Playwright from 1.49.0 to 1.50.0 by @​dependabot in https://github.com/dotnet/aspire/pull/7390\n* Update AzureSignalRServiceMode namespace by @​vicancy in https://github.com/dotnet/aspire/pull/7678\n* Create Login page EditContext before async work by @​JamesNK in https://github.com/dotnet/aspire/pull/7671\n* Avoid setting --port twice for Azure Functions by @​captainsafia in https://github.com/dotnet/aspire/pull/7683\n* Bump timeout for non-helix tests by @​radical in https://github.com/dotnet/aspire/pull/7669\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7688\n* Support Existing Azure AppInsights, OpenAI, and CosmosDB by @​eerhardt in https://github.com/dotnet/aspire/pull/7677\n* Rename ASPIRECOSMOS001 to ASPIRECOSMOSDB001 by @​eerhardt in https://github.com/dotnet/aspire/pull/7689\n* Update using-latest-daily.md by @​danmoseley in https://github.com/dotnet/aspire/pull/7692\n* Refactor AspireStore APIs by @​sebastienros in https://github.com/dotnet/aspire/pull/7626\n* Correct `ResourceReadyEvent` filename by @​afscrome in https://github.com/dotnet/aspire/pull/7630\n* Add `EndpointProperty.HostAndPort` by @​afscrome in https://github.com/dotnet/aspire/pull/7629\n* Quarantine BrowserToken_LoginPage_Failure_DisplayFailureMessage by @​sebastienros in https://github.com/dotnet/aspire/pull/7696\n* Fix Azure PostgreSQL AsExisting by @​eerhardt in https://github.com/dotnet/aspire/pull/7699\n* Improve default codespace experience with devcontainer.json location change by @​mitchdenny in https://github.com/dotnet/aspire/pull/7704\n* Don't set properties on existing Azure SQL server resources by @​captainsafia in https://github.com/dotnet/aspire/pull/7705\n* Hide secrets in source tooltip, correct ExpressionResolver logic for non-containers by @​adamint in https://github.com/dotnet/aspire/pull/7662\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.1.0...v9.5.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.1.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\n## 9.5.0\n\nWe are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!\n\n## New Contributors\n* @​benwitmanmsft made their first contribution in https://github.com/dotnet/aspire/pull/10289\n* @​MattKotsenas made their first contribution in https://github.com/dotnet/aspire/pull/9868\n* @​danespinosa made their first contribution in https://github.com/dotnet/aspire/pull/10394\n* @​jnyrup made their first contribution in https://github.com/dotnet/aspire/pull/10884\n* @​ericstj made their first contribution in https://github.com/dotnet/aspire/pull/10928\n* @​jeremy-vm made their first contribution in https://github.com/dotnet/aspire/pull/10972\n* @​Steinblock made their first contribution in https://github.com/dotnet/aspire/pull/11003\n* @​brettcannon made their first contribution in https://github.com/dotnet/aspire/pull/11014\n* @​twsouthwick made their first contribution in https://github.com/dotnet/aspire/pull/10507\n* @​KirillOsenkov made their first contribution in https://github.com/dotnet/aspire/pull/11164\n* @​CaitieM20 made their first contribution in https://github.com/dotnet/aspire/pull/10662\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.5.0\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\n## 9.4.0\n\nWe are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!\n\n## What's Changed\n* API review: Add Services property to ResourceEndpointsAllocatedEvent by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9270\n* Fix visibility updates during resource upserts by @​adamint in https://github.com/dotnet/aspire/pull/9264\n* Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @​Alirexaa in https://github.com/dotnet/aspire/pull/9278\n* Make sure the publisher example supports azd by @​davidfowl in https://github.com/dotnet/aspire/pull/9277\n* API review: `WithHostPort` should accept null for port param by @​Alirexaa in https://github.com/dotnet/aspire/pull/9282\n* Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @​paulomorgado in https://github.com/dotnet/aspire/pull/8237\n* Test that ensures legacy dashboard token env var is honored by @​DamianEdwards in https://github.com/dotnet/aspire/pull/9296\n* Refactor solution file from .sln to .slnx format and update related d… by @​davidfowl in https://github.com/dotnet/aspire/pull/9295\n* Minor dashboard improvements and clean up by @​JamesNK in https://github.com/dotnet/aspire/pull/9301\n* Minor improvements to resource changed log by @​JamesNK in https://github.com/dotnet/aspire/pull/9303\n* Fix Blazor error logging to telemetry by @​JamesNK in https://github.com/dotnet/aspire/pull/9304\n* Don't throw from component telemetry context dispose if not initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9306\n* [CI] Add PR validation on macOS by @​radical in https://github.com/dotnet/aspire/pull/9287\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/9302\n* Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture  by @​adamint in https://github.com/dotnet/aspire/pull/9316\n* Changing default SKU for App Service Plan to P0V3 by @​ShilpiRachna1 in https://github.com/dotnet/aspire/pull/9280\n* Branding updates for 9.4 by @​joperezr in https://github.com/dotnet/aspire/pull/9331\n* Increase retry time in AppBar_Change_Theme_ReloadPage by @​adamint in https://github.com/dotnet/aspire/pull/9317\n* Update xUnit.v3 to support MTP tests by @​peterwald in https://github.com/dotnet/aspire/pull/9261\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9333\n* Add tracing support for Azure App Configuration component by @​zhiyuanliang-ms in https://github.com/dotnet/aspire/pull/9323\n* Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" by @​radical in https://github.com/dotnet/aspire/pull/9336\n* Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @​danegsta in https://github.com/dotnet/aspire/pull/9339\n* [Automated] Update API Surface Area by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/8736\n* Revert \"Revert \"Update xUnit.v3 to support MTP tests (#​9261)\" (#​9336)\" by @​radical in https://github.com/dotnet/aspire/pull/9337\n* TestsReportGenerator: Always show the error message, and truncate only the stdout by @​radical in https://github.com/dotnet/aspire/pull/9335\n* [CI] Fix azdo builds for `main` by @​radical in https://github.com/dotnet/aspire/pull/9338\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/9347\n* Fully qualify OutputPath for PublishingContext by @​captainsafia in https://github.com/dotnet/aspire/pull/9351\n* Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @​KuraiAndras in https://github.com/dotnet/aspire/pull/9342\n* Update health check to ensure blob containers created at right time by @​RussKie in https://github.com/dotnet/aspire/pull/9159\n* Re-apply quarantined test for validation by @​sebastienros in https://github.com/dotnet/aspire/pull/9364\n* Update telemetry doc for AzureAppConfiguration by @​sebastienros in https://github.com/dotnet/aspire/pull/9365\n* Enable MTP tests via MSBuild property by @​captainsafia in https://github.com/dotnet/aspire/pull/9361\n* catch json error by @​danmoseley in https://github.com/dotnet/aspire/pull/9369\n* Refactor a common TempDirectory test class by @​eerhardt in https://github.com/dotnet/aspire/pull/9370\n* Centralize Verify convention by @​sebastienros in https://github.com/dotnet/aspire/pull/9371\n* Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @​stephentoub in https://github.com/dotnet/aspire/pull/9356\n* Update RunCommand.cs by @​IEvangelist in https://github.com/dotnet/aspire/pull/9360\n* Add support for copying existing files via WithContainerFiles API by @​danegsta in https://github.com/dotnet/aspire/pull/8908\n* Do not fail on partial trust warning. by @​mitchdenny in https://github.com/dotnet/aspire/pull/9384\n* markdown lint by @​danmoseley in https://github.com/dotnet/aspire/pull/9389\n* Merge branch release/9.3 into main by @​joperezr in https://github.com/dotnet/aspire/pull/9394\n* Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @​danegsta in https://github.com/dotnet/aspire/pull/9391\n* Ensure all grid columns have tooltips by @​adamint in https://github.com/dotnet/aspire/pull/9401\n* Remove test from quarantine by @​danegsta in https://github.com/dotnet/aspire/pull/9402\n* copilot setup steps by @​danmoseley in https://github.com/dotnet/aspire/pull/9409\n ... (truncated)\n\n## 9.3.2\n\n## What's Changed\n* [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @​sebastienros in https://github.com/dotnet/aspire/pull/9958\n* Bumping patch version for 9.3.2 by @​joperezr in https://github.com/dotnet/aspire/pull/9963\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.1...v9.3.2\n\n## 9.3.1\n\n## What's Changed\n* [release/9.3] fix markdown lint in release/9.3 by @​danmoseley in https://github.com/dotnet/aspire/pull/9536\n* [release/9.3] branding for 9.3.1 by @​danmoseley in https://github.com/dotnet/aspire/pull/9539\n* [release/9.3] Fix Blob Container Connection String Format Exception by @​github-actions in https://github.com/dotnet/aspire/pull/9496\n* [release/9.3] Force SqlDatabase resource api version by @​sebastienros in https://github.com/dotnet/aspire/pull/9535\n* [release/9.3] Use ProcessSpec for invoking dotnet publish by @​github-actions in https://github.com/dotnet/aspire/pull/9561\n* [release/9.3] Initialize telemetry context in UpdateTelemetryProperties if not already initialized by @​JamesNK in https://github.com/dotnet/aspire/pull/9602\n* [release/9.3] Fix the state propagation for azure resources by @​github-actions in https://github.com/dotnet/aspire/pull/9687\n* [release/9.3] Skip role assignment handling for emulators (#​9705) by @​eerhardt in https://github.com/dotnet/aspire/pull/9716\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.3.0...v9.3.1\n\n## 9.3.0\n\nWe are excited to share that our 9.3.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Find out what is new [here](https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.3).\n\n## What's Changed\n* Davidfowl/fix emulators by @​davidfowl in https://github.com/dotnet/aspire/pull/8406\n* Add `NO-MERGE` label to auto created api-diff PR by @​Alirexaa in https://github.com/dotnet/aspire/pull/8479\n* Branding updates for 9.3 by @​joperezr in https://github.com/dotnet/aspire/pull/8505\n* Remove Roslyn workaround by @​eerhardt in https://github.com/dotnet/aspire/pull/8509\n* [tests] Quarantine additional tests for issues open against them by @​radical in https://github.com/dotnet/aspire/pull/8508\n* Interactive prompting for `aspire new` by @​mitchdenny in https://github.com/dotnet/aspire/pull/8520\n* Rename IKeyVaultResource and IKeyVaultSecretReference by @​eerhardt in https://github.com/dotnet/aspire/pull/8532\n* Remove AzureContainerAppEnvironmentResource BicepOutputReferences from public API by @​eerhardt in https://github.com/dotnet/aspire/pull/8529\n* [outerloop] Run with `-ci` to match the other test runs on CI by @​radical in https://github.com/dotnet/aspire/pull/8526\n* Move database script annotations to their respective projects by @​sebastienros in https://github.com/dotnet/aspire/pull/8535\n* Remove null/nullable parameter from DistributedApplicationExecutionContext by @​sebastienros in https://github.com/dotnet/aspire/pull/8533\n* Update tests-outerloop.yml run frequency by @​RussKie in https://github.com/dotnet/aspire/pull/8540\n* Improve path prompt for aspire new command. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8542\n* Retry resource stopping operation by @​karolz-ms in https://github.com/dotnet/aspire/pull/8541\n* Adding descriptions to all args/options in CLI. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8544\n* CLI publishing failure fixes. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8551\n* [tests] Quarantine, and un-quarantine some tests by @​radical in https://github.com/dotnet/aspire/pull/8545\n* [CI] Use an in-repo copy of devcerts installation script by @​radical in https://github.com/dotnet/aspire/pull/8548\n* Change Redis Insights to use environment variables for preconfigured database connections by @​Alirexaa in https://github.com/dotnet/aspire/pull/8524\n* Switch to null as default for owner and group in WithContainerFiles by @​danegsta in https://github.com/dotnet/aspire/pull/8557\n* Refactor AzurePublisher to enable usage in downstream publishers by @​sunandabalu in https://github.com/dotnet/aspire/pull/8507\n* Split out build step in publisher. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8567\n* PublishingActivityProgressReporter fixes by @​mitchdenny in https://github.com/dotnet/aspire/pull/8571\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/8579\n* Update nightly references to daily by @​afscrome in https://github.com/dotnet/aspire/pull/8586\n* Add RPC protocol compat check. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8577\n* Return correct exit code from build.ps1 by @​RussKie in https://github.com/dotnet/aspire/pull/8582\n* Constrain test-only dependencies to /tests folder by @​RussKie in https://github.com/dotnet/aspire/pull/8576\n* Rename IAzureKeyVaultResource.GetSecretReference to GetSecret by @​eerhardt in https://github.com/dotnet/aspire/pull/8598\n* mysql test timeouts by @​danmoseley in https://github.com/dotnet/aspire/pull/8536\n* Fix --watch hangs. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8585\n* update to include all d.p.p by @​danmoseley in https://github.com/dotnet/aspire/pull/8603\n* Address feedback to WithUrls() by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8602\n* Fix a regression in endpoint resolution in environment variables by @​davidfowl in https://github.com/dotnet/aspire/pull/8609\n* Disable OTEL telemetry in CLI if not a debug build. by @​mitchdenny in https://github.com/dotnet/aspire/pull/8612\n* AddAzureContainerAppEnvironment should use the environment name as a prefix by @​eerhardt in https://github.com/dotnet/aspire/pull/8606\n* Rename test env controlling and project test capabilities variables by @​RussKie in https://github.com/dotnet/aspire/pull/8518\n* Look for shipping artifacts according to the build configuration by @​RussKie in https://github.com/dotnet/aspire/pull/8616\n* [tests] Re-enable some quarantined tests that haven't been failing by @​radical in https://github.com/dotnet/aspire/pull/8615\n* Follow up from azd naming change by @​eerhardt in https://github.com/dotnet/aspire/pull/8631\n* Fix existing resources with the azure publisher by @​davidfowl in https://github.com/dotnet/aspire/pull/8622\n* Introduce version selector for Aspire templates by @​mitchdenny in https://github.com/dotnet/aspire/pull/8625\n* Error handling for GetCapabilitiesAsync connection issues by @​mitchdenny in https://github.com/dotnet/aspire/pull/8614\n* Obsolete AddAzureContainerAppsInfrastructure by @​eerhardt in https://github.com/dotnet/aspire/pull/8639\n* Add error handling for package updates in workflow by @​joperezr in https://github.com/dotnet/aspire/pull/8390\n* Filter out tracing health endpoints in service defaults templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/8643\n* Show neutral icon for container exiting with status code 0 by @​adamint in https://github.com/dotnet/aspire/pull/8477\n ... (truncated)\n\n## 9.2.1\n\nWe are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃\n\n## What's Changed\n* [release/9.2] Fix AE in ExecutableResource by @​github-actions in https://github.com/dotnet/aspire/pull/8864\n* [release/9.2] Don't fail for Azure role assignments in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8807\n* [release/9.2] Fixed resolving secrets for keyvault references in run mode by @​github-actions in https://github.com/dotnet/aspire/pull/8755\n* Update test files to show 9.2.1 patched version to fix tests by @​joperezr in https://github.com/dotnet/aspire/pull/8903\n* [release/9.2] Ensure visible trace spans stay sorted by start time and fix Traces view expand/collapse icons by @​JamesNK in https://github.com/dotnet/aspire/pull/8909\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.2.0...v9.2.1\n\n## 9.2.0\n\nWe are excited to share that our 9.2.0 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Please check out [what's new](https://learn.microsoft.com/dotnet/aspire/whats-new/dotnet-aspire-9.2) in this release. Try it out and share your feedback 😃\n\n## What's Changed\n* Update branding to 9.2.0 by @​wtgodbe in https://github.com/dotnet/aspire/pull/7542\n* Update Dcp out of date error message by @​eerhardt in https://github.com/dotnet/aspire/pull/7539\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2640743 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7545\n* Fix metrics page instruments not updating when added by @​JamesNK in https://github.com/dotnet/aspire/pull/7549\n* Run tests on release branches by @​eerhardt in https://github.com/dotnet/aspire/pull/7567\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7578\n* Support WithEntrypoint on Containers by @​eerhardt in https://github.com/dotnet/aspire/pull/7577\n* Fix Elasticsearch function test by @​sebastienros in https://github.com/dotnet/aspire/pull/7547\n* Bump the priority of processing paramters to avoid infinite recursion by @​davidfowl in https://github.com/dotnet/aspire/pull/7588\n* Fix up xml docs on ServiceBus change. by @​eerhardt in https://github.com/dotnet/aspire/pull/7581\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2642304 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7585\n* Allow for nested children in the dashboard by @​eerhardt in https://github.com/dotnet/aspire/pull/7604\n* Add WithParentRelationship overload accepting an IResourceBuilder by @​eerhardt in https://github.com/dotnet/aspire/pull/7615\n* Fix release branches in tests GH action by @​eerhardt in https://github.com/dotnet/aspire/pull/7614\n* Improve testing templates by @​DamianEdwards in https://github.com/dotnet/aspire/pull/7619\n* Fix metrics instruments not updating in mobile view by @​JamesNK in https://github.com/dotnet/aspire/pull/7608\n* Reuse Event Hubs client for health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7625\n* add logging after tests by @​danmoseley in https://github.com/dotnet/aspire/pull/7637\n* Fix console logs menu buttons not updated with resource by @​JamesNK in https://github.com/dotnet/aspire/pull/7639\n* Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11 by @​stephentoub in https://github.com/dotnet/aspire/pull/7643\n* Bump the azure group with 5 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7646\n* Bump the orleans group with 6 updates by @​dependabot in https://github.com/dotnet/aspire/pull/7648\n* fix casing of CosmosDB by @​danmoseley in https://github.com/dotnet/aspire/pull/7635\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2645400 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/7658\n* Fix resource cleanup in ungraceful shutdown tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7663\n* Add WaitBehavior to WaitForResourceHealthyAsync by @​mitchdenny in https://github.com/dotnet/aspire/pull/7650\n* Avoid unnecessary containers in Aspire.Hosting.Testing.Tests by @​ReubenBond in https://github.com/dotnet/aspire/pull/7666\n* Use explicit interface implementation for IResourceWithAzureFunctionsConfig by @​captainsafia in https://github.com/dotnet/aspire/pull/7667\n* Mitchdenny/wait-behavior-follow-up by @​mitchdenny in https://github.com/dotnet/aspire/pull/7668\n* Don't skip event hub health checks by @​sebastienros in https://github.com/dotnet/aspire/pull/7670\n* Bump Microsoft.Playwright from 1.49.0 to 1.50.0 by @​dependabot in https://github.com/dotnet/aspire/pull/7390\n* Update AzureSignalRServiceMode namespace by @​vicancy in https://github.com/dotnet/aspire/pull/7678\n* Create Login page EditContext before async work by @​JamesNK in https://github.com/dotnet/aspire/pull/7671\n* Avoid setting --port twice for Azure Functions by @​captainsafia in https://github.com/dotnet/aspire/pull/7683\n* Bump timeout for non-helix tests by @​radical in https://github.com/dotnet/aspire/pull/7669\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro in https://github.com/dotnet/aspire/pull/7688\n* Support Existing Azure AppInsights, OpenAI, and CosmosDB by @​eerhardt in https://github.com/dotnet/aspire/pull/7677\n* Rename ASPIRECOSMOS001 to ASPIRECOSMOSDB001 by @​eerhardt in https://github.com/dotnet/aspire/pull/7689\n* Update using-latest-daily.md by @​danmoseley in https://github.com/dotnet/aspire/pull/7692\n* Refactor AspireStore APIs by @​sebastienros in https://github.com/dotnet/aspire/pull/7626\n* Correct `ResourceReadyEvent` filename by @​afscrome in https://github.com/dotnet/aspire/pull/7630\n* Add `EndpointProperty.HostAndPort` by @​afscrome in https://github.com/dotnet/aspire/pull/7629\n* Quarantine BrowserToken_LoginPage_Failure_DisplayFailureMessage by @​sebastienros in https://github.com/dotnet/aspire/pull/7696\n* Fix Azure PostgreSQL AsExisting by @​eerhardt in https://github.com/dotnet/aspire/pull/7699\n* Improve default codespace experience with devcontainer.json location change by @​mitchdenny in https://github.com/dotnet/aspire/pull/7704\n* Don't set properties on existing Azure SQL server resources by @​captainsafia in https://github.com/dotnet/aspire/pull/7705\n* Hide secrets in source tooltip, correct ExpressionResolver logic for non-containers by @​adamint in https://github.com/dotnet/aspire/pull/7662\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.1.0...v9.5.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/koralium/flowtide/pull/901","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/koralium%2Fflowtide/issues/901","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/901/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-10-06T13:42:21.000Z","version_change":null,"issue":{"uuid":"2890311823","node_id":"PR_kwDONmQcvs6sRqiP","number":167,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T13:42:21.000Z","updated_at":"2025-10-06T13:42:21.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/commits).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/commits).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AndriyBorkovich/mentor-sync/pull/167","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriyBorkovich%2Fmentor-sync/issues/167","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/167/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-09-08T13:40:25.000Z","version_change":null,"issue":{"uuid":"2808324977","node_id":"PR_kwDONmQcvs6nY6Nx","number":143,"state":"open","title":"Bump Aspire.Hosting.Azure and Aspire.Hosting.Azure.Storage","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T13:40:25.000Z","updated_at":"2025-09-08T13:40:26.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Hosting.Azure","repository_url":"https://github.com/dotnet/aspire"},{"name":"Aspire.Hosting.Azure.Storage","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Hosting.Azure](https://github.com/dotnet/aspire) from 9.4.0 to 9.4.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.2).\n\u003c/details\u003e\n\nUpdated [Aspire.Hosting.Azure.Storage](https://github.com/dotnet/aspire) from 9.4.0 to 9.4.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Hosting.Azure.Storage's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.4.2\n\n## What's Changed\n* [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10832\n* [release/9.4] External Services with URL Parameter fails to generate manifests by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10806\n* [release/9.4] Always update resource list in console logs after hidden bool changes by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10738\n* [release/9.4] serve blazor.web.js from wwwroot by @​JamesNK in https://github.com/dotnet/aspire/pull/10990\n* Branding updates for 9.4.2 by @​joperezr in https://github.com/dotnet/aspire/pull/11026\n* [release/9.4] Port  Fix creating projects with GB18030 chars by @​danmoseley in https://github.com/dotnet/aspire/pull/11032\n* [release/9.4] Fix Azure AI Foundry resource name by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11038\n* [release/9.4] Fixed properties override when publishing an update in external service by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10824\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.1...v9.4.2\n\n## 9.4.1\n\n## What's Changed\n* [release/9.4] Mark Aspire.CLI as stable by @​joperezr in https://github.com/dotnet/aspire/pull/10724\n* [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10703\n* [release/9.4] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/10814\n* [release/9.4] Fix grid scrolling bugs by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/10861\n* Bump package versions to 9.4.1 in project files by @​joperezr in https://github.com/dotnet/aspire/pull/10891\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.4.0...v9.4.2).\n\u003c/details\u003e\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/AndriyBorkovich/mentor-sync/pull/143","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriyBorkovich%2Fmentor-sync/issues/143","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/143/packages"}},{"old_version":"9.3.0","new_version":"9.3.1","update_type":"patch","path":null,"pr_created_at":"2025-06-11T12:59:31.000Z","version_change":"9.3.0 → 9.3.1","issue":{"uuid":"2584171727","node_id":"PR_kwDOKr_Psc6aB1TP","number":3813,"state":"open","title":"Bump the dotnet group with 17 updates","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-11T12:59:31.000Z","updated_at":"2025-06-11T12:59:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dotnet","update_count":17,"packages":[{"name":"Aspire.Hosting.AppHost","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.AppConfiguration","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.AppContainers","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.ApplicationInsights","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.OperationalInsights","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.CognitiveServices","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.CosmosDB","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.KeyVault","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.EventHubs","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.PostgreSQL","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.Redis","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.Search","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.ServiceBus","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.SignalR","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Aspire.Hosting.Azure.WebPubSub","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/snippets/azure/AppHost/AppHost.csproj"},{"name":"Microsoft.Extensions.Hosting","old_version":"9.0.5","new_version":"9.0.6","path":"/docs/snippets/azure/WorkerService/WorkerService.csproj"}],"path":null,"ecosystem":"nuget"},"body":"Performed the following updates:\n- Updated Aspire.Hosting.AppHost from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.AppConfiguration from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.AppContainers from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.ApplicationInsights from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.OperationalInsights from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.CognitiveServices from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.CosmosDB from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.KeyVault from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.EventHubs from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.Storage from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.PostgreSQL from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.Redis from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.Search from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.ServiceBus from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.SignalR from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Aspire.Hosting.Azure.WebPubSub from 9.3.0 to 9.3.1 in /docs/snippets/azure/AppHost/AppHost.csproj\n- Updated Microsoft.Extensions.Hosting from 9.0.5 to 9.0.6 in /docs/snippets/azure/WorkerService/WorkerService.csproj\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet/docs-aspire/pull/3813","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fdocs-aspire/issues/3813","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3813/packages"}},{"old_version":"9.3.0","new_version":"9.3.1","update_type":"patch","path":null,"pr_created_at":"2025-06-11T12:33:15.000Z","version_change":"9.3.0 → 9.3.1","issue":{"uuid":"2584101486","node_id":"PR_kwDOKr_Psc6aBkJu","number":3782,"state":"closed","title":"Bump the dotnet group with 4 updates","user":"dependabot[bot]","labels":["dependencies",".NET",":octocat: auto-merge","community-contribution"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-06-11T12:34:36.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-11T12:33:15.000Z","updated_at":"2025-06-11T12:34:36.000Z","time_to_close":81,"merged_at":"2025-06-11T12:34:36.000Z","merged_by":"dotnet-policy-service[bot]","closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dotnet","update_count":4,"packages":[{"name":"Aspire.Hosting.AppHost","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Orleans","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"}],"path":null,"ecosystem":"nuget"},"body":"Performed the following updates:\n- Updated Aspire.Hosting.AppHost from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure.Storage from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Orleans from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet/docs-aspire/pull/3782","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fdocs-aspire/issues/3782","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3782/packages"}},{"old_version":"9.3.0","new_version":"9.3.1","update_type":"patch","path":null,"pr_created_at":"2025-06-11T12:32:40.000Z","version_change":"9.3.0 → 9.3.1","issue":{"uuid":"2584099756","node_id":"PR_kwDOKr_Psc6aBjus","number":3781,"state":"open","title":"Bump the dotnet group with 7 updates","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-11T12:32:40.000Z","updated_at":"2025-06-11T12:32:41.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dotnet","update_count":7,"packages":[{"name":"Aspire.Azure.Data.Tables","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj"},{"name":"Aspire.Azure.Storage.Blobs","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj"},{"name":"Aspire.Hosting.AppHost","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Azure.Storage","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Aspire.Hosting.Orleans","old_version":"9.3.0","new_version":"9.3.1","path":"/docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj"},{"name":"Microsoft.Extensions.Hosting","old_version":"9.0.5","new_version":"9.0.6","path":"/docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj"}],"path":null,"ecosystem":"nuget"},"body":"Performed the following updates:\n- Updated Aspire.Azure.Data.Tables from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj\n- Updated Aspire.Azure.Storage.Blobs from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj\n- Updated Aspire.Hosting.AppHost from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Azure.Storage from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Aspire.Hosting.Orleans from 9.3.0 to 9.3.1 in /docs/frameworks/snippets/Orleans/OrleansAppHost/OrleansAppHost.csproj\n- Updated Microsoft.Extensions.Hosting from 9.0.5 to 9.0.6 in /docs/frameworks/snippets/Orleans/OrleansServer/OrleansServer.csproj\n- Pinned Microsoft.Extensions.Hosting at 9.0.6 in /docs/frameworks/snippets/Orleans/OrleansContracts/OrleansContracts.csproj\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet/docs-aspire/pull/3781","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Fdocs-aspire/issues/3781","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3781/packages"}}]}