Skip to content

Tags: dotnet/aspire

Tags

v9.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip role assignment handling for emulators (#9705) (#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 <davidfowl@gmail.com>

v9.3.0

Verified

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

* Bumping MEAI to stable 9.5.0 versions

* Pin 2 versions that are not shipping stable

v9.2.1

.NET Aspire 9.2.1 Release

v9.2.0

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. (#8666)

Co-authored-by: Mitch Denny <midenn@microsoft.com>

v9.1.0

.NET Aspire 9.1.0 Release

v9.0.0

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 (#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: #6579

v8.2.2

Verified

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

Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>

v9.0.0-rc.1.24511.1

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 (#…

…6255)

* WIP: Move net-8 templates into one package

* Add donwlevel templates

* Add workload constraint to downlevel templates

* Remove Aspire.ProjectTemplates.net8 test references

v8.2.1

Bump System.Text.Json transitive dependency to avoid NuGet Restore wa…

…rnings

v8.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update MongoDB to 2.28 (#5477)

There was a breaking change between 2.27 and 2.28 - MongoDB.Driver added an assembly strong name.

We can now remove our NoWarn workarounds for MongoDB. Except Aspire.MongoDB.Driver still needs the NoWarn for 2 the health check and DiagnosticSource packages.

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>