Skip to content

Update DCP to version 0.22.6#14517

Merged
joperezr merged 1 commit intorelease/13.2from
dev/karolz/dcp-0.22.6
Feb 17, 2026
Merged

Update DCP to version 0.22.6#14517
joperezr merged 1 commit intorelease/13.2from
dev/karolz/dcp-0.22.6

Conversation

@karolz-ms
Copy link
Member

Fixes microsoft/dcp#81. That issue prevents Aspire from using non-default container runtimes.

Copilot AI review requested due to automatic review settings February 16, 2026 21:21
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14517

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14517"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Developer Control Plane (DCP) binary dependency from version 0.22.5 to 0.22.6 to fix an issue preventing Aspire from using non-default container runtimes (microsoft/dcp#81).

Changes:

  • Updated all 7 platform-specific DCP package versions from 0.22.5 to 0.22.6 in eng/Versions.props
  • Updated all 7 corresponding DCP dependency entries in eng/Version.Details.xml with new version and Git SHA

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
eng/Versions.props Updated 7 DCP version properties from 0.22.5 to 0.22.6 for all supported platforms
eng/Version.Details.xml Updated 7 DCP dependency entries with version 0.22.6 and new Git SHA 9585d3bbfad8a356770096fcda944349da4145f1

@github-actions
Copy link
Contributor

🎬 CLI E2E Test Recordings

The following terminal recordings are available for commit 304557f:

Test Recording
AgentCommands_AllHelpOutputs_AreCorrect ▶️ View Recording
AgentInitCommand_MigratesDeprecatedConfig ▶️ View Recording
Banner_DisplayedOnFirstRun ▶️ View Recording
Banner_DisplayedWithExplicitFlag ▶️ View Recording
CreateAndDeployToDockerCompose ▶️ View Recording
CreateAndDeployToDockerComposeInteractive ▶️ View Recording
CreateAndPublishToKubernetes ▶️ View Recording
CreateAndRunAspireStarterProject ▶️ View Recording
CreateAndRunAspireStarterProjectWithBundle ▶️ View Recording
CreateAndRunJsReactProject ▶️ View Recording
CreateAndRunPythonReactProject ▶️ View Recording
CreateEmptyAppHostProject ▶️ View Recording
CreateStartAndStopAspireProject ▶️ View Recording
CreateStartWaitAndStopAspireProject ▶️ View Recording
CreateTypeScriptAppHostWithViteApp ▶️ View Recording
DoctorCommand_DetectsDeprecatedAgentConfig ▶️ View Recording
DoctorCommand_WithSslCertDir_ShowsTrusted ▶️ View Recording
DoctorCommand_WithoutSslCertDir_ShowsPartiallyTrusted ▶️ View Recording
LogsCommandShowsResourceLogs ▶️ View Recording
PsCommandListsRunningAppHost ▶️ View Recording
ResourcesCommandShowsRunningResources ▶️ View Recording
StagingChannel_ConfigureAndVerifySettings_ThenSwitchChannels ▶️ View Recording

📹 Recordings uploaded automatically from CI run #22077864500

@joperezr joperezr merged commit d16b523 into release/13.2 Feb 17, 2026
350 checks passed
@joperezr joperezr deleted the dev/karolz/dcp-0.22.6 branch February 17, 2026 16:41
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Feb 17, 2026
joperezr added a commit that referenced this pull request Feb 17, 2026
* Manually update DCP to 0.22.5 (#14501)

* Fix Spectre markup rendering in CLI selection prompts (#14497)

* Fix Spectre markup rendering in CLI selection prompts

The blanket EscapeMarkup() added to the UseConverter in
PromptForSelectionAsync/PromptForSelectionsAsync (PR #14422) escaped all
markup including the intentional [bold]...[/] used by
AddCommand.PackageNameWithFriendlyNameIfAvailable, causing literal
'[bold]postgresql[/]' to appear in 'aspire add' output.

Fix: remove blanket escaping from the generic converter and instead
escape dynamic values at each caller site that formats user-controlled
or file-system content (file paths, package names, channel details,
publish prompt options), while preserving intentional Spectre markup.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update tests/Aspire.Cli.Tests/Interaction/ConsoleInteractionServiceTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Mitch Denny <midenn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update DCP to version 0.22.6 (#14517)

---------

Co-authored-by: David Negstad <50252651+danegsta@users.noreply.github.com>
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Mitch Denny <midenn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Karol Zadora-Przylecki <karolz@microsoft.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants