-
Notifications
You must be signed in to change notification settings - Fork 749
[release/13.0] Update dependencies from microsoft/usvc-apiserver #13187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…build 0.18.15 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.20.2 -> To Version 0.18.15 Microsoft.DeveloperControlPlane.windows-386 From Version 0.19.0 -> To Version 0.18.15
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13187Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13187" |
There was a problem hiding this 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 Microsoft Developer Control Plane (DCP) dependencies from version 0.18.13 to 0.18.15 across all supported platforms. The update includes security fixes, bug fixes, and a fix for a timing issue with the experimental container-to-host tunnel feature introduced in Aspire 13.0.0.
Note: There is a discrepancy between the PR description, which mentions version 0.13.15, and the actual version being set in the code, which is 0.18.15.
Key Changes
- Updated all 8 platform-specific DCP package versions from 0.18.13 to 0.18.15
- Updated corresponding SHA references to the new commit in the usvc-apiserver repository
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/Versions.props | Updated MSBuild properties for all 8 DCP platform-specific package versions (darwin-amd64, darwin-arm64, linux-amd64, linux-arm64, linux-musl-amd64, windows-386, windows-amd64, windows-arm64) |
| eng/Version.Details.xml | Updated XML dependency entries with new version numbers and SHA hashes for all 8 DCP platform packages |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Update the build of DCP in release/13.0 to 0.18.15.
0.18.15 includes several dependency updates with both security and bug fixes, as well as a fix for a timing issue with the experimental container to host tunnel feature introduced in Aspire 13.0.0.