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

Skip to content

Tags: ali63yavari/aspire

Tags

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

v9.2.0

Toggle v9.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark DistributedApplicationOperation.Inspect as experimental, and imr…

…pove AddPublisher API. (dotnet#8666)

Co-authored-by: Mitch Denny <[email protected]>

v9.1.0

Toggle v9.1.0's commit message
.NET Aspire 9.1.0 Release

v9.0.0

Toggle v9.0.0's commit message
Merged PR 44589: Merge branch release/9.0 into internal/release/9.0

- Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.8.13 (dotnet#6579)

----
#### AI description  (iteration 1)
#### PR Classification
Merging branch `release/9.0` into `internal/release/9.0` to address missing Azure Security Pack.

#### PR Summary
This pull request updates dependencies to address the missing Azure Security Pack as per the S360 action item.
- Updated `Microsoft.DeveloperControlPlane` package versions from `0.8.11` to `0.8.13` in `/eng/Version.Details.xml`.
- Updated `MicrosoftDeveloperControlPlane` package versions from `0.8.11` to `0.8.13` in `/eng/Versions.props`.

Related work items: dotnet#6579

v8.2.2

Toggle v8.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Dashboard application to roll-forward (dotnet#6417)

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

v9.0.0-rc.1.24511.1

Toggle v9.0.0-rc.1.24511.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0-rc1] Template changes to consolidate to single package (d…

…otnet#6255)

* WIP: Move net-8 templates into one package

* Add donwlevel templates

* Add workload constraint to downlevel templates

* Remove Aspire.ProjectTemplates.net8 test references