Skip to content

[release/13.2] Manually update DCP to 0.22.5#14501

Merged
danegsta merged 1 commit intorelease/13.2from
danegsta/dcp
Feb 14, 2026
Merged

[release/13.2] Manually update DCP to 0.22.5#14501
danegsta merged 1 commit intorelease/13.2from
danegsta/dcp

Conversation

@danegsta
Copy link
Member

0.22.5 has fixes for a session folder cleanup regression related to unifying DCP to a single binary.

Full release details here: https://github.com/microsoft/dcp/releases/tag/v0.22.5

@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 -- 14501

Or

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

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 PR updates the repo’s pinned Microsoft Developer Control Plane (DCP) dependency to v0.22.5 on the release/13.2 branch to pick up fixes for a session folder cleanup regression.

Changes:

  • Bump all platform-specific DCP version MSBuild properties from 0.22.4 → 0.22.5.
  • Update Arcade dependency metadata entries for DCP to 0.22.5 and the corresponding source SHA.

Reviewed changes

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

File Description
eng/Versions.props Updates DCP version properties for darwin/linux/windows (amd64/arm64, incl. linux-musl).
eng/Version.Details.xml Updates DCP dependency versions and SHA metadata used by dependency tracking.

@github-actions
Copy link
Contributor

🎬 CLI E2E Test Recordings

The following terminal recordings are available for commit a34386b:

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 #22007741128

@danegsta danegsta merged commit 97d81bd into release/13.2 Feb 14, 2026
350 checks passed
@danegsta danegsta deleted the danegsta/dcp branch February 14, 2026 01:35
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Feb 14, 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