Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Roman-Blinkov/aspire

Tags

v9.5.2

Toggle v9.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Checkpoint from VS Code for coding agent session (dotnet#12139)

Co-authored-by: Jose Perez Rodriguez <[email protected]>

v9.5.1

Toggle v9.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.5] Adapt OpenAI health check based on endpoint configurati…

…on (dotnet#11792)

* Initial plan

* Fix OpenAI health check to not use status.openai.com for custom endpoints

Co-authored-by: davidfowl <[email protected]>

* Implement adaptive OpenAI health check based on endpoint configuration

Co-authored-by: davidfowl <[email protected]>

* Refactor to use adaptive health check with state tracking on OpenAIResource

Co-authored-by: davidfowl <[email protected]>

* Remove StatusPageHealthCheck.cs as it's been merged into OpenAIHealthCheck

Co-authored-by: davidfowl <[email protected]>

* Simplify to use adaptive OpenAIHealthCheck with 2 cases

Co-authored-by: davidfowl <[email protected]>

* Remove StatusPage health check logic, return healthy for all cases

Co-authored-by: davidfowl <[email protected]>

* Restore OpenAIHealthCheck with CheckStatusPageAsync and CheckEndpointHealthAsync methods

Co-authored-by: davidfowl <[email protected]>

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* Make DefaultEndpoint and StatusPage Uri instances static readonly fields

Co-authored-by: sebastienros <[email protected]>

* Inline CheckEndpointHealthAsync method

Co-authored-by: davidfowl <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: davidfowl <[email protected]>
Co-authored-by: David Fowler <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: sebastienros <[email protected]>

v9.5.0

Toggle v9.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure that the Tool form of the Aspire CLI is platform-independent, …

…framework-dependent. (dotnet#11645)

Co-authored-by: Chet Husk <[email protected]>

v9.4.2

Toggle v9.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed properties override when publishing an update in external servi…

…ce (dotnet#10824)

Co-authored-by: Isla <[email protected]>

v9.4.1

Toggle v9.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump package versions to 9.4.1 in project files (dotnet#10891)

v9.4.0

Toggle v9.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.4] Mark ParameterResource.Value as obsolete in favor of Ge…

…tValueAsync and direct usage (dotnet#10701)

* Initial plan

* Mark ParameterResource.Value as obsolete and update internal usage

Co-authored-by: davidfowl <[email protected]>

* Remove defaultValue parameter setting and use deferred resolution for ParameterResource values

Co-authored-by: davidfowl <[email protected]>

* Store ParameterResource in HelmExpressionWithValue and defer default value resolution

Co-authored-by: davidfowl <[email protected]>

* Make MapParameter and callees async and use GetValueAsync

Co-authored-by: davidfowl <[email protected]>

* Remove uses of parameter.Value in AzurePublishingContext.cs

Co-authored-by: davidfowl <[email protected]>

* Use BicepIdentifier instead of Value.Compile() for ParameterResource scope resolution

Co-authored-by: davidfowl <[email protected]>

* Revert tuple destructuring changes and correctly use BicepIdentifier instead of obsolete Value property

Co-authored-by: davidfowl <[email protected]>

* Revert AzurePublishingContext.cs to original synchronous Visit call

Co-authored-by: davidfowl <[email protected]>

* Remove pragma warning disable for obsolete ParameterResource.Value usage in AzurePublishingContext

Co-authored-by: davidfowl <[email protected]>

* Make MapParameter async and use p.GetValueAsync instead of obsolete property

Co-authored-by: davidfowl <[email protected]>

* Suppress obsolete warnings for ParameterResource.Value in test files

Co-authored-by: davidfowl <[email protected]>

* Move pragma.

* Revert changes to Azure, Docker and K8s publisher. Instead suppress the obsoletion.

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: davidfowl <[email protected]>
Co-authored-by: Mitch Denny <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>

v9.3.2

Toggle v9.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumping patch version for 9.3.2 (dotnet#9963)

v9.3.1

Toggle v9.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip role assignment handling for emulators (dotnet#9705) (dotnet#9716)

- Updated `BuildRoleAssignmentAnnotations` to skip processing for container emulators.
- Added a new test `DoesNotApplyRoleAssignmentsInRunModeForEmulators` to verify that role assignments are not applied to emulator resources.

Co-authored-by: David Fowler <[email protected]>

v9.3.0

Toggle v9.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumping MEAI to stable 9.5.0 versions (dotnet#9348)

* Bumping MEAI to stable 9.5.0 versions

* Pin 2 versions that are not shipping stable

v9.2.1

Toggle v9.2.1's commit message
.NET Aspire 9.2.1 Release