[release/8.2] Allow Dashboard application to roll-forward#6417
Merged
joperezr merged 1 commit intorelease/8.2from Oct 21, 2024
Merged
[release/8.2] Allow Dashboard application to roll-forward#6417joperezr merged 1 commit intorelease/8.2from
joperezr merged 1 commit intorelease/8.2from
Conversation
joperezr
approved these changes
Oct 21, 2024
Member
|
Test failure is unrelated. Merging to unblock 8.2.2 build. |
joperezr
added a commit
to joperezr/aspire
that referenced
this pull request
Nov 13, 2024
…/9.0 #### AI description (iteration 1) #### PR Classification Code cleanup and dependency updates. #### PR Summary This pull request merges changes from `release/9.0` into `internal/release/9.0`, addressing several work items related to security, dependency updates, and code cleanup. - Removed `MilvusClient` creation logic and health checks from `src/Aspire.Hosting.Milvus/MilvusBuilderExtensions.cs`. - Updated various package dependencies in `Directory.Packages.props` and `eng/Version.Details.xml`. - Added `AssemblyInfo.cs` to `src/Aspire.Hosting.Python` to mark it as experimental. - Updated container image tags in `src/Aspire.Hosting.Milvus`, `src/Aspire.Hosting.MySql`, `src/Aspire.Hosting.Elasticsearch`, and `src/Aspire.Hosting.Keycloak`. - Removed deprecated package references and suppressed final package version in `src/Aspire.Hosting.Milvus/Aspire.Hosting.Milvus.csproj`. Related work items: microsoft#5994, microsoft#6054, microsoft#6298, microsoft#6377, microsoft#6417, microsoft#6435, microsoft#6451, microsoft#6460, microsoft#6498
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #5540 to release/8.2
/cc @joperezr
Customer Impact
Given 8.2.2 is the last version of the Aspire SDK Workload (as we no longer have one in 9.0) it is important to get this change in which will allow Aspire 8.x customers to work on a machine that only has .NET 9 runtime installed.
Testing
Risk
Regression?
Microsoft Reviewers: Open in CodeFlow