[release/13.3] Update dependencies from https://github.com/microsoft/dcp build 0.23.6#17070
Conversation
On relative base path root Microsoft.DeveloperControlPlane.darwin-amd64 , Microsoft.DeveloperControlPlane.darwin-arm64 , Microsoft.DeveloperControlPlane.linux-amd64 , Microsoft.DeveloperControlPlane.linux-arm64 , Microsoft.DeveloperControlPlane.linux-musl-amd64 , Microsoft.DeveloperControlPlane.windows-amd64 , Microsoft.DeveloperControlPlane.windows-arm64 From Version 0.24.1 -> To Version 0.23.6 (cherry picked from commit 3f7c8ab) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17070Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17070" |
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned Microsoft Developer Control Plane (DCP) dependency to a newer build (0.23.6) on release/13.3, intended to pick up fixes related to Kubernetes OpenAPI generator types that can surface as "[SHOULD NOT HAPPEN] failed to update managedFields" errors.
Changes:
- Bump all platform-specific DCP package version properties from
0.23.5to0.23.6ineng/Versions.props. - Update
eng/Version.Details.xmlto reflect DCP0.23.6and the corresponding new git SHA for the dependency flow metadata.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates all DCP version properties to 0.23.6 for the repo’s build/pack orchestration. |
| eng/Version.Details.xml | Updates dependency flow metadata for DCP packages to 0.23.6 with a new source SHA. |
|
Re-running the failed jobs in the CI workflow for this pull request because 1 job was identified as retry-safe transient failures in the CI run attempt.
|
|
🎬 CLI E2E Test Recordings — 67 recordings uploaded (commit View all recordings
📹 Recordings uploaded automatically from CI run #25836652245 |
Description
Updated DCP build with some fixes for k8s OpenAPI generator types that can cause
[SHOULD NOT HAPPEN] failed to update managedFieldserrors