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

Skip to content

Tags: azkurban/aspire

Tags

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add IResourceWithServiceDiscovery interface to PythonProjectResource. (

…dotnet#5025)

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

v8.0.2

Toggle v8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumping dependency versions and updating Configuration Schema for com…

…ponents (dotnet#4655)

* Bumping dependency versions and updating Configuration Schema for components

* PR Feedback

* Bumping versions to 8.0.2

* Using versions that match what we have in main

* Fix build issues after reverting some package bumps

* Remove unused feed

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unpin version of Wix package used (dotnet#4215)

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Prometheus commented out code that does not work (dotnet#4096)

* Remove Prometheus commented out code that does not work

* Update Extensions.cs

* Update Extensions.cs

* Update src/Aspire.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs

* Update Extensions.cs

* Update Extensions.cs

* Update Extensions.cs

* Apply suggestions from code review

Co-authored-by: James Newton-King <[email protected]>

* Apply suggestions from code review

---------

Co-authored-by: Sam Spencer <[email protected]>
Co-authored-by: James Newton-King <[email protected]>

v8.0.0-preview.7.24251.11

Toggle v8.0.0-preview.7.24251.11's commit message
Merge 'release/8.0' into release/8.0-preview7

v8.0.0-preview.6.24214.1

Toggle v8.0.0-preview.6.24214.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0] Update OTEL HTTP instrumentation packages to 1.8.1 (dot…

…net#3682)

v8.0.0-preview.5.24201.12

Toggle v8.0.0-preview.5.24201.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0-preview5] Upgrade to new version of Azure.Provisioning (d…

…otnet#3271) (dotnet#3325)

* Upgrade to new version of Azure.Provisioning (dotnet#3271)

* Upgrade to new version of Azure.Provisioning

* Fix tests

* regen

* update test

* Remove the azure specific nuget feed

---------

Co-authored-by: JoshLove-msft <[email protected]>

v9.0.0-preview.2.24162.2

Toggle v9.0.0-preview.2.24162.2's commit message
Enable signing and extending build timeout

v8.0.0-preview.4.24156.9

Toggle v8.0.0-preview.4.24156.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Isolate the use of host.docker.internal (dotnet#2685)

* Isolate the use of docker.host.internal
- For podman support we need to use another host name (host.containers.internal). That's configurable using a setting AppHost:ContainerHostName. Remove the hardcoded use of docker.host.internal and instead read from configuration everywhere.

* Fixed nit

v9.0.0-preview.1.24113.3

Toggle v9.0.0-preview.1.24113.3's commit message
Extending timeouts due to signing