[release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1#11721
[release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1#11721joperezr merged 2 commits intorelease/9.5from
Conversation
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Updates the Aspire package versions throughout the codebase from 9.5.0 to 9.5.1 as part of a patch version increment.
- Incremented patch version from 0 to 1 in versioning configuration
- Updated 71 Aspire package references from 9.5.0 to 9.5.1 in test configuration
- Updated Aspire.AppHost.Sdk version references in test targets
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updated PatchVersion from 0 to 1 to reflect the new 9.5.1 version |
| tests/Shared/RepoTesting/Directory.Packages.Helix.props | Updated all 71 Aspire package version references from 9.5.0 to 9.5.1 |
| tests/Shared/RepoTesting/Aspire.RepoTesting.targets | Updated Aspire.AppHost.Sdk version from 9.5.0 to 9.5.1 in SDK import statements |
| <PackageVersion Include="Aspire.Hosting.Azure.ApplicationInsights" Version="9.5.1" /> | ||
| <PackageVersion Include="Aspire.Hosting.Azure.CognitiveServices" Version="9.5.1" /> | ||
| <PackageVersion Include="Aspire.Hosting.Azure.CosmosDB" Version="9.5.1" /> | ||
| <PackageVersion Include="Aspire.Hosting.Azure.ContainerRegistry" Version="$(PackageVersion)" /> |
There was a problem hiding this comment.
Does $(PackageVersion) not work? also, whichever option we use, all the references should be updated for that.
There was a problem hiding this comment.
It does not for the packages that are staying stable vs the ones that are still in preview. This is just old debt we have as this file should really be getting generated on the fly by calling into each project and getting out the package version from it. That way we wouldn't have to do this manual change everytime we snap.
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 11721Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 11721" |
… 9.5.2 (#53) Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire) from 9.3.1 to 9.5.2. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/aspire/releases)._ ## 9.5.2 ## What's Changed * [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @github-actions[bot] in microsoft/aspire#11908 * [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @github-actions[bot] in microsoft/aspire#11886 * [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @github-actions[bot] in microsoft/aspire#11954 * [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @danegsta in microsoft/aspire#12032 * [release/9.5] Multi-target RabbitMQ and Redis client libraries by @eerhardt in microsoft/aspire#12138 * Backport PR #11951: Add noProfileSwitch to run command in DotNetCliRunner by @Copilot in microsoft/aspire#11959 * Bump patch version to 9.5.2 by @Copilot in microsoft/aspire#12139 **Full Changelog**: microsoft/aspire@v9.5.1...v9.5.2 ## 9.5.1 ## What's Changed * [release/9.5]: Add proper launch profile support to the VS Code extension by @Copilot in microsoft/aspire#11617 * [release/9.5] Cherry-pick extension build and sign pipeline setup by @Copilot in microsoft/aspire#11618 * [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @github-actions[bot] in microsoft/aspire#11626 * [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @github-actions[bot] in microsoft/aspire#11615 * [release/9.5] Display help text for GenAI sensitive data when no messages by @github-actions[bot] in microsoft/aspire#11668 * [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @github-actions[bot] in microsoft/aspire#11616 * [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @Copilot in microsoft/aspire#11721 * [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @github-actions[bot] in microsoft/aspire#11730 * [release/9.5] Don't require gen_ai.system attribute on span events by @github-actions[bot] in microsoft/aspire#11735 * [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @github-actions[bot] in microsoft/aspire#11726 * [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @github-actions[bot] in microsoft/aspire#11782 * [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @github-actions[bot] in microsoft/aspire#11779 * [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @github-actions[bot] in microsoft/aspire#11788 * [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @JamesNK in microsoft/aspire#11765 * [release/9.5] Support parameter names with dashes resolved from underscore configuration by @github-actions[bot] in microsoft/aspire#11802 * [release/9.5] Adapt OpenAI health check based on endpoint configuration by @github-actions[bot] in microsoft/aspire#11792 **Full Changelog**: microsoft/aspire@v9.5.0...v9.5.1 ## 9.5.0 We 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! ## New Contributors * @benwitmanmsft made their first contribution in microsoft/aspire#10289 * @MattKotsenas made their first contribution in microsoft/aspire#9868 * @danespinosa made their first contribution in microsoft/aspire#10394 * @jnyrup made their first contribution in microsoft/aspire#10884 * @ericstj made their first contribution in microsoft/aspire#10928 * @jeremy-vm made their first contribution in microsoft/aspire#10972 * @Steinblock made their first contribution in microsoft/aspire#11003 * @brettcannon made their first contribution in microsoft/aspire#11014 * @twsouthwick made their first contribution in microsoft/aspire#10507 * @KirillOsenkov made their first contribution in microsoft/aspire#11164 * @CaitieM20 made their first contribution in microsoft/aspire#10662 **Full Changelog**: microsoft/aspire@v9.4.0...v9.5.0 ## 9.4.2 ## What's Changed * [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @github-actions[bot] in microsoft/aspire#10832 * [release/9.4] External Services with URL Parameter fails to generate manifests by @github-actions[bot] in microsoft/aspire#10806 * [release/9.4] Always update resource list in console logs after hidden bool changes by @github-actions[bot] in microsoft/aspire#10738 * [release/9.4] serve blazor.web.js from wwwroot by @JamesNK in microsoft/aspire#10990 * Branding updates for 9.4.2 by @joperezr in microsoft/aspire#11026 * [release/9.4] Port Fix creating projects with GB18030 chars by @danmoseley in microsoft/aspire#11032 * [release/9.4] Fix Azure AI Foundry resource name by @github-actions[bot] in microsoft/aspire#11038 * [release/9.4] Fixed properties override when publishing an update in external service by @github-actions[bot] in microsoft/aspire#10824 **Full Changelog**: microsoft/aspire@v9.4.1...v9.4.2 ## 9.4.1 ## What's Changed * [release/9.4] Mark Aspire.CLI as stable by @joperezr in microsoft/aspire#10724 * [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @github-actions[bot] in microsoft/aspire#10703 * [release/9.4] Update dependencies from microsoft/usvc-apiserver by @danegsta in microsoft/aspire#10814 * [release/9.4] Fix grid scrolling bugs by @github-actions[bot] in microsoft/aspire#10861 * Bump package versions to 9.4.1 in project files by @joperezr in microsoft/aspire#10891 **Full Changelog**: microsoft/aspire@v9.4.0...v9.4.1 ## 9.4.0 We 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! ## What's Changed * API review: Add Services property to ResourceEndpointsAllocatedEvent by @DamianEdwards in microsoft/aspire#9270 * Fix visibility updates during resource upserts by @adamint in microsoft/aspire#9264 * Accept null value in Redis WithPassword to ensure password dosen't set in redis-server by @Alirexaa in microsoft/aspire#9278 * Make sure the publisher example supports azd by @davidfowl in microsoft/aspire#9277 * API review: `WithHostPort` should accept null for port param by @Alirexaa in microsoft/aspire#9282 * Refactor database explorer resource builders to not prefix their names the name of the first resource they are added to. by @paulomorgado in microsoft/aspire#8237 * Test that ensures legacy dashboard token env var is honored by @DamianEdwards in microsoft/aspire#9296 * Refactor solution file from .sln to .slnx format and update related d… by @davidfowl in microsoft/aspire#9295 * Minor dashboard improvements and clean up by @JamesNK in microsoft/aspire#9301 * Minor improvements to resource changed log by @JamesNK in microsoft/aspire#9303 * Fix Blazor error logging to telemetry by @JamesNK in microsoft/aspire#9304 * Don't throw from component telemetry context dispose if not initialized by @JamesNK in microsoft/aspire#9306 * [CI] Add PR validation on macOS by @radical in microsoft/aspire#9287 * Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2709142 by @dotnet-bot in microsoft/aspire#9302 * Ignore case on FormatDateTime_WithMilliseconds_NewZealandCulture by @adamint in microsoft/aspire#9316 * Changing default SKU for App Service Plan to P0V3 by @ShilpiRachna1 in microsoft/aspire#9280 * Branding updates for 9.4 by @joperezr in microsoft/aspire#9331 * Increase retry time in AppBar_Change_Theme_ReloadPage by @adamint in microsoft/aspire#9317 * Update xUnit.v3 to support MTP tests by @peterwald in microsoft/aspire#9261 * [main] Update dependencies from microsoft/usvc-apiserver by @dotnet-maestro[bot] in microsoft/aspire#9333 * Add tracing support for Azure App Configuration component by @zhiyuanliang-ms in microsoft/aspire#9323 * Revert "Update xUnit.v3 to support MTP tests (#9261)" by @radical in microsoft/aspire#9336 * Remove the workaround to explicitly set the container runtime for tests now that the orchestrator is updated by @danegsta in microsoft/aspire#9339 * [Automated] Update API Surface Area by @github-actions[bot] in microsoft/aspire#8736 * Revert "Revert "Update xUnit.v3 to support MTP tests (#9261)" (#9336)" by @radical in microsoft/aspire#9337 * TestsReportGenerator: Always show the error message, and truncate only the stdout by @radical in microsoft/aspire#9335 * [CI] Fix azdo builds for `main` by @radical in microsoft/aspire#9338 * [main] Update dependencies from microsoft/usvc-apiserver by @dotnet-maestro[bot] in microsoft/aspire#9347 * Fully qualify OutputPath for PublishingContext by @captainsafia in microsoft/aspire#9351 * Fix typo in doccomment in `ContainerResourceBuilderExtensions.cs` by @KuraiAndras in microsoft/aspire#9342 * Update health check to ensure blob containers created at right time by @RussKie in microsoft/aspire#9159 * Re-apply quarantined test for validation by @sebastienros in microsoft/aspire#9364 * Update telemetry doc for AzureAppConfiguration by @sebastienros in microsoft/aspire#9365 * Enable MTP tests via MSBuild property by @captainsafia in microsoft/aspire#9361 * catch json error by @danmoseley in microsoft/aspire#9369 * Refactor a common TempDirectory test class by @eerhardt in microsoft/aspire#9370 * Centralize Verify convention by @sebastienros in microsoft/aspire#9371 * Update Aspire to stable Microsoft.Extensions.AI.Abstractions by @stephentoub in microsoft/aspire#9356 * Update RunCommand.cs by @IEvangelist in microsoft/aspire#9360 * Add support for copying existing files via WithContainerFiles API by @danegsta in microsoft/aspire#8908 * Do not fail on partial trust warning. by @mitchdenny in microsoft/aspire#9384 * markdown lint by @danmoseley in microsoft/aspire#9389 * Merge branch release/9.3 into main by @joperezr in microsoft/aspire#9394 * Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles by @danegsta in microsoft/aspire#9391 * Ensure all grid columns have tooltips by @adamint in microsoft/aspire#9401 * Remove test from quarantine by @danegsta in microsoft/aspire#9402 * copilot setup steps by @danmoseley in microsoft/aspire#9409 ... (truncated) ## 9.3.2 ## What's Changed * [release/9.3] Fix SqlServer PowerShell module version to avoid breaking changes in 22.4.5.1 by @sebastienros in microsoft/aspire#9958 * Bumping patch version for 9.3.2 by @joperezr in microsoft/aspire#9963 **Full Changelog**: microsoft/aspire@v9.3.1...v9.3.2 Commits viewable in [compare view](microsoft/aspire@v9.3.1...v9.5.2). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rene Bentes Pinto <renebentes@yahoo.com.br>
This PR updates the Aspire package versions from 9.5.0 to 9.5.1 as part of the regular patch release process.
Changes
The following files have been updated to reflect the new patch version:
eng/Versions.props - Updated
PatchVersionfrom0to1, which changes the overall repository version to 9.5.1tests/Shared/RepoTesting/Directory.Packages.Helix.props - Updated 71 package version references from
9.5.0to9.5.1, including:tests/Shared/RepoTesting/Aspire.RepoTesting.targets - Updated the Aspire.AppHost.Sdk version from
9.5.0to9.5.1in both SDK imports (Sdk.props and Sdk.targets)These changes ensure that all Aspire packages built from this repository will have version 9.5.1, and that test infrastructure using these packages will reference the correct version when running outside the repository (e.g., on Helix agents).
Verification
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.